Field Drab (#6C541E)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 7.18:1 — vs black: 2.92:1
Color values
-
HEX
#6C541E -
RGB
rgb(108, 84, 30) -
HSL
hsl(41, 72%, 42%) -
CMYK
cmyk( 0, 22.22, 72.22, 57.65 ) -
Websafe
#666633
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #6C541E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#6C541E
Base
#1E366C
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#6C541E
Base
#6C2D1E
#5D6C1E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#6C541E
Base
#1E6C54
#541E6C
Two colors flanking the complement — high contrast with less tension than full complementary.
#6C541E
Base
#1E5D6C
#2D1E6C
Four colors at 90° intervals — rich variety, best when one color dominates.
#6C541E
Base
#1E6C2D
#1E366C
#6C1E5D
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#6C541E
Base
#141006
#30250D
#4C3B15
#8C6D27
#A8832F
#CFA954
Darker shades and lighter tints of Field Drab, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#141006
#261D0A
#372B0F
#493914
#5A4619
#6C541E
Base
#A27E2D
#CCA448
#DBBF7F
#EADAB5
#F9F5EB
Ready-to-use code snippets for #6C541E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #6C541E;
}
/* Text */
.element {
color: #6C541E;
}
/* Border */
.element {
border: 1px solid #6C541E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#6C541E,
#1E4EBA
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#6C541E,
#1E4EBA
);
}
// SCSS variable
$field-drab: #6C541E;
// With RGB channels (useful for rgba() usage)
$field-drab-r: 108;
$field-drab-g: 84;
$field-drab-b: 30;
// Usage
.element {
background-color: $field-drab;
color: rgba($field-drab-r, $field-drab-g, $field-drab-b, 0.8);
}
How Field Drab appears to people with different types of color vision deficiency.
#6C541E
How the color appears with full color vision.
#5C5C1C
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#57571E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#6F4F4F
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#575757
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.