Shades of Hacienda #9C860D
Tints of Hacienda #9C860D
RGB
CMYK
RGB Variations
Color information
#9C860D (or 0x9C860D) is known color: Hacienda. HEX triplet: 9C, 86 and 0D. RGB value is (156,134,13). Sum of RGB (Red+Green+Blue) = 156+134+13=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C860D is #6379F2. Grayscale: #7F7F7F. Windows color (decimal): -6519283 or 886428. OLE color: 886428.
HSL color Cylindrical-coordinate representation of color #9C860D: hue angle of 50.77º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C860D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.39 |
| HSL | 50.77º | 0.85% | 0.33% | - |
| HSV(B) | 50.77º | 0.92% | 0.61% | - |
| XYZ | 22.31 | 24.15 | 3.87 | - |
| YUV | 126.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 13 | 0 | 0.14 | 0.92 | 0.39 | 50.77 | 0.85 | 0.33 |
| Hex | 9C | 86 | D | 0 | E | 5C | 27 | 33 | 55 | 21 |
| Octal | 234 | 206 | 15 | 0 | 16 | 134 | 47 | 63 | 125 | 41 |
| Binary | 10011100 | 10000110 | 1101 | 0 | 1110 | 1011100 | 100111 | 110011 | 1010101 | 100001 |
Color Harmonies of #9C860D
Complementary color
Monochromatic Colors of #9C860D
Black with #9C860D
Text Example
Text Example
White with #9C860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C860D; }
p { color: rgb(156,134,13); }
H1.HeaderClassName
{
color: #9C860D;
}
.AnyTagClassName
{
color: #9C860D;
}
</style>
background-color css
<style>
a { background-color: #9C860D; }
a { background-color: rgb(156,134,13); }
div.DivClassName
{
background-color: #9C860D;
}
.BgClassName
{
background-color: #9C860D;
}
</style>
border-color css
<style>
span { border-color: #9C860D; }
span { border-color: rgb(156,134,13); }
td.TdClassName
{
border-color: #9C860D;
}
.TagClassName
{
border-color: #9C860D;
}
</style>