Shades of Hacienda #9B8711
Tints of Hacienda #9B8711
RGB
CMYK
RGB Variations
Color information
#9B8711 (or 0x9B8711) is known color: Hacienda. HEX triplet: 9B, 87 and 11. RGB value is (155,135,17). Sum of RGB (Red+Green+Blue) = 155+135+17=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8711 is #6478EE. Grayscale: #808080. Windows color (decimal): -6584559 or 1148827. OLE color: 1148827.
HSL color Cylindrical-coordinate representation of color #9B8711: hue angle of 51.3º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B8711 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 17 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.39 |
| HSL | 51.3º | 0.8% | 0.34% | - |
| HSV(B) | 51.3º | 0.89% | 0.61% | - |
| XYZ | 22.28 | 24.34 | 4.05 | - |
| YUV | 127.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 17 | 0 | 0.13 | 0.89 | 0.39 | 51.3 | 0.8 | 0.34 |
| Hex | 9B | 87 | 11 | 0 | D | 59 | 27 | 33 | 50 | 22 |
| Octal | 233 | 207 | 21 | 0 | 15 | 131 | 47 | 63 | 120 | 42 |
| Binary | 10011011 | 10000111 | 10001 | 0 | 1101 | 1011001 | 100111 | 110011 | 1010000 | 100010 |
Color Harmonies of #9B8711
Complementary color
Monochromatic Colors of #9B8711
Black with #9B8711
Text Example
Text Example
White with #9B8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8711; }
p { color: rgb(155,135,17); }
H1.HeaderClassName
{
color: #9B8711;
}
.AnyTagClassName
{
color: #9B8711;
}
</style>
background-color css
<style>
a { background-color: #9B8711; }
a { background-color: rgb(155,135,17); }
div.DivClassName
{
background-color: #9B8711;
}
.BgClassName
{
background-color: #9B8711;
}
</style>
border-color css
<style>
span { border-color: #9B8711; }
span { border-color: rgb(155,135,17); }
td.TdClassName
{
border-color: #9B8711;
}
.TagClassName
{
border-color: #9B8711;
}
</style>