Shades of Hacienda #9C8617
Tints of Hacienda #9C8617
RGB
CMYK
RGB Variations
Color information
#9C8617 (or 0x9C8617) is known color: Hacienda. HEX triplet: 9C, 86 and 17. RGB value is (156,134,23). Sum of RGB (Red+Green+Blue) = 156+134+23=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8617 is #6379E8. Grayscale: #808080. Windows color (decimal): -6519273 or 1541788. OLE color: 1541788.
HSL color Cylindrical-coordinate representation of color #9C8617: hue angle of 50.08º degrees, saturation: 0.74, 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 #9C8617 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 23 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.39 |
| HSL | 50.08º | 0.74% | 0.35% | - |
| HSV(B) | 50.08º | 0.85% | 0.61% | - |
| XYZ | 22.39 | 24.18 | 4.3 | - |
| YUV | 127.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 23 | 0 | 0.14 | 0.85 | 0.39 | 50.08 | 0.74 | 0.35 |
| Hex | 9C | 86 | 17 | 0 | E | 55 | 27 | 32 | 4A | 23 |
| Octal | 234 | 206 | 27 | 0 | 16 | 125 | 47 | 62 | 112 | 43 |
| Binary | 10011100 | 10000110 | 10111 | 0 | 1110 | 1010101 | 100111 | 110010 | 1001010 | 100011 |
Color Harmonies of #9C8617
Complementary color
Monochromatic Colors of #9C8617
Black with #9C8617
Text Example
Text Example
White with #9C8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8617; }
p { color: rgb(156,134,23); }
H1.HeaderClassName
{
color: #9C8617;
}
.AnyTagClassName
{
color: #9C8617;
}
</style>
background-color css
<style>
a { background-color: #9C8617; }
a { background-color: rgb(156,134,23); }
div.DivClassName
{
background-color: #9C8617;
}
.BgClassName
{
background-color: #9C8617;
}
</style>
border-color css
<style>
span { border-color: #9C8617; }
span { border-color: rgb(156,134,23); }
td.TdClassName
{
border-color: #9C8617;
}
.TagClassName
{
border-color: #9C8617;
}
</style>