#665000
A dark, vivid yellow closely aligning with Saddlebrown.
About #665000
The hex code #665000 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Saddlebrown. Its digital footprint relies on 102 parts red, 80 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 22% magenta inks. With a hue angle of 47.1 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#665000
RGB102, 80, 0
HSL47.1°, 100.0%, 20.0%
CMYK0%, 22%, 100%, 60%
HSV47.1°, 100.0%, 40.0%
LAB35.1, 1.9, 43.5
XYZ8.3, 8.6, 1.2
Decimal6705152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.74:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665000;
}
.text-color {
color: #665000;
}
.border-color {
border: 2px solid #665000;
}