Shades of Hacienda #99860F
Tints of Hacienda #99860F
RGB
CMYK
RGB Variations
Color information
#99860F (or 0x99860F) is known color: Hacienda. HEX triplet: 99, 86 and 0F. RGB value is (153,134,15). Sum of RGB (Red+Green+Blue) = 153+134+15=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99860F is #6679F0. Grayscale: #7E7E7E. Windows color (decimal): -6715889 or 1017497. OLE color: 1017497.
HSL color Cylindrical-coordinate representation of color #99860F: hue angle of 51.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99860F is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 15 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.4 |
| HSL | 51.74º | 0.82% | 0.33% | - |
| HSV(B) | 51.74º | 0.9% | 0.6% | - |
| XYZ | 21.75 | 23.86 | 3.91 | - |
| YUV | 126.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 15 | 0 | 0.12 | 0.90 | 0.4 | 51.74 | 0.82 | 0.33 |
| Hex | 99 | 86 | F | 0 | C | 5A | 28 | 34 | 52 | 21 |
| Octal | 231 | 206 | 17 | 0 | 14 | 132 | 50 | 64 | 122 | 41 |
| Binary | 10011001 | 10000110 | 1111 | 0 | 1100 | 1011010 | 101000 | 110100 | 1010010 | 100001 |
Color Harmonies of #99860F
Complementary color
Monochromatic Colors of #99860F
Black with #99860F
Text Example
Text Example
White with #99860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99860F; }
p { color: rgb(153,134,15); }
H1.HeaderClassName
{
color: #99860F;
}
.AnyTagClassName
{
color: #99860F;
}
</style>
background-color css
<style>
a { background-color: #99860F; }
a { background-color: rgb(153,134,15); }
div.DivClassName
{
background-color: #99860F;
}
.BgClassName
{
background-color: #99860F;
}
</style>
border-color css
<style>
span { border-color: #99860F; }
span { border-color: rgb(153,134,15); }
td.TdClassName
{
border-color: #99860F;
}
.TagClassName
{
border-color: #99860F;
}
</style>