#666650
A dark, muted yellow closely aligning with Dimgray.
About #666650
Visually, #666650 is defined as a muted yellow. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(102, 102, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 22% Y, and 60% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
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#666650
RGB102, 102, 80
HSL60.0°, 12.1%, 35.7%
CMYK0%, 0%, 22%, 60%
HSV60.0°, 21.6%, 40.0%
LAB42.6, -4.1, 12.5
XYZ11.7, 12.9, 9.5
Decimal6710864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.86:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666650;
}
.text-color {
color: #666650;
}
.border-color {
border: 2px solid #666650;
}