Shades of Hacienda #9C8206
Tints of Hacienda #9C8206
RGB
CMYK
RGB Variations
Color information
#9C8206 (or 0x9C8206) is known color: Hacienda. HEX triplet: 9C, 82 and 06. RGB value is (156,130,6). Sum of RGB (Red+Green+Blue) = 156+130+6=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8206 is #637DF9. Grayscale: #7C7C7C. Windows color (decimal): -6520314 or 426652. OLE color: 426652.
HSL color Cylindrical-coordinate representation of color #9C8206: hue angle of 49.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C8206 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 6 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.39 |
| HSL | 49.6º | 0.93% | 0.32% | - |
| HSV(B) | 49.6º | 0.96% | 0.61% | - |
| XYZ | 21.73 | 23.05 | 3.48 | - |
| YUV | 123.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 6 | 0 | 0.17 | 0.96 | 0.39 | 49.6 | 0.93 | 0.32 |
| Hex | 9C | 82 | 6 | 0 | 11 | 60 | 27 | 32 | 5D | 20 |
| Octal | 234 | 202 | 6 | 0 | 21 | 140 | 47 | 62 | 135 | 40 |
| Binary | 10011100 | 10000010 | 110 | 0 | 10001 | 1100000 | 100111 | 110010 | 1011101 | 100000 |
Color Harmonies of #9C8206
Complementary color
Monochromatic Colors of #9C8206
Black with #9C8206
Text Example
Text Example
White with #9C8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8206; }
p { color: rgb(156,130,6); }
H1.HeaderClassName
{
color: #9C8206;
}
.AnyTagClassName
{
color: #9C8206;
}
</style>
background-color css
<style>
a { background-color: #9C8206; }
a { background-color: rgb(156,130,6); }
div.DivClassName
{
background-color: #9C8206;
}
.BgClassName
{
background-color: #9C8206;
}
</style>
border-color css
<style>
span { border-color: #9C8206; }
span { border-color: rgb(156,130,6); }
td.TdClassName
{
border-color: #9C8206;
}
.TagClassName
{
border-color: #9C8206;
}
</style>