Shades of Hacienda #9C8111
Tints of Hacienda #9C8111
RGB
CMYK
RGB Variations
Color information
#9C8111 (or 0x9C8111) is known color: Hacienda. HEX triplet: 9C, 81 and 11. RGB value is (156,129,17). Sum of RGB (Red+Green+Blue) = 156+129+17=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8111 is #637EEE. Grayscale: #7C7C7C. Windows color (decimal): -6520559 or 1147292. OLE color: 1147292.
HSL color Cylindrical-coordinate representation of color #9C8111: hue angle of 48.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C8111 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 17 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.39 |
| HSL | 48.35º | 0.8% | 0.34% | - |
| HSV(B) | 48.35º | 0.89% | 0.61% | - |
| XYZ | 21.66 | 22.81 | 3.79 | - |
| YUV | 124.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 17 | 0 | 0.17 | 0.89 | 0.39 | 48.35 | 0.8 | 0.34 |
| Hex | 9C | 81 | 11 | 0 | 11 | 59 | 27 | 30 | 50 | 22 |
| Octal | 234 | 201 | 21 | 0 | 21 | 131 | 47 | 60 | 120 | 42 |
| Binary | 10011100 | 10000001 | 10001 | 0 | 10001 | 1011001 | 100111 | 110000 | 1010000 | 100010 |
Color Harmonies of #9C8111
Complementary color
Monochromatic Colors of #9C8111
Black with #9C8111
Text Example
Text Example
White with #9C8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8111; }
p { color: rgb(156,129,17); }
H1.HeaderClassName
{
color: #9C8111;
}
.AnyTagClassName
{
color: #9C8111;
}
</style>
background-color css
<style>
a { background-color: #9C8111; }
a { background-color: rgb(156,129,17); }
div.DivClassName
{
background-color: #9C8111;
}
.BgClassName
{
background-color: #9C8111;
}
</style>
border-color css
<style>
span { border-color: #9C8111; }
span { border-color: rgb(156,129,17); }
td.TdClassName
{
border-color: #9C8111;
}
.TagClassName
{
border-color: #9C8111;
}
</style>