Shades of Hacienda #99840C
Tints of Hacienda #99840C
RGB
CMYK
RGB Variations
Color information
#99840C (or 0x99840C) is known color: Hacienda. HEX triplet: 99, 84 and 0C. RGB value is (153,132,12). Sum of RGB (Red+Green+Blue) = 153+132+12=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99840C is #667BF3. Grayscale: #7D7D7D. Windows color (decimal): -6716404 or 820377. OLE color: 820377.
HSL color Cylindrical-coordinate representation of color #99840C: hue angle of 51.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99840C is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 12 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.4 |
| HSL | 51.06º | 0.85% | 0.32% | - |
| HSV(B) | 51.06º | 0.92% | 0.6% | - |
| XYZ | 21.45 | 23.3 | 3.71 | - |
| YUV | 124.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 12 | 0 | 0.14 | 0.92 | 0.4 | 51.06 | 0.85 | 0.32 |
| Hex | 99 | 84 | C | 0 | E | 5C | 28 | 33 | 55 | 20 |
| Octal | 231 | 204 | 14 | 0 | 16 | 134 | 50 | 63 | 125 | 40 |
| Binary | 10011001 | 10000100 | 1100 | 0 | 1110 | 1011100 | 101000 | 110011 | 1010101 | 100000 |
Color Harmonies of #99840C
Complementary color
Monochromatic Colors of #99840C
Black with #99840C
Text Example
Text Example
White with #99840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99840C; }
p { color: rgb(153,132,12); }
H1.HeaderClassName
{
color: #99840C;
}
.AnyTagClassName
{
color: #99840C;
}
</style>
background-color css
<style>
a { background-color: #99840C; }
a { background-color: rgb(153,132,12); }
div.DivClassName
{
background-color: #99840C;
}
.BgClassName
{
background-color: #99840C;
}
</style>
border-color css
<style>
span { border-color: #99840C; }
span { border-color: rgb(153,132,12); }
td.TdClassName
{
border-color: #99840C;
}
.TagClassName
{
border-color: #99840C;
}
</style>