Shades of Hacienda #9B880F
Tints of Hacienda #9B880F
RGB
CMYK
RGB Variations
Color information
#9B880F (or 0x9B880F) is known color: Hacienda. HEX triplet: 9B, 88 and 0F. RGB value is (155,136,15). Sum of RGB (Red+Green+Blue) = 155+136+15=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B880F is #6477F0. Grayscale: #808080. Windows color (decimal): -6584305 or 1018011. OLE color: 1018011.
HSL color Cylindrical-coordinate representation of color #9B880F: hue angle of 51.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B880F is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 15 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.39 |
| HSL | 51.86º | 0.82% | 0.33% | - |
| HSV(B) | 51.86º | 0.9% | 0.61% | - |
| XYZ | 22.41 | 24.61 | 4.02 | - |
| YUV | 127.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 15 | 0 | 0.12 | 0.90 | 0.39 | 51.86 | 0.82 | 0.33 |
| Hex | 9B | 88 | F | 0 | C | 5A | 27 | 34 | 52 | 21 |
| Octal | 233 | 210 | 17 | 0 | 14 | 132 | 47 | 64 | 122 | 41 |
| Binary | 10011011 | 10001000 | 1111 | 0 | 1100 | 1011010 | 100111 | 110100 | 1010010 | 100001 |
Color Harmonies of #9B880F
Complementary color
Monochromatic Colors of #9B880F
Black with #9B880F
Text Example
Text Example
White with #9B880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B880F; }
p { color: rgb(155,136,15); }
H1.HeaderClassName
{
color: #9B880F;
}
.AnyTagClassName
{
color: #9B880F;
}
</style>
background-color css
<style>
a { background-color: #9B880F; }
a { background-color: rgb(155,136,15); }
div.DivClassName
{
background-color: #9B880F;
}
.BgClassName
{
background-color: #9B880F;
}
</style>
border-color css
<style>
span { border-color: #9B880F; }
span { border-color: rgb(155,136,15); }
td.TdClassName
{
border-color: #9B880F;
}
.TagClassName
{
border-color: #9B880F;
}
</style>