#666D2C
A dark, moderate yellow closely aligning with Darkolivegreen.
About #666D2C
At its core, #666D2C is a dark and moderate hue. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 109, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 6% C, 0% M, 60% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#666D2C
RGB102, 109, 44
HSL66.5°, 42.5%, 30.0%
CMYK6%, 0%, 60%, 57%
HSV66.5°, 59.6%, 42.7%
LAB44.2, -12.7, 34.7
XYZ11.4, 13.9, 4.5
Decimal6712620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D2C;
}
.text-color {
color: #666D2C;
}
.border-color {
border: 2px solid #666D2C;
}