Shades of Hacienda #99780D
Tints of Hacienda #99780D
RGB
CMYK
RGB Variations
Color information
#99780D (or 0x99780D) is known color: Hacienda. HEX triplet: 99, 78 and 0D. RGB value is (153,120,13). Sum of RGB (Red+Green+Blue) = 153+120+13=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99780D is #6687F2. Grayscale: #767676. Windows color (decimal): -6719475 or 882841. OLE color: 882841.
HSL color Cylindrical-coordinate representation of color #99780D: hue angle of 45.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99780D is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 13 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.4 |
| HSL | 45.86º | 0.84% | 0.33% | - |
| HSV(B) | 45.86º | 0.92% | 0.6% | - |
| XYZ | 19.93 | 20.23 | 3.24 | - |
| YUV | 117.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 13 | 0 | 0.22 | 0.92 | 0.4 | 45.86 | 0.84 | 0.33 |
| Hex | 99 | 78 | D | 0 | 16 | 5C | 28 | 2E | 54 | 21 |
| Octal | 231 | 170 | 15 | 0 | 26 | 134 | 50 | 56 | 124 | 41 |
| Binary | 10011001 | 1111000 | 1101 | 0 | 10110 | 1011100 | 101000 | 101110 | 1010100 | 100001 |
Color Harmonies of #99780D
Complementary color
Monochromatic Colors of #99780D
Black with #99780D
Text Example
Text Example
White with #99780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99780D; }
p { color: rgb(153,120,13); }
H1.HeaderClassName
{
color: #99780D;
}
.AnyTagClassName
{
color: #99780D;
}
</style>
background-color css
<style>
a { background-color: #99780D; }
a { background-color: rgb(153,120,13); }
div.DivClassName
{
background-color: #99780D;
}
.BgClassName
{
background-color: #99780D;
}
</style>
border-color css
<style>
span { border-color: #99780D; }
span { border-color: rgb(153,120,13); }
td.TdClassName
{
border-color: #99780D;
}
.TagClassName
{
border-color: #99780D;
}
</style>