Shades of Hacienda #998006
Tints of Hacienda #998006
RGB
CMYK
RGB Variations
Color information
#998006 (or 0x998006) is known color: Hacienda. HEX triplet: 99, 80 and 06. RGB value is (153,128,6). Sum of RGB (Red+Green+Blue) = 153+128+6=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #998006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998006 is #667FF9. Grayscale: #7A7A7A. Windows color (decimal): -6717434 or 426137. OLE color: 426137.
HSL color Cylindrical-coordinate representation of color #998006: hue angle of 49.8º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998006 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 6 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.4 |
| HSL | 49.8º | 0.92% | 0.31% | - |
| HSV(B) | 49.8º | 0.96% | 0.6% | - |
| XYZ | 20.89 | 22.22 | 3.36 | - |
| YUV | 121.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 6 | 0 | 0.16 | 0.96 | 0.4 | 49.8 | 0.92 | 0.31 |
| Hex | 99 | 80 | 6 | 0 | 10 | 60 | 28 | 32 | 5C | 1F |
| Octal | 231 | 200 | 6 | 0 | 20 | 140 | 50 | 62 | 134 | 37 |
| Binary | 10011001 | 10000000 | 110 | 0 | 10000 | 1100000 | 101000 | 110010 | 1011100 | 11111 |
Color Harmonies of #998006
Complementary color
Monochromatic Colors of #998006
Black with #998006
Text Example
Text Example
White with #998006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998006; }
p { color: rgb(153,128,6); }
H1.HeaderClassName
{
color: #998006;
}
.AnyTagClassName
{
color: #998006;
}
</style>
background-color css
<style>
a { background-color: #998006; }
a { background-color: rgb(153,128,6); }
div.DivClassName
{
background-color: #998006;
}
.BgClassName
{
background-color: #998006;
}
</style>
border-color css
<style>
span { border-color: #998006; }
span { border-color: rgb(153,128,6); }
td.TdClassName
{
border-color: #998006;
}
.TagClassName
{
border-color: #998006;
}
</style>