Shades of Hacienda #9E7916
Tints of Hacienda #9E7916
RGB
CMYK
RGB Variations
Color information
#9E7916 (or 0x9E7916) is known color: Hacienda. HEX triplet: 9E, 79 and 16. RGB value is (158,121,22). Sum of RGB (Red+Green+Blue) = 158+121+22=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7916 is #6186E9. Grayscale: #797979. Windows color (decimal): -6391530 or 1472926. OLE color: 1472926.
HSL color Cylindrical-coordinate representation of color #9E7916: hue angle of 43.68º 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 #9E7916 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 22 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.38 |
| HSL | 43.68º | 0.76% | 0.35% | - |
| HSV(B) | 43.68º | 0.86% | 0.62% | - |
| XYZ | 21.08 | 21 | 3.7 | - |
| YUV | 120.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 22 | 0 | 0.23 | 0.86 | 0.38 | 43.68 | 0.76 | 0.35 |
| Hex | 9E | 79 | 16 | 0 | 17 | 56 | 26 | 2C | 4C | 23 |
| Octal | 236 | 171 | 26 | 0 | 27 | 126 | 46 | 54 | 114 | 43 |
| Binary | 10011110 | 1111001 | 10110 | 0 | 10111 | 1010110 | 100110 | 101100 | 1001100 | 100011 |
Color Harmonies of #9E7916
Complementary color
Monochromatic Colors of #9E7916
Black with #9E7916
Text Example
Text Example
White with #9E7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7916; }
p { color: rgb(158,121,22); }
H1.HeaderClassName
{
color: #9E7916;
}
.AnyTagClassName
{
color: #9E7916;
}
</style>
background-color css
<style>
a { background-color: #9E7916; }
a { background-color: rgb(158,121,22); }
div.DivClassName
{
background-color: #9E7916;
}
.BgClassName
{
background-color: #9E7916;
}
</style>
border-color css
<style>
span { border-color: #9E7916; }
span { border-color: rgb(158,121,22); }
td.TdClassName
{
border-color: #9E7916;
}
.TagClassName
{
border-color: #9E7916;
}
</style>