Shades of Hacienda #9B7624
Tints of Hacienda #9B7624
RGB
CMYK
RGB Variations
Color information
#9B7624 (or 0x9B7624) is known color: Hacienda. HEX triplet: 9B, 76 and 24. RGB value is (155,118,36). Sum of RGB (Red+Green+Blue) = 155+118+36=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7624 is #6489DB. Grayscale: #787878. Windows color (decimal): -6588892 or 2389659. OLE color: 2389659.
HSL color Cylindrical-coordinate representation of color #9B7624: hue angle of 41.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B7624 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 36 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.39 |
| HSL | 41.34º | 0.62% | 0.37% | - |
| HSV(B) | 41.34º | 0.77% | 0.61% | - |
| XYZ | 20.31 | 20.05 | 4.47 | - |
| YUV | 119.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 36 | 0 | 0.24 | 0.77 | 0.39 | 41.34 | 0.62 | 0.37 |
| Hex | 9B | 76 | 24 | 0 | 18 | 4D | 27 | 29 | 3E | 25 |
| Octal | 233 | 166 | 44 | 0 | 30 | 115 | 47 | 51 | 76 | 45 |
| Binary | 10011011 | 1110110 | 100100 | 0 | 11000 | 1001101 | 100111 | 101001 | 111110 | 100101 |
Color Harmonies of #9B7624
Complementary color
Monochromatic Colors of #9B7624
Black with #9B7624
Text Example
Text Example
White with #9B7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7624; }
p { color: rgb(155,118,36); }
H1.HeaderClassName
{
color: #9B7624;
}
.AnyTagClassName
{
color: #9B7624;
}
</style>
background-color css
<style>
a { background-color: #9B7624; }
a { background-color: rgb(155,118,36); }
div.DivClassName
{
background-color: #9B7624;
}
.BgClassName
{
background-color: #9B7624;
}
</style>
border-color css
<style>
span { border-color: #9B7624; }
span { border-color: rgb(155,118,36); }
td.TdClassName
{
border-color: #9B7624;
}
.TagClassName
{
border-color: #9B7624;
}
</style>