Shades of Hacienda #9E8216
Tints of Hacienda #9E8216
RGB
CMYK
RGB Variations
Color information
#9E8216 (or 0x9E8216) is known color: Hacienda. HEX triplet: 9E, 82 and 16. RGB value is (158,130,22). Sum of RGB (Red+Green+Blue) = 158+130+22=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8216 is #617DE9. Grayscale: #7E7E7E. Windows color (decimal): -6389226 or 1475230. OLE color: 1475230.
HSL color Cylindrical-coordinate representation of color #9E8216: hue angle of 47.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E8216 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 22 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.38 |
| HSL | 47.65º | 0.76% | 0.35% | - |
| HSV(B) | 47.65º | 0.86% | 0.62% | - |
| XYZ | 22.23 | 23.29 | 4.08 | - |
| YUV | 126.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 22 | 0 | 0.18 | 0.86 | 0.38 | 47.65 | 0.76 | 0.35 |
| Hex | 9E | 82 | 16 | 0 | 12 | 56 | 26 | 30 | 4C | 23 |
| Octal | 236 | 202 | 26 | 0 | 22 | 126 | 46 | 60 | 114 | 43 |
| Binary | 10011110 | 10000010 | 10110 | 0 | 10010 | 1010110 | 100110 | 110000 | 1001100 | 100011 |
Color Harmonies of #9E8216
Complementary color
Monochromatic Colors of #9E8216
Black with #9E8216
Text Example
Text Example
White with #9E8216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8216; }
p { color: rgb(158,130,22); }
H1.HeaderClassName
{
color: #9E8216;
}
.AnyTagClassName
{
color: #9E8216;
}
</style>
background-color css
<style>
a { background-color: #9E8216; }
a { background-color: rgb(158,130,22); }
div.DivClassName
{
background-color: #9E8216;
}
.BgClassName
{
background-color: #9E8216;
}
</style>
border-color css
<style>
span { border-color: #9E8216; }
span { border-color: rgb(158,130,22); }
td.TdClassName
{
border-color: #9E8216;
}
.TagClassName
{
border-color: #9E8216;
}
</style>