#926616
A dark, vivid orange closely aligning with Peru.
About #926616
The hex code #926616 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Peru. In the RGB color space, it consists of 146 red, 102 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 30% M, 85% Y, and 43% K. The HSL representation is 38.7° hue, 73.8% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#926616
RGB146, 102, 22
HSL38.7°, 73.8%, 32.9%
CMYK0%, 30%, 85%, 43%
HSV38.7°, 84.9%, 57.3%
LAB46.5, 10.8, 48.1
XYZ16.8, 15.7, 2.9
Decimal9594390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #926616;
}
.text-color {
color: #926616;
}
.border-color {
border: 2px solid #926616;
}