Shades of Highball #988844
Tints of Highball #988844
RGB
CMYK
RGB Variations
Color information
#988844 (or 0x988844) is known color: Highball. HEX triplet: 98, 88 and 44. RGB value is (152,136,68). Sum of RGB (Red+Green+Blue) = 152+136+68=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #988844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988844 is #6777BB. Grayscale: #858585. Windows color (decimal): -6780860 or 4491416. OLE color: 4491416.
HSL color Cylindrical-coordinate representation of color #988844: hue angle of 48.57º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #988844 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 68 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.40 |
| HSL | 48.57º | 0.38% | 0.43% | - |
| HSV(B) | 48.57º | 0.55% | 0.6% | - |
| XYZ | 22.8 | 24.7 | 9.04 | - |
| YUV | 133.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 68 | 0 | 0.11 | 0.55 | 0.40 | 48.57 | 0.38 | 0.43 |
| Hex | 98 | 88 | 44 | 0 | B | 37 | 28 | 31 | 26 | 2B |
| Octal | 230 | 210 | 104 | 0 | 13 | 67 | 50 | 61 | 46 | 53 |
| Binary | 10011000 | 10001000 | 1000100 | 0 | 1011 | 110111 | 101000 | 110001 | 100110 | 101011 |
Color Harmonies of #988844
Complementary color
Monochromatic Colors of #988844
Black with #988844
Text Example
Text Example
White with #988844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988844; }
p { color: rgb(152,136,68); }
H1.HeaderClassName
{
color: #988844;
}
.AnyTagClassName
{
color: #988844;
}
</style>
background-color css
<style>
a { background-color: #988844; }
a { background-color: rgb(152,136,68); }
div.DivClassName
{
background-color: #988844;
}
.BgClassName
{
background-color: #988844;
}
</style>
border-color css
<style>
span { border-color: #988844; }
span { border-color: rgb(152,136,68); }
td.TdClassName
{
border-color: #988844;
}
.TagClassName
{
border-color: #988844;
}
</style>