Shades of Highball #998949
Tints of Highball #998949
RGB
CMYK
RGB Variations
Color information
#998949 (or 0x998949) is known color: Highball. HEX triplet: 99, 89 and 49. RGB value is (153,137,73). Sum of RGB (Red+Green+Blue) = 153+137+73=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #998949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998949 is #6676B6. Grayscale: #868686. Windows color (decimal): -6715063 or 4819353. OLE color: 4819353.
HSL color Cylindrical-coordinate representation of color #998949: hue angle of 48º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #998949 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 73 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.4 |
| HSL | 48º | 0.35% | 0.44% | - |
| HSV(B) | 48º | 0.52% | 0.6% | - |
| XYZ | 23.29 | 25.14 | 9.93 | - |
| YUV | 134.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 73 | 0 | 0.10 | 0.52 | 0.4 | 48 | 0.35 | 0.44 |
| Hex | 99 | 89 | 49 | 0 | A | 34 | 28 | 30 | 23 | 2C |
| Octal | 231 | 211 | 111 | 0 | 12 | 64 | 50 | 60 | 43 | 54 |
| Binary | 10011001 | 10001001 | 1001001 | 0 | 1010 | 110100 | 101000 | 110000 | 100011 | 101100 |
Color Harmonies of #998949
Complementary color
Monochromatic Colors of #998949
Black with #998949
Text Example
Text Example
White with #998949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998949; }
p { color: rgb(153,137,73); }
H1.HeaderClassName
{
color: #998949;
}
.AnyTagClassName
{
color: #998949;
}
</style>
background-color css
<style>
a { background-color: #998949; }
a { background-color: rgb(153,137,73); }
div.DivClassName
{
background-color: #998949;
}
.BgClassName
{
background-color: #998949;
}
</style>
border-color css
<style>
span { border-color: #998949; }
span { border-color: rgb(153,137,73); }
td.TdClassName
{
border-color: #998949;
}
.TagClassName
{
border-color: #998949;
}
</style>