Shades of Hacienda #99751C
Tints of Hacienda #99751C
RGB
CMYK
RGB Variations
Color information
#99751C (or 0x99751C) is known color: Hacienda. HEX triplet: 99, 75 and 1C. RGB value is (153,117,28). Sum of RGB (Red+Green+Blue) = 153+117+28=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99751C is #668AE3. Grayscale: #767676. Windows color (decimal): -6720228 or 1865113. OLE color: 1865113.
HSL color Cylindrical-coordinate representation of color #99751C: hue angle of 42.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99751C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 28 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.4 |
| HSL | 42.72º | 0.69% | 0.35% | - |
| HSV(B) | 42.72º | 0.82% | 0.6% | - |
| XYZ | 19.71 | 19.58 | 3.84 | - |
| YUV | 117.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 28 | 0 | 0.24 | 0.82 | 0.4 | 42.72 | 0.69 | 0.35 |
| Hex | 99 | 75 | 1C | 0 | 18 | 52 | 28 | 2B | 45 | 23 |
| Octal | 231 | 165 | 34 | 0 | 30 | 122 | 50 | 53 | 105 | 43 |
| Binary | 10011001 | 1110101 | 11100 | 0 | 11000 | 1010010 | 101000 | 101011 | 1000101 | 100011 |
Color Harmonies of #99751C
Complementary color
Monochromatic Colors of #99751C
Black with #99751C
Text Example
Text Example
White with #99751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99751C; }
p { color: rgb(153,117,28); }
H1.HeaderClassName
{
color: #99751C;
}
.AnyTagClassName
{
color: #99751C;
}
</style>
background-color css
<style>
a { background-color: #99751C; }
a { background-color: rgb(153,117,28); }
div.DivClassName
{
background-color: #99751C;
}
.BgClassName
{
background-color: #99751C;
}
</style>
border-color css
<style>
span { border-color: #99751C; }
span { border-color: rgb(153,117,28); }
td.TdClassName
{
border-color: #99751C;
}
.TagClassName
{
border-color: #99751C;
}
</style>