Shades of Hacienda #9E7B16
Tints of Hacienda #9E7B16
RGB
CMYK
RGB Variations
Color information
#9E7B16 (or 0x9E7B16) is known color: Hacienda. HEX triplet: 9E, 7B and 16. RGB value is (158,123,22). Sum of RGB (Red+Green+Blue) = 158+123+22=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7B16 is #6184E9. Grayscale: #7A7A7A. Windows color (decimal): -6391018 or 1473438. OLE color: 1473438.
HSL color Cylindrical-coordinate representation of color #9E7B16: hue angle of 44.56º 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 #9E7B16 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 22 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.38 |
| HSL | 44.56º | 0.76% | 0.35% | - |
| HSV(B) | 44.56º | 0.86% | 0.62% | - |
| XYZ | 21.33 | 21.49 | 3.78 | - |
| YUV | 121.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 22 | 0 | 0.22 | 0.86 | 0.38 | 44.56 | 0.76 | 0.35 |
| Hex | 9E | 7B | 16 | 0 | 16 | 56 | 26 | 2D | 4C | 23 |
| Octal | 236 | 173 | 26 | 0 | 26 | 126 | 46 | 55 | 114 | 43 |
| Binary | 10011110 | 1111011 | 10110 | 0 | 10110 | 1010110 | 100110 | 101101 | 1001100 | 100011 |
Color Harmonies of #9E7B16
Complementary color
Monochromatic Colors of #9E7B16
Black with #9E7B16
Text Example
Text Example
White with #9E7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B16; }
p { color: rgb(158,123,22); }
H1.HeaderClassName
{
color: #9E7B16;
}
.AnyTagClassName
{
color: #9E7B16;
}
</style>
background-color css
<style>
a { background-color: #9E7B16; }
a { background-color: rgb(158,123,22); }
div.DivClassName
{
background-color: #9E7B16;
}
.BgClassName
{
background-color: #9E7B16;
}
</style>
border-color css
<style>
span { border-color: #9E7B16; }
span { border-color: rgb(158,123,22); }
td.TdClassName
{
border-color: #9E7B16;
}
.TagClassName
{
border-color: #9E7B16;
}
</style>