Shades of Hacienda #99780C
Tints of Hacienda #99780C
RGB
CMYK
RGB Variations
Color information
#99780C (or 0x99780C) is known color: Hacienda. HEX triplet: 99, 78 and 0C. RGB value is (153,120,12). Sum of RGB (Red+Green+Blue) = 153+120+12=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99780C is #6687F3. Grayscale: #767676. Windows color (decimal): -6719476 or 817305. OLE color: 817305.
HSL color Cylindrical-coordinate representation of color #99780C: hue angle of 45.96º 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 #99780C is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 12 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.4 |
| HSL | 45.96º | 0.85% | 0.32% | - |
| HSV(B) | 45.96º | 0.92% | 0.6% | - |
| XYZ | 19.92 | 20.23 | 3.2 | - |
| YUV | 117.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 12 | 0 | 0.22 | 0.92 | 0.4 | 45.96 | 0.85 | 0.32 |
| Hex | 99 | 78 | C | 0 | 16 | 5C | 28 | 2E | 55 | 20 |
| Octal | 231 | 170 | 14 | 0 | 26 | 134 | 50 | 56 | 125 | 40 |
| Binary | 10011001 | 1111000 | 1100 | 0 | 10110 | 1011100 | 101000 | 101110 | 1010101 | 100000 |
Color Harmonies of #99780C
Complementary color
Monochromatic Colors of #99780C
Black with #99780C
Text Example
Text Example
White with #99780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99780C; }
p { color: rgb(153,120,12); }
H1.HeaderClassName
{
color: #99780C;
}
.AnyTagClassName
{
color: #99780C;
}
</style>
background-color css
<style>
a { background-color: #99780C; }
a { background-color: rgb(153,120,12); }
div.DivClassName
{
background-color: #99780C;
}
.BgClassName
{
background-color: #99780C;
}
</style>
border-color css
<style>
span { border-color: #99780C; }
span { border-color: rgb(153,120,12); }
td.TdClassName
{
border-color: #99780C;
}
.TagClassName
{
border-color: #99780C;
}
</style>