Shades of Hacienda #9C8418
Tints of Hacienda #9C8418
RGB
CMYK
RGB Variations
Color information
#9C8418 (or 0x9C8418) is known color: Hacienda. HEX triplet: 9C, 84 and 18. RGB value is (156,132,24). Sum of RGB (Red+Green+Blue) = 156+132+24=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8418 is #637BE7. Grayscale: #7F7F7F. Windows color (decimal): -6519784 or 1606812. OLE color: 1606812.
HSL color Cylindrical-coordinate representation of color #9C8418: hue angle of 49.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C8418 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 24 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.39 |
| HSL | 49.09º | 0.73% | 0.35% | - |
| HSV(B) | 49.09º | 0.85% | 0.61% | - |
| XYZ | 22.13 | 23.64 | 4.26 | - |
| YUV | 126.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 24 | 0 | 0.15 | 0.85 | 0.39 | 49.09 | 0.73 | 0.35 |
| Hex | 9C | 84 | 18 | 0 | F | 55 | 27 | 31 | 49 | 23 |
| Octal | 234 | 204 | 30 | 0 | 17 | 125 | 47 | 61 | 111 | 43 |
| Binary | 10011100 | 10000100 | 11000 | 0 | 1111 | 1010101 | 100111 | 110001 | 1001001 | 100011 |
Color Harmonies of #9C8418
Complementary color
Monochromatic Colors of #9C8418
Black with #9C8418
Text Example
Text Example
White with #9C8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8418; }
p { color: rgb(156,132,24); }
H1.HeaderClassName
{
color: #9C8418;
}
.AnyTagClassName
{
color: #9C8418;
}
</style>
background-color css
<style>
a { background-color: #9C8418; }
a { background-color: rgb(156,132,24); }
div.DivClassName
{
background-color: #9C8418;
}
.BgClassName
{
background-color: #9C8418;
}
</style>
border-color css
<style>
span { border-color: #9C8418; }
span { border-color: rgb(156,132,24); }
td.TdClassName
{
border-color: #9C8418;
}
.TagClassName
{
border-color: #9C8418;
}
</style>