Shades of Hacienda #99840F
Tints of Hacienda #99840F
RGB
CMYK
RGB Variations
Color information
#99840F (or 0x99840F) is known color: Hacienda. HEX triplet: 99, 84 and 0F. RGB value is (153,132,15). Sum of RGB (Red+Green+Blue) = 153+132+15=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99840F is #667BF0. Grayscale: #7D7D7D. Windows color (decimal): -6716401 or 1016985. OLE color: 1016985.
HSL color Cylindrical-coordinate representation of color #99840F: hue angle of 50.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99840F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 15 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.4 |
| HSL | 50.87º | 0.82% | 0.33% | - |
| HSV(B) | 50.87º | 0.9% | 0.6% | - |
| XYZ | 21.47 | 23.31 | 3.82 | - |
| YUV | 124.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 15 | 0 | 0.14 | 0.90 | 0.4 | 50.87 | 0.82 | 0.33 |
| Hex | 99 | 84 | F | 0 | E | 5A | 28 | 33 | 52 | 21 |
| Octal | 231 | 204 | 17 | 0 | 16 | 132 | 50 | 63 | 122 | 41 |
| Binary | 10011001 | 10000100 | 1111 | 0 | 1110 | 1011010 | 101000 | 110011 | 1010010 | 100001 |
Color Harmonies of #99840F
Complementary color
Monochromatic Colors of #99840F
Black with #99840F
Text Example
Text Example
White with #99840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99840F; }
p { color: rgb(153,132,15); }
H1.HeaderClassName
{
color: #99840F;
}
.AnyTagClassName
{
color: #99840F;
}
</style>
background-color css
<style>
a { background-color: #99840F; }
a { background-color: rgb(153,132,15); }
div.DivClassName
{
background-color: #99840F;
}
.BgClassName
{
background-color: #99840F;
}
</style>
border-color css
<style>
span { border-color: #99840F; }
span { border-color: rgb(153,132,15); }
td.TdClassName
{
border-color: #99840F;
}
.TagClassName
{
border-color: #99840F;
}
</style>