Shades of Hacienda #9C8B0F
Tints of Hacienda #9C8B0F
RGB
CMYK
RGB Variations
Color information
#9C8B0F (or 0x9C8B0F) is known color: Hacienda. HEX triplet: 9C, 8B and 0F. RGB value is (156,139,15). Sum of RGB (Red+Green+Blue) = 156+139+15=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8B0F is #6374F0. Grayscale: #828282. Windows color (decimal): -6518001 or 1018780. OLE color: 1018780.
HSL color Cylindrical-coordinate representation of color #9C8B0F: hue angle of 52.77º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C8B0F is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 15 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.39 |
| HSL | 52.77º | 0.82% | 0.34% | - |
| HSV(B) | 52.77º | 0.9% | 0.61% | - |
| XYZ | 23.03 | 25.57 | 4.17 | - |
| YUV | 129.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 15 | 0 | 0.11 | 0.90 | 0.39 | 52.77 | 0.82 | 0.34 |
| Hex | 9C | 8B | F | 0 | B | 5A | 27 | 35 | 52 | 22 |
| Octal | 234 | 213 | 17 | 0 | 13 | 132 | 47 | 65 | 122 | 42 |
| Binary | 10011100 | 10001011 | 1111 | 0 | 1011 | 1011010 | 100111 | 110101 | 1010010 | 100010 |
Color Harmonies of #9C8B0F
Complementary color
Monochromatic Colors of #9C8B0F
Black with #9C8B0F
Text Example
Text Example
White with #9C8B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B0F; }
p { color: rgb(156,139,15); }
H1.HeaderClassName
{
color: #9C8B0F;
}
.AnyTagClassName
{
color: #9C8B0F;
}
</style>
background-color css
<style>
a { background-color: #9C8B0F; }
a { background-color: rgb(156,139,15); }
div.DivClassName
{
background-color: #9C8B0F;
}
.BgClassName
{
background-color: #9C8B0F;
}
</style>
border-color css
<style>
span { border-color: #9C8B0F; }
span { border-color: rgb(156,139,15); }
td.TdClassName
{
border-color: #9C8B0F;
}
.TagClassName
{
border-color: #9C8B0F;
}
</style>