Shades of Hacienda #99790D
Tints of Hacienda #99790D
RGB
CMYK
RGB Variations
Color information
#99790D (or 0x99790D) is known color: Hacienda. HEX triplet: 99, 79 and 0D. RGB value is (153,121,13). Sum of RGB (Red+Green+Blue) = 153+121+13=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99790D is #6686F2. Grayscale: #767676. Windows color (decimal): -6719219 or 883097. OLE color: 883097.
HSL color Cylindrical-coordinate representation of color #99790D: hue angle of 46.29º 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 #99790D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 13 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.4 |
| HSL | 46.29º | 0.84% | 0.33% | - |
| HSV(B) | 46.29º | 0.92% | 0.6% | - |
| XYZ | 20.05 | 20.48 | 3.28 | - |
| YUV | 118.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 13 | 0 | 0.21 | 0.92 | 0.4 | 46.29 | 0.84 | 0.33 |
| Hex | 99 | 79 | D | 0 | 15 | 5C | 28 | 2E | 54 | 21 |
| Octal | 231 | 171 | 15 | 0 | 25 | 134 | 50 | 56 | 124 | 41 |
| Binary | 10011001 | 1111001 | 1101 | 0 | 10101 | 1011100 | 101000 | 101110 | 1010100 | 100001 |
Color Harmonies of #99790D
Complementary color
Monochromatic Colors of #99790D
Black with #99790D
Text Example
Text Example
White with #99790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99790D; }
p { color: rgb(153,121,13); }
H1.HeaderClassName
{
color: #99790D;
}
.AnyTagClassName
{
color: #99790D;
}
</style>
background-color css
<style>
a { background-color: #99790D; }
a { background-color: rgb(153,121,13); }
div.DivClassName
{
background-color: #99790D;
}
.BgClassName
{
background-color: #99790D;
}
</style>
border-color css
<style>
span { border-color: #99790D; }
span { border-color: rgb(153,121,13); }
td.TdClassName
{
border-color: #99790D;
}
.TagClassName
{
border-color: #99790D;
}
</style>