Shades of Highball #998849
Tints of Highball #998849
RGB
CMYK
RGB Variations
Color information
#998849 (or 0x998849) is known color: Highball. HEX triplet: 99, 88 and 49. RGB value is (153,136,73). Sum of RGB (Red+Green+Blue) = 153+136+73=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #998849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998849 is #6677B6. Grayscale: #868686. Windows color (decimal): -6715319 or 4819097. OLE color: 4819097.
HSL color Cylindrical-coordinate representation of color #998849: hue angle of 47.25º 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 #998849 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 73 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.4 |
| HSL | 47.25º | 0.35% | 0.44% | - |
| HSV(B) | 47.25º | 0.52% | 0.6% | - |
| XYZ | 23.14 | 24.86 | 9.88 | - |
| YUV | 133.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 73 | 0 | 0.11 | 0.52 | 0.4 | 47.25 | 0.35 | 0.44 |
| Hex | 99 | 88 | 49 | 0 | B | 34 | 28 | 2F | 23 | 2C |
| Octal | 231 | 210 | 111 | 0 | 13 | 64 | 50 | 57 | 43 | 54 |
| Binary | 10011001 | 10001000 | 1001001 | 0 | 1011 | 110100 | 101000 | 101111 | 100011 | 101100 |
Color Harmonies of #998849
Complementary color
Monochromatic Colors of #998849
Black with #998849
Text Example
Text Example
White with #998849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998849; }
p { color: rgb(153,136,73); }
H1.HeaderClassName
{
color: #998849;
}
.AnyTagClassName
{
color: #998849;
}
</style>
background-color css
<style>
a { background-color: #998849; }
a { background-color: rgb(153,136,73); }
div.DivClassName
{
background-color: #998849;
}
.BgClassName
{
background-color: #998849;
}
</style>
border-color css
<style>
span { border-color: #998849; }
span { border-color: rgb(153,136,73); }
td.TdClassName
{
border-color: #998849;
}
.TagClassName
{
border-color: #998849;
}
</style>