Shades of Hacienda #99751F
Tints of Hacienda #99751F
RGB
CMYK
RGB Variations
Color information
#99751F (or 0x99751F) is known color: Hacienda. HEX triplet: 99, 75 and 1F. RGB value is (153,117,31). Sum of RGB (Red+Green+Blue) = 153+117+31=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99751F is #668AE0. Grayscale: #767676. Windows color (decimal): -6720225 or 2061721. OLE color: 2061721.
HSL color Cylindrical-coordinate representation of color #99751F: hue angle of 42.3º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99751F is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 31 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.4 |
| HSL | 42.3º | 0.66% | 0.36% | - |
| HSV(B) | 42.3º | 0.8% | 0.6% | - |
| XYZ | 19.75 | 19.59 | 4.04 | - |
| YUV | 117.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 31 | 0 | 0.24 | 0.80 | 0.4 | 42.3 | 0.66 | 0.36 |
| Hex | 99 | 75 | 1F | 0 | 18 | 50 | 28 | 2A | 42 | 24 |
| Octal | 231 | 165 | 37 | 0 | 30 | 120 | 50 | 52 | 102 | 44 |
| Binary | 10011001 | 1110101 | 11111 | 0 | 11000 | 1010000 | 101000 | 101010 | 1000010 | 100100 |
Color Harmonies of #99751F
Complementary color
Monochromatic Colors of #99751F
Black with #99751F
Text Example
Text Example
White with #99751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99751F; }
p { color: rgb(153,117,31); }
H1.HeaderClassName
{
color: #99751F;
}
.AnyTagClassName
{
color: #99751F;
}
</style>
background-color css
<style>
a { background-color: #99751F; }
a { background-color: rgb(153,117,31); }
div.DivClassName
{
background-color: #99751F;
}
.BgClassName
{
background-color: #99751F;
}
</style>
border-color css
<style>
span { border-color: #99751F; }
span { border-color: rgb(153,117,31); }
td.TdClassName
{
border-color: #99751F;
}
.TagClassName
{
border-color: #99751F;
}
</style>