Shades of Hacienda #99770F
Tints of Hacienda #99770F
RGB
CMYK
RGB Variations
Color information
#99770F (or 0x99770F) is known color: Hacienda. HEX triplet: 99, 77 and 0F. RGB value is (153,119,15). Sum of RGB (Red+Green+Blue) = 153+119+15=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99770F is #6688F0. Grayscale: #757575. Windows color (decimal): -6719729 or 1013657. OLE color: 1013657.
HSL color Cylindrical-coordinate representation of color #99770F: hue angle of 45.22º 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 #99770F is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 15 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.4 |
| HSL | 45.22º | 0.82% | 0.33% | - |
| HSV(B) | 45.22º | 0.9% | 0.6% | - |
| XYZ | 19.82 | 20 | 3.27 | - |
| YUV | 117.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 15 | 0 | 0.22 | 0.90 | 0.4 | 45.22 | 0.82 | 0.33 |
| Hex | 99 | 77 | F | 0 | 16 | 5A | 28 | 2D | 52 | 21 |
| Octal | 231 | 167 | 17 | 0 | 26 | 132 | 50 | 55 | 122 | 41 |
| Binary | 10011001 | 1110111 | 1111 | 0 | 10110 | 1011010 | 101000 | 101101 | 1010010 | 100001 |
Color Harmonies of #99770F
Complementary color
Monochromatic Colors of #99770F
Black with #99770F
Text Example
Text Example
White with #99770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99770F; }
p { color: rgb(153,119,15); }
H1.HeaderClassName
{
color: #99770F;
}
.AnyTagClassName
{
color: #99770F;
}
</style>
background-color css
<style>
a { background-color: #99770F; }
a { background-color: rgb(153,119,15); }
div.DivClassName
{
background-color: #99770F;
}
.BgClassName
{
background-color: #99770F;
}
</style>
border-color css
<style>
span { border-color: #99770F; }
span { border-color: rgb(153,119,15); }
td.TdClassName
{
border-color: #99770F;
}
.TagClassName
{
border-color: #99770F;
}
</style>