#66331D
A dark, moderate orange closely aligning with Saddlebrown.
About #66331D
The hex code #66331D represents a beautifully specific shade of orange. Its closest recognized web color is Saddlebrown. This translates to an RGB value of rgb(102, 51, 29).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 50% magenta, 72% yellow, and 60% black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66331D
RGB102, 51, 29
HSL18.1°, 55.7%, 25.7%
CMYK0%, 50%, 72%, 60%
HSV18.1°, 71.6%, 40.0%
LAB27.5, 20.8, 23.9
XYZ6.9, 5.3, 1.8
Decimal6697757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.21:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.76:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66331D;
}
.text-color {
color: #66331D;
}
.border-color {
border: 2px solid #66331D;
}