Shades of Hacienda #9B880C
Tints of Hacienda #9B880C
RGB
CMYK
RGB Variations
Color information
#9B880C (or 0x9B880C) is known color: Hacienda. HEX triplet: 9B, 88 and 0C. RGB value is (155,136,12). Sum of RGB (Red+Green+Blue) = 155+136+12=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B880C is #6477F3. Grayscale: #808080. Windows color (decimal): -6584308 or 821403. OLE color: 821403.
HSL color Cylindrical-coordinate representation of color #9B880C: hue angle of 52.03º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B880C is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 12 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.39 |
| HSL | 52.03º | 0.86% | 0.33% | - |
| HSV(B) | 52.03º | 0.92% | 0.61% | - |
| XYZ | 22.39 | 24.6 | 3.92 | - |
| YUV | 127.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 12 | 0 | 0.12 | 0.92 | 0.39 | 52.03 | 0.86 | 0.33 |
| Hex | 9B | 88 | C | 0 | C | 5C | 27 | 34 | 56 | 21 |
| Octal | 233 | 210 | 14 | 0 | 14 | 134 | 47 | 64 | 126 | 41 |
| Binary | 10011011 | 10001000 | 1100 | 0 | 1100 | 1011100 | 100111 | 110100 | 1010110 | 100001 |
Color Harmonies of #9B880C
Complementary color
Monochromatic Colors of #9B880C
Black with #9B880C
Text Example
Text Example
White with #9B880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B880C; }
p { color: rgb(155,136,12); }
H1.HeaderClassName
{
color: #9B880C;
}
.AnyTagClassName
{
color: #9B880C;
}
</style>
background-color css
<style>
a { background-color: #9B880C; }
a { background-color: rgb(155,136,12); }
div.DivClassName
{
background-color: #9B880C;
}
.BgClassName
{
background-color: #9B880C;
}
</style>
border-color css
<style>
span { border-color: #9B880C; }
span { border-color: rgb(155,136,12); }
td.TdClassName
{
border-color: #9B880C;
}
.TagClassName
{
border-color: #9B880C;
}
</style>