Shades of Highball #988240
Tints of Highball #988240
RGB
CMYK
RGB Variations
Color information
#988240 (or 0x988240) is known color: Highball. HEX triplet: 98, 82 and 40. RGB value is (152,130,64). Sum of RGB (Red+Green+Blue) = 152+130+64=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #988240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988240 is #677DBF. Grayscale: #818181. Windows color (decimal): -6782400 or 4227736. OLE color: 4227736.
HSL color Cylindrical-coordinate representation of color #988240: hue angle of 45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #988240 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 64 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.40 |
| HSL | 45º | 0.41% | 0.42% | - |
| HSV(B) | 45º | 0.58% | 0.6% | - |
| XYZ | 21.86 | 23.01 | 8.14 | - |
| YUV | 129.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 64 | 0 | 0.14 | 0.58 | 0.40 | 45 | 0.41 | 0.42 |
| Hex | 98 | 82 | 40 | 0 | E | 3A | 28 | 2D | 29 | 2A |
| Octal | 230 | 202 | 100 | 0 | 16 | 72 | 50 | 55 | 51 | 52 |
| Binary | 10011000 | 10000010 | 1000000 | 0 | 1110 | 111010 | 101000 | 101101 | 101001 | 101010 |
Color Harmonies of #988240
Complementary color
Monochromatic Colors of #988240
Black with #988240
Text Example
Text Example
White with #988240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988240; }
p { color: rgb(152,130,64); }
H1.HeaderClassName
{
color: #988240;
}
.AnyTagClassName
{
color: #988240;
}
</style>
background-color css
<style>
a { background-color: #988240; }
a { background-color: rgb(152,130,64); }
div.DivClassName
{
background-color: #988240;
}
.BgClassName
{
background-color: #988240;
}
</style>
border-color css
<style>
span { border-color: #988240; }
span { border-color: rgb(152,130,64); }
td.TdClassName
{
border-color: #988240;
}
.TagClassName
{
border-color: #988240;
}
</style>