#B6660F
A dark, vivid orange closely aligning with Chocolate.
About #B6660F
At its core, #B6660F is a dark and vivid hue. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 182 red, 102 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 44% magenta, 92% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6660F
RGB182, 102, 15
HSL31.3°, 84.8%, 38.6%
CMYK0%, 44%, 92%, 29%
HSV31.3°, 91.8%, 71.4%
LAB51.2, 26.7, 55.9
XYZ24.1, 19.5, 2.9
Decimal11953679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.29:1
Text on #FFFFFF
AA Large
4.90:1
Text on #000000
AA
4.10:1
Text on #F8FAFC
AA Large
4.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6660F;
}
.text-color {
color: #B6660F;
}
.border-color {
border: 2px solid #B6660F;
}