#666D1D
A dark, moderate yellow closely aligning with Darkolivegreen.
About #666D1D
When working with digital screens, the color #666D1D is rendered by mixing light. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 102 red, 109 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 6% Cyan, 0% Magenta, 73% Yellow, and 57% Black. The HSL representation is 65.2° hue, 58.0% saturation, and 27.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#666D1D
RGB102, 109, 29
HSL65.2°, 58.0%, 27.1%
CMYK6%, 0%, 73%, 57%
HSV65.2°, 73.4%, 42.7%
LAB44.0, -13.8, 41.5
XYZ11.2, 13.9, 3.2
Decimal6712605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D1D;
}
.text-color {
color: #666D1D;
}
.border-color {
border: 2px solid #666D1D;
}