Shades of Hacienda #9B8809
Tints of Hacienda #9B8809
RGB
CMYK
RGB Variations
Color information
#9B8809 (or 0x9B8809) is known color: Hacienda. HEX triplet: 9B, 88 and 09. RGB value is (155,136,9). Sum of RGB (Red+Green+Blue) = 155+136+9=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8809 is #6477F6. Grayscale: #7F7F7F. Windows color (decimal): -6584311 or 624795. OLE color: 624795.
HSL color Cylindrical-coordinate representation of color #9B8809: hue angle of 52.19º 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 #9B8809 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 9 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.39 |
| HSL | 52.19º | 0.89% | 0.32% | - |
| HSV(B) | 52.19º | 0.94% | 0.61% | - |
| XYZ | 22.37 | 24.6 | 3.83 | - |
| YUV | 127.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 9 | 0 | 0.12 | 0.94 | 0.39 | 52.19 | 0.89 | 0.32 |
| Hex | 9B | 88 | 9 | 0 | C | 5E | 27 | 34 | 59 | 20 |
| Octal | 233 | 210 | 11 | 0 | 14 | 136 | 47 | 64 | 131 | 40 |
| Binary | 10011011 | 10001000 | 1001 | 0 | 1100 | 1011110 | 100111 | 110100 | 1011001 | 100000 |
Color Harmonies of #9B8809
Complementary color
Monochromatic Colors of #9B8809
Black with #9B8809
Text Example
Text Example
White with #9B8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8809; }
p { color: rgb(155,136,9); }
H1.HeaderClassName
{
color: #9B8809;
}
.AnyTagClassName
{
color: #9B8809;
}
</style>
background-color css
<style>
a { background-color: #9B8809; }
a { background-color: rgb(155,136,9); }
div.DivClassName
{
background-color: #9B8809;
}
.BgClassName
{
background-color: #9B8809;
}
</style>
border-color css
<style>
span { border-color: #9B8809; }
span { border-color: rgb(155,136,9); }
td.TdClassName
{
border-color: #9B8809;
}
.TagClassName
{
border-color: #9B8809;
}
</style>