Shades of Hacienda #9E7516
Tints of Hacienda #9E7516
RGB
CMYK
RGB Variations
Color information
#9E7516 (or 0x9E7516) is known color: Hacienda. HEX triplet: 9E, 75 and 16. RGB value is (158,117,22). Sum of RGB (Red+Green+Blue) = 158+117+22=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7516 is #618AE9. Grayscale: #767676. Windows color (decimal): -6392554 or 1471902. OLE color: 1471902.
HSL color Cylindrical-coordinate representation of color #9E7516: hue angle of 41.91º 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 #9E7516 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 22 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.38 |
| HSL | 41.91º | 0.76% | 0.35% | - |
| HSV(B) | 41.91º | 0.86% | 0.62% | - |
| XYZ | 20.61 | 20.05 | 3.54 | - |
| YUV | 118.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 22 | 0 | 0.26 | 0.86 | 0.38 | 41.91 | 0.76 | 0.35 |
| Hex | 9E | 75 | 16 | 0 | 1A | 56 | 26 | 2A | 4C | 23 |
| Octal | 236 | 165 | 26 | 0 | 32 | 126 | 46 | 52 | 114 | 43 |
| Binary | 10011110 | 1110101 | 10110 | 0 | 11010 | 1010110 | 100110 | 101010 | 1001100 | 100011 |
Color Harmonies of #9E7516
Complementary color
Monochromatic Colors of #9E7516
Black with #9E7516
Text Example
Text Example
White with #9E7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7516; }
p { color: rgb(158,117,22); }
H1.HeaderClassName
{
color: #9E7516;
}
.AnyTagClassName
{
color: #9E7516;
}
</style>
background-color css
<style>
a { background-color: #9E7516; }
a { background-color: rgb(158,117,22); }
div.DivClassName
{
background-color: #9E7516;
}
.BgClassName
{
background-color: #9E7516;
}
</style>
border-color css
<style>
span { border-color: #9E7516; }
span { border-color: rgb(158,117,22); }
td.TdClassName
{
border-color: #9E7516;
}
.TagClassName
{
border-color: #9E7516;
}
</style>