#6D3A16
A dark, moderate orange closely aligning with Saddlebrown.
About #6D3A16
The hex code #6D3A16 represents a beautifully specific shade of orange. Designers often compare it to the standard color Saddlebrown. Its digital footprint relies on 109 parts red, 58 parts green, and 22 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 47% M, 80% Y, and 57% K. The HSL representation is 24.8° hue, 66.4% saturation, and 25.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D3A16
RGB109, 58, 22
HSL24.8°, 66.4%, 25.7%
CMYK0%, 47%, 80%, 57%
HSV24.8°, 79.8%, 42.7%
LAB30.2, 19.5, 31.1
XYZ8.0, 6.3, 1.6
Decimal7158294
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.26:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.85:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3A16;
}
.text-color {
color: #6D3A16;
}
.border-color {
border: 2px solid #6D3A16;
}