Shades of Hacienda #99870F
Tints of Hacienda #99870F
RGB
CMYK
RGB Variations
Color information
#99870F (or 0x99870F) is known color: Hacienda. HEX triplet: 99, 87 and 0F. RGB value is (153,135,15). Sum of RGB (Red+Green+Blue) = 153+135+15=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99870F is #6678F0. Grayscale: #7F7F7F. Windows color (decimal): -6715633 or 1017753. OLE color: 1017753.
HSL color Cylindrical-coordinate representation of color #99870F: hue angle of 52.17º 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 #99870F is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 15 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.4 |
| HSL | 52.17º | 0.82% | 0.33% | - |
| HSV(B) | 52.17º | 0.9% | 0.6% | - |
| XYZ | 21.89 | 24.13 | 3.96 | - |
| YUV | 126.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 15 | 0 | 0.12 | 0.90 | 0.4 | 52.17 | 0.82 | 0.33 |
| Hex | 99 | 87 | F | 0 | C | 5A | 28 | 34 | 52 | 21 |
| Octal | 231 | 207 | 17 | 0 | 14 | 132 | 50 | 64 | 122 | 41 |
| Binary | 10011001 | 10000111 | 1111 | 0 | 1100 | 1011010 | 101000 | 110100 | 1010010 | 100001 |
Color Harmonies of #99870F
Complementary color
Monochromatic Colors of #99870F
Black with #99870F
Text Example
Text Example
White with #99870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99870F; }
p { color: rgb(153,135,15); }
H1.HeaderClassName
{
color: #99870F;
}
.AnyTagClassName
{
color: #99870F;
}
</style>
background-color css
<style>
a { background-color: #99870F; }
a { background-color: rgb(153,135,15); }
div.DivClassName
{
background-color: #99870F;
}
.BgClassName
{
background-color: #99870F;
}
</style>
border-color css
<style>
span { border-color: #99870F; }
span { border-color: rgb(153,135,15); }
td.TdClassName
{
border-color: #99870F;
}
.TagClassName
{
border-color: #99870F;
}
</style>