#6D5716
A dark, moderate orange closely aligning with Darkolivegreen.
About #6D5716
The hex code #6D5716 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(109, 87, 22).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 20% M, 80% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#6D5716
RGB109, 87, 22
HSL44.8°, 66.4%, 25.7%
CMYK0%, 20%, 80%, 57%
HSV44.8°, 79.8%, 42.7%
LAB38.1, 1.9, 38.8
XYZ9.9, 10.1, 2.2
Decimal7165718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.94:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.63:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5716;
}
.text-color {
color: #6D5716;
}
.border-color {
border: 2px solid #6D5716;
}