#663A00
A dark, vivid orange closely aligning with Saddlebrown.
About #663A00
At its core, #663A00 is a dark and vivid hue. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(102, 58, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. The HSL representation is 34.1° hue, 100.0% saturation, and 20.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#663A00
RGB102, 58, 0
HSL34.1°, 100.0%, 20.0%
CMYK0%, 43%, 100%, 60%
HSV34.1°, 100.0%, 40.0%
LAB29.0, 15.4, 39.2
XYZ7.0, 5.9, 0.8
Decimal6699520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.68:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.25:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663A00;
}
.text-color {
color: #663A00;
}
.border-color {
border: 2px solid #663A00;
}