Shades of Hacienda #99771D
Tints of Hacienda #99771D
RGB
CMYK
RGB Variations
Color information
#99771D (or 0x99771D) is known color: Hacienda. HEX triplet: 99, 77 and 1D. RGB value is (153,119,29). Sum of RGB (Red+Green+Blue) = 153+119+29=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99771D is #6688E2. Grayscale: #777777. Windows color (decimal): -6719715 or 1931161. OLE color: 1931161.
HSL color Cylindrical-coordinate representation of color #99771D: hue angle of 43.55º 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 #99771D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 29 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.4 |
| HSL | 43.55º | 0.68% | 0.36% | - |
| HSV(B) | 43.55º | 0.81% | 0.6% | - |
| XYZ | 19.96 | 20.05 | 3.98 | - |
| YUV | 118.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 29 | 0 | 0.22 | 0.81 | 0.4 | 43.55 | 0.68 | 0.36 |
| Hex | 99 | 77 | 1D | 0 | 16 | 51 | 28 | 2C | 44 | 24 |
| Octal | 231 | 167 | 35 | 0 | 26 | 121 | 50 | 54 | 104 | 44 |
| Binary | 10011001 | 1110111 | 11101 | 0 | 10110 | 1010001 | 101000 | 101100 | 1000100 | 100100 |
Color Harmonies of #99771D
Complementary color
Monochromatic Colors of #99771D
Black with #99771D
Text Example
Text Example
White with #99771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99771D; }
p { color: rgb(153,119,29); }
H1.HeaderClassName
{
color: #99771D;
}
.AnyTagClassName
{
color: #99771D;
}
</style>
background-color css
<style>
a { background-color: #99771D; }
a { background-color: rgb(153,119,29); }
div.DivClassName
{
background-color: #99771D;
}
.BgClassName
{
background-color: #99771D;
}
</style>
border-color css
<style>
span { border-color: #99771D; }
span { border-color: rgb(153,119,29); }
td.TdClassName
{
border-color: #99771D;
}
.TagClassName
{
border-color: #99771D;
}
</style>