Shades of Hacienda #9C8620
Tints of Hacienda #9C8620
RGB
CMYK
RGB Variations
Color information
#9C8620 (or 0x9C8620) is known color: Hacienda. HEX triplet: 9C, 86 and 20. RGB value is (156,134,32). Sum of RGB (Red+Green+Blue) = 156+134+32=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8620 is #6379DF. Grayscale: #818181. Windows color (decimal): -6519264 or 2131612. OLE color: 2131612.
HSL color Cylindrical-coordinate representation of color #9C8620: hue angle of 49.35º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C8620 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 32 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.39 |
| HSL | 49.35º | 0.66% | 0.37% | - |
| HSV(B) | 49.35º | 0.79% | 0.61% | - |
| XYZ | 22.5 | 24.22 | 4.86 | - |
| YUV | 128.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 32 | 0 | 0.14 | 0.79 | 0.39 | 49.35 | 0.66 | 0.37 |
| Hex | 9C | 86 | 20 | 0 | E | 4F | 27 | 31 | 42 | 25 |
| Octal | 234 | 206 | 40 | 0 | 16 | 117 | 47 | 61 | 102 | 45 |
| Binary | 10011100 | 10000110 | 100000 | 0 | 1110 | 1001111 | 100111 | 110001 | 1000010 | 100101 |
Color Harmonies of #9C8620
Complementary color
Monochromatic Colors of #9C8620
Black with #9C8620
Text Example
Text Example
White with #9C8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8620; }
p { color: rgb(156,134,32); }
H1.HeaderClassName
{
color: #9C8620;
}
.AnyTagClassName
{
color: #9C8620;
}
</style>
background-color css
<style>
a { background-color: #9C8620; }
a { background-color: rgb(156,134,32); }
div.DivClassName
{
background-color: #9C8620;
}
.BgClassName
{
background-color: #9C8620;
}
</style>
border-color css
<style>
span { border-color: #9C8620; }
span { border-color: rgb(156,134,32); }
td.TdClassName
{
border-color: #9C8620;
}
.TagClassName
{
border-color: #9C8620;
}
</style>