Shades of Hacienda #99751D
Tints of Hacienda #99751D
RGB
CMYK
RGB Variations
Color information
#99751D (or 0x99751D) is known color: Hacienda. HEX triplet: 99, 75 and 1D. RGB value is (153,117,29). Sum of RGB (Red+Green+Blue) = 153+117+29=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99751D is #668AE2. Grayscale: #767676. Windows color (decimal): -6720227 or 1930649. OLE color: 1930649.
HSL color Cylindrical-coordinate representation of color #99751D: hue angle of 42.58º 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 #99751D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 29 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.4 |
| HSL | 42.58º | 0.68% | 0.36% | - |
| HSV(B) | 42.58º | 0.81% | 0.6% | - |
| XYZ | 19.72 | 19.58 | 3.9 | - |
| YUV | 117.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 29 | 0 | 0.24 | 0.81 | 0.4 | 42.58 | 0.68 | 0.36 |
| Hex | 99 | 75 | 1D | 0 | 18 | 51 | 28 | 2B | 44 | 24 |
| Octal | 231 | 165 | 35 | 0 | 30 | 121 | 50 | 53 | 104 | 44 |
| Binary | 10011001 | 1110101 | 11101 | 0 | 11000 | 1010001 | 101000 | 101011 | 1000100 | 100100 |
Color Harmonies of #99751D
Complementary color
Monochromatic Colors of #99751D
Black with #99751D
Text Example
Text Example
White with #99751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99751D; }
p { color: rgb(153,117,29); }
H1.HeaderClassName
{
color: #99751D;
}
.AnyTagClassName
{
color: #99751D;
}
</style>
background-color css
<style>
a { background-color: #99751D; }
a { background-color: rgb(153,117,29); }
div.DivClassName
{
background-color: #99751D;
}
.BgClassName
{
background-color: #99751D;
}
</style>
border-color css
<style>
span { border-color: #99751D; }
span { border-color: rgb(153,117,29); }
td.TdClassName
{
border-color: #99751D;
}
.TagClassName
{
border-color: #99751D;
}
</style>