#665F3A
A dark, muted yellow closely aligning with Darkolivegreen.
About #665F3A
The hex code #665F3A represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 102 red, 95 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 7% Magenta, 43% Yellow, and 60% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#665F3A
RGB102, 95, 58
HSL50.5°, 27.5%, 31.4%
CMYK0%, 7%, 43%, 60%
HSV50.5°, 43.1%, 40.0%
LAB40.1, -3.2, 22.2
XYZ10.3, 11.3, 5.6
Decimal6709050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.44:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.15:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665F3A;
}
.text-color {
color: #665F3A;
}
.border-color {
border: 2px solid #665F3A;
}