#66500F
A dark, vivid orange closely aligning with Darkolivegreen.
About #66500F
The hex code #66500F represents a beautifully specific shade of orange. Designers often compare it to the standard color Darkolivegreen. In the RGB color space, it consists of 102 red, 80 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 22% M, 85% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66500F
RGB102, 80, 15
HSL44.8°, 74.4%, 22.9%
CMYK0%, 22%, 85%, 60%
HSV44.8°, 85.3%, 40.0%
LAB35.2, 2.3, 38.6
XYZ8.4, 8.6, 1.7
Decimal6705167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.38:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66500F;
}
.text-color {
color: #66500F;
}
.border-color {
border: 2px solid #66500F;
}