Shades of Hacienda #9C761C
Tints of Hacienda #9C761C
RGB
CMYK
RGB Variations
Color information
#9C761C (or 0x9C761C) is known color: Hacienda. HEX triplet: 9C, 76 and 1C. RGB value is (156,118,28). Sum of RGB (Red+Green+Blue) = 156+118+28=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C761C is #6389E3. Grayscale: #777777. Windows color (decimal): -6523364 or 1865372. OLE color: 1865372.
HSL color Cylindrical-coordinate representation of color #9C761C: hue angle of 42.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C761C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 28 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.39 |
| HSL | 42.19º | 0.7% | 0.36% | - |
| HSV(B) | 42.19º | 0.82% | 0.61% | - |
| XYZ | 20.4 | 20.11 | 3.9 | - |
| YUV | 119.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 28 | 0 | 0.24 | 0.82 | 0.39 | 42.19 | 0.7 | 0.36 |
| Hex | 9C | 76 | 1C | 0 | 18 | 52 | 27 | 2A | 46 | 24 |
| Octal | 234 | 166 | 34 | 0 | 30 | 122 | 47 | 52 | 106 | 44 |
| Binary | 10011100 | 1110110 | 11100 | 0 | 11000 | 1010010 | 100111 | 101010 | 1000110 | 100100 |
Color Harmonies of #9C761C
Complementary color
Monochromatic Colors of #9C761C
Black with #9C761C
Text Example
Text Example
White with #9C761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C761C; }
p { color: rgb(156,118,28); }
H1.HeaderClassName
{
color: #9C761C;
}
.AnyTagClassName
{
color: #9C761C;
}
</style>
background-color css
<style>
a { background-color: #9C761C; }
a { background-color: rgb(156,118,28); }
div.DivClassName
{
background-color: #9C761C;
}
.BgClassName
{
background-color: #9C761C;
}
</style>
border-color css
<style>
span { border-color: #9C761C; }
span { border-color: rgb(156,118,28); }
td.TdClassName
{
border-color: #9C761C;
}
.TagClassName
{
border-color: #9C761C;
}
</style>