Shades of Hacienda #9C7E16
Tints of Hacienda #9C7E16
RGB
CMYK
RGB Variations
Color information
#9C7E16 (or 0x9C7E16) is known color: Hacienda. HEX triplet: 9C, 7E and 16. RGB value is (156,126,22). Sum of RGB (Red+Green+Blue) = 156+126+22=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7E16 is #6381E9. Grayscale: #7B7B7B. Windows color (decimal): -6521322 or 1474204. OLE color: 1474204.
HSL color Cylindrical-coordinate representation of color #9C7E16: hue angle of 46.57º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C7E16 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 22 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.39 |
| HSL | 46.57º | 0.75% | 0.35% | - |
| HSV(B) | 46.57º | 0.86% | 0.61% | - |
| XYZ | 21.32 | 22.05 | 3.89 | - |
| YUV | 123.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 22 | 0 | 0.19 | 0.86 | 0.39 | 46.57 | 0.75 | 0.35 |
| Hex | 9C | 7E | 16 | 0 | 13 | 56 | 27 | 2F | 4B | 23 |
| Octal | 234 | 176 | 26 | 0 | 23 | 126 | 47 | 57 | 113 | 43 |
| Binary | 10011100 | 1111110 | 10110 | 0 | 10011 | 1010110 | 100111 | 101111 | 1001011 | 100011 |
Color Harmonies of #9C7E16
Complementary color
Monochromatic Colors of #9C7E16
Black with #9C7E16
Text Example
Text Example
White with #9C7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E16; }
p { color: rgb(156,126,22); }
H1.HeaderClassName
{
color: #9C7E16;
}
.AnyTagClassName
{
color: #9C7E16;
}
</style>
background-color css
<style>
a { background-color: #9C7E16; }
a { background-color: rgb(156,126,22); }
div.DivClassName
{
background-color: #9C7E16;
}
.BgClassName
{
background-color: #9C7E16;
}
</style>
border-color css
<style>
span { border-color: #9C7E16; }
span { border-color: rgb(156,126,22); }
td.TdClassName
{
border-color: #9C7E16;
}
.TagClassName
{
border-color: #9C7E16;
}
</style>