Shades of Hacienda #99781D
Tints of Hacienda #99781D
RGB
CMYK
RGB Variations
Color information
#99781D (or 0x99781D) is known color: Hacienda. HEX triplet: 99, 78 and 1D. RGB value is (153,120,29). Sum of RGB (Red+Green+Blue) = 153+120+29=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99781D is #6687E2. Grayscale: #777777. Windows color (decimal): -6719459 or 1931417. OLE color: 1931417.
HSL color Cylindrical-coordinate representation of color #99781D: hue angle of 44.03º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99781D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 29 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.4 |
| HSL | 44.03º | 0.68% | 0.36% | - |
| HSV(B) | 44.03º | 0.81% | 0.6% | - |
| XYZ | 20.08 | 20.29 | 4.02 | - |
| YUV | 119.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 29 | 0 | 0.22 | 0.81 | 0.4 | 44.03 | 0.68 | 0.36 |
| Hex | 99 | 78 | 1D | 0 | 16 | 51 | 28 | 2C | 44 | 24 |
| Octal | 231 | 170 | 35 | 0 | 26 | 121 | 50 | 54 | 104 | 44 |
| Binary | 10011001 | 1111000 | 11101 | 0 | 10110 | 1010001 | 101000 | 101100 | 1000100 | 100100 |
Color Harmonies of #99781D
Complementary color
Monochromatic Colors of #99781D
Black with #99781D
Text Example
Text Example
White with #99781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99781D; }
p { color: rgb(153,120,29); }
H1.HeaderClassName
{
color: #99781D;
}
.AnyTagClassName
{
color: #99781D;
}
</style>
background-color css
<style>
a { background-color: #99781D; }
a { background-color: rgb(153,120,29); }
div.DivClassName
{
background-color: #99781D;
}
.BgClassName
{
background-color: #99781D;
}
</style>
border-color css
<style>
span { border-color: #99781D; }
span { border-color: rgb(153,120,29); }
td.TdClassName
{
border-color: #99781D;
}
.TagClassName
{
border-color: #99781D;
}
</style>