Shades of Hacienda #99780A
Tints of Hacienda #99780A
RGB
CMYK
RGB Variations
Color information
#99780A (or 0x99780A) is known color: Hacienda. HEX triplet: 99, 78 and 0A. RGB value is (153,120,10). Sum of RGB (Red+Green+Blue) = 153+120+10=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99780A is #6687F5. Grayscale: #757575. Windows color (decimal): -6719478 or 686233. OLE color: 686233.
HSL color Cylindrical-coordinate representation of color #99780A: hue angle of 46.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99780A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 10 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.4 |
| HSL | 46.15º | 0.88% | 0.32% | - |
| HSV(B) | 46.15º | 0.93% | 0.6% | - |
| XYZ | 19.91 | 20.23 | 3.14 | - |
| YUV | 117.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 10 | 0 | 0.22 | 0.93 | 0.4 | 46.15 | 0.88 | 0.32 |
| Hex | 99 | 78 | A | 0 | 16 | 5D | 28 | 2E | 58 | 20 |
| Octal | 231 | 170 | 12 | 0 | 26 | 135 | 50 | 56 | 130 | 40 |
| Binary | 10011001 | 1111000 | 1010 | 0 | 10110 | 1011101 | 101000 | 101110 | 1011000 | 100000 |
Color Harmonies of #99780A
Complementary color
Monochromatic Colors of #99780A
Black with #99780A
Text Example
Text Example
White with #99780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99780A; }
p { color: rgb(153,120,10); }
H1.HeaderClassName
{
color: #99780A;
}
.AnyTagClassName
{
color: #99780A;
}
</style>
background-color css
<style>
a { background-color: #99780A; }
a { background-color: rgb(153,120,10); }
div.DivClassName
{
background-color: #99780A;
}
.BgClassName
{
background-color: #99780A;
}
</style>
border-color css
<style>
span { border-color: #99780A; }
span { border-color: rgb(153,120,10); }
td.TdClassName
{
border-color: #99780A;
}
.TagClassName
{
border-color: #99780A;
}
</style>