Shades of Hacienda #998207
Tints of Hacienda #998207
RGB
CMYK
RGB Variations
Color information
#998207 (or 0x998207) is known color: Hacienda. HEX triplet: 99, 82 and 07. RGB value is (153,130,7). Sum of RGB (Red+Green+Blue) = 153+130+7=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #998207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998207 is #667DF8. Grayscale: #7B7B7B. Windows color (decimal): -6716921 or 492185. OLE color: 492185.
HSL color Cylindrical-coordinate representation of color #998207: hue angle of 50.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998207 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 7 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.4 |
| HSL | 50.55º | 0.91% | 0.31% | - |
| HSV(B) | 50.55º | 0.95% | 0.6% | - |
| XYZ | 21.16 | 22.75 | 3.48 | - |
| YUV | 122.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 7 | 0 | 0.15 | 0.95 | 0.4 | 50.55 | 0.91 | 0.31 |
| Hex | 99 | 82 | 7 | 0 | F | 5F | 28 | 33 | 5B | 1F |
| Octal | 231 | 202 | 7 | 0 | 17 | 137 | 50 | 63 | 133 | 37 |
| Binary | 10011001 | 10000010 | 111 | 0 | 1111 | 1011111 | 101000 | 110011 | 1011011 | 11111 |
Color Harmonies of #998207
Complementary color
Monochromatic Colors of #998207
Black with #998207
Text Example
Text Example
White with #998207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998207; }
p { color: rgb(153,130,7); }
H1.HeaderClassName
{
color: #998207;
}
.AnyTagClassName
{
color: #998207;
}
</style>
background-color css
<style>
a { background-color: #998207; }
a { background-color: rgb(153,130,7); }
div.DivClassName
{
background-color: #998207;
}
.BgClassName
{
background-color: #998207;
}
</style>
border-color css
<style>
span { border-color: #998207; }
span { border-color: rgb(153,130,7); }
td.TdClassName
{
border-color: #998207;
}
.TagClassName
{
border-color: #998207;
}
</style>