Shades of Hacienda #99880C
Tints of Hacienda #99880C
RGB
CMYK
RGB Variations
Color information
#99880C (or 0x99880C) is known color: Hacienda. HEX triplet: 99, 88 and 0C. RGB value is (153,136,12). Sum of RGB (Red+Green+Blue) = 153+136+12=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99880C is #6677F3. Grayscale: #7F7F7F. Windows color (decimal): -6715380 or 821401. OLE color: 821401.
HSL color Cylindrical-coordinate representation of color #99880C: hue angle of 52.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99880C is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 12 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.4 |
| HSL | 52.77º | 0.85% | 0.32% | - |
| HSV(B) | 52.77º | 0.92% | 0.6% | - |
| XYZ | 22.01 | 24.41 | 3.9 | - |
| YUV | 126.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 12 | 0 | 0.11 | 0.92 | 0.4 | 52.77 | 0.85 | 0.32 |
| Hex | 99 | 88 | C | 0 | B | 5C | 28 | 35 | 55 | 20 |
| Octal | 231 | 210 | 14 | 0 | 13 | 134 | 50 | 65 | 125 | 40 |
| Binary | 10011001 | 10001000 | 1100 | 0 | 1011 | 1011100 | 101000 | 110101 | 1010101 | 100000 |
Color Harmonies of #99880C
Complementary color
Monochromatic Colors of #99880C
Black with #99880C
Text Example
Text Example
White with #99880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99880C; }
p { color: rgb(153,136,12); }
H1.HeaderClassName
{
color: #99880C;
}
.AnyTagClassName
{
color: #99880C;
}
</style>
background-color css
<style>
a { background-color: #99880C; }
a { background-color: rgb(153,136,12); }
div.DivClassName
{
background-color: #99880C;
}
.BgClassName
{
background-color: #99880C;
}
</style>
border-color css
<style>
span { border-color: #99880C; }
span { border-color: rgb(153,136,12); }
td.TdClassName
{
border-color: #99880C;
}
.TagClassName
{
border-color: #99880C;
}
</style>