Shades of Highball #988441
Tints of Highball #988441
RGB
CMYK
RGB Variations
Color information
#988441 (or 0x988441) is known color: Highball. HEX triplet: 98, 84 and 41. RGB value is (152,132,65). Sum of RGB (Red+Green+Blue) = 152+132+65=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #988441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988441 is #677BBE. Grayscale: #828282. Windows color (decimal): -6781887 or 4293784. OLE color: 4293784.
HSL color Cylindrical-coordinate representation of color #988441: hue angle of 46.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #988441 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 65 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.40 |
| HSL | 46.21º | 0.4% | 0.43% | - |
| HSV(B) | 46.21º | 0.57% | 0.6% | - |
| XYZ | 22.15 | 23.56 | 8.38 | - |
| YUV | 130.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 65 | 0 | 0.13 | 0.57 | 0.40 | 46.21 | 0.4 | 0.43 |
| Hex | 98 | 84 | 41 | 0 | D | 39 | 28 | 2E | 28 | 2B |
| Octal | 230 | 204 | 101 | 0 | 15 | 71 | 50 | 56 | 50 | 53 |
| Binary | 10011000 | 10000100 | 1000001 | 0 | 1101 | 111001 | 101000 | 101110 | 101000 | 101011 |
Color Harmonies of #988441
Complementary color
Monochromatic Colors of #988441
Black with #988441
Text Example
Text Example
White with #988441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988441; }
p { color: rgb(152,132,65); }
H1.HeaderClassName
{
color: #988441;
}
.AnyTagClassName
{
color: #988441;
}
</style>
background-color css
<style>
a { background-color: #988441; }
a { background-color: rgb(152,132,65); }
div.DivClassName
{
background-color: #988441;
}
.BgClassName
{
background-color: #988441;
}
</style>
border-color css
<style>
span { border-color: #988441; }
span { border-color: rgb(152,132,65); }
td.TdClassName
{
border-color: #988441;
}
.TagClassName
{
border-color: #988441;
}
</style>