Shades of Hacienda #99840D
Tints of Hacienda #99840D
RGB
CMYK
RGB Variations
Color information
#99840D (or 0x99840D) is known color: Hacienda. HEX triplet: 99, 84 and 0D. RGB value is (153,132,13). Sum of RGB (Red+Green+Blue) = 153+132+13=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99840D is #667BF2. Grayscale: #7D7D7D. Windows color (decimal): -6716403 or 885913. OLE color: 885913.
HSL color Cylindrical-coordinate representation of color #99840D: hue angle of 51º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99840D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.4 |
| HSL | 51º | 0.84% | 0.33% | - |
| HSV(B) | 51º | 0.92% | 0.6% | - |
| XYZ | 21.46 | 23.3 | 3.75 | - |
| YUV | 124.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 13 | 0 | 0.14 | 0.92 | 0.4 | 51 | 0.84 | 0.33 |
| Hex | 99 | 84 | D | 0 | E | 5C | 28 | 33 | 54 | 21 |
| Octal | 231 | 204 | 15 | 0 | 16 | 134 | 50 | 63 | 124 | 41 |
| Binary | 10011001 | 10000100 | 1101 | 0 | 1110 | 1011100 | 101000 | 110011 | 1010100 | 100001 |
Color Harmonies of #99840D
Complementary color
Monochromatic Colors of #99840D
Black with #99840D
Text Example
Text Example
White with #99840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99840D; }
p { color: rgb(153,132,13); }
H1.HeaderClassName
{
color: #99840D;
}
.AnyTagClassName
{
color: #99840D;
}
</style>
background-color css
<style>
a { background-color: #99840D; }
a { background-color: rgb(153,132,13); }
div.DivClassName
{
background-color: #99840D;
}
.BgClassName
{
background-color: #99840D;
}
</style>
border-color css
<style>
span { border-color: #99840D; }
span { border-color: rgb(153,132,13); }
td.TdClassName
{
border-color: #99840D;
}
.TagClassName
{
border-color: #99840D;
}
</style>