Shades of Hacienda #9C8108
Tints of Hacienda #9C8108
RGB
CMYK
RGB Variations
Color information
#9C8108 (or 0x9C8108) is known color: Hacienda. HEX triplet: 9C, 81 and 08. RGB value is (156,129,8). Sum of RGB (Red+Green+Blue) = 156+129+8=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8108 is #637EF7. Grayscale: #7B7B7B. Windows color (decimal): -6520568 or 557468. OLE color: 557468.
HSL color Cylindrical-coordinate representation of color #9C8108: hue angle of 49.05º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C8108 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 8 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.39 |
| HSL | 49.05º | 0.9% | 0.32% | - |
| HSV(B) | 49.05º | 0.95% | 0.61% | - |
| XYZ | 21.6 | 22.79 | 3.49 | - |
| YUV | 123.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 8 | 0 | 0.17 | 0.95 | 0.39 | 49.05 | 0.9 | 0.32 |
| Hex | 9C | 81 | 8 | 0 | 11 | 5F | 27 | 31 | 5A | 20 |
| Octal | 234 | 201 | 10 | 0 | 21 | 137 | 47 | 61 | 132 | 40 |
| Binary | 10011100 | 10000001 | 1000 | 0 | 10001 | 1011111 | 100111 | 110001 | 1011010 | 100000 |
Color Harmonies of #9C8108
Complementary color
Monochromatic Colors of #9C8108
Black with #9C8108
Text Example
Text Example
White with #9C8108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8108; }
p { color: rgb(156,129,8); }
H1.HeaderClassName
{
color: #9C8108;
}
.AnyTagClassName
{
color: #9C8108;
}
</style>
background-color css
<style>
a { background-color: #9C8108; }
a { background-color: rgb(156,129,8); }
div.DivClassName
{
background-color: #9C8108;
}
.BgClassName
{
background-color: #9C8108;
}
</style>
border-color css
<style>
span { border-color: #9C8108; }
span { border-color: rgb(156,129,8); }
td.TdClassName
{
border-color: #9C8108;
}
.TagClassName
{
border-color: #9C8108;
}
</style>