Shades of Hacienda #9C8407
Tints of Hacienda #9C8407
RGB
CMYK
RGB Variations
Color information
#9C8407 (or 0x9C8407) is known color: Hacienda. HEX triplet: 9C, 84 and 07. RGB value is (156,132,7). Sum of RGB (Red+Green+Blue) = 156+132+7=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8407 is #637BF8. Grayscale: #7D7D7D. Windows color (decimal): -6519801 or 492700. OLE color: 492700.
HSL color Cylindrical-coordinate representation of color #9C8407: hue angle of 50.34º degrees, saturation: 0.91, 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 #9C8407 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 7 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.39 |
| HSL | 50.34º | 0.91% | 0.32% | - |
| HSV(B) | 50.34º | 0.96% | 0.61% | - |
| XYZ | 22 | 23.59 | 3.59 | - |
| YUV | 124.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 7 | 0 | 0.15 | 0.96 | 0.39 | 50.34 | 0.91 | 0.32 |
| Hex | 9C | 84 | 7 | 0 | F | 60 | 27 | 32 | 5B | 20 |
| Octal | 234 | 204 | 7 | 0 | 17 | 140 | 47 | 62 | 133 | 40 |
| Binary | 10011100 | 10000100 | 111 | 0 | 1111 | 1100000 | 100111 | 110010 | 1011011 | 100000 |
Color Harmonies of #9C8407
Complementary color
Monochromatic Colors of #9C8407
Black with #9C8407
Text Example
Text Example
White with #9C8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8407; }
p { color: rgb(156,132,7); }
H1.HeaderClassName
{
color: #9C8407;
}
.AnyTagClassName
{
color: #9C8407;
}
</style>
background-color css
<style>
a { background-color: #9C8407; }
a { background-color: rgb(156,132,7); }
div.DivClassName
{
background-color: #9C8407;
}
.BgClassName
{
background-color: #9C8407;
}
</style>
border-color css
<style>
span { border-color: #9C8407; }
span { border-color: rgb(156,132,7); }
td.TdClassName
{
border-color: #9C8407;
}
.TagClassName
{
border-color: #9C8407;
}
</style>