Shades of Hacienda #9C8209
Tints of Hacienda #9C8209
RGB
CMYK
RGB Variations
Color information
#9C8209 (or 0x9C8209) is known color: Hacienda. HEX triplet: 9C, 82 and 09. RGB value is (156,130,9). Sum of RGB (Red+Green+Blue) = 156+130+9=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8209 is #637DF6. Grayscale: #7C7C7C. Windows color (decimal): -6520311 or 623260. OLE color: 623260.
HSL color Cylindrical-coordinate representation of color #9C8209: hue angle of 49.39º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C8209 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 9 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.39 |
| HSL | 49.39º | 0.89% | 0.32% | - |
| HSV(B) | 49.39º | 0.94% | 0.61% | - |
| XYZ | 21.74 | 23.05 | 3.56 | - |
| YUV | 123.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 9 | 0 | 0.17 | 0.94 | 0.39 | 49.39 | 0.89 | 0.32 |
| Hex | 9C | 82 | 9 | 0 | 11 | 5E | 27 | 31 | 59 | 20 |
| Octal | 234 | 202 | 11 | 0 | 21 | 136 | 47 | 61 | 131 | 40 |
| Binary | 10011100 | 10000010 | 1001 | 0 | 10001 | 1011110 | 100111 | 110001 | 1011001 | 100000 |
Color Harmonies of #9C8209
Complementary color
Monochromatic Colors of #9C8209
Black with #9C8209
Text Example
Text Example
White with #9C8209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8209; }
p { color: rgb(156,130,9); }
H1.HeaderClassName
{
color: #9C8209;
}
.AnyTagClassName
{
color: #9C8209;
}
</style>
background-color css
<style>
a { background-color: #9C8209; }
a { background-color: rgb(156,130,9); }
div.DivClassName
{
background-color: #9C8209;
}
.BgClassName
{
background-color: #9C8209;
}
</style>
border-color css
<style>
span { border-color: #9C8209; }
span { border-color: rgb(156,130,9); }
td.TdClassName
{
border-color: #9C8209;
}
.TagClassName
{
border-color: #9C8209;
}
</style>