#666D50
A dark, muted yellow closely aligning with Dimgray.
About #666D50
When working with digital screens, the color #666D50 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 102 red, 109 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 0% magenta, 27% yellow, and 57% black. The HSL representation is 74.5° hue, 15.3% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#666D50
RGB102, 109, 80
HSL74.5°, 15.3%, 37.1%
CMYK6%, 0%, 27%, 57%
HSV74.5°, 26.6%, 42.7%
LAB44.7, -8.2, 15.4
XYZ12.4, 14.3, 9.7
Decimal6712656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D50;
}
.text-color {
color: #666D50;
}
.border-color {
border: 2px solid #666D50;
}