Shades of Highball #989641
Tints of Highball #989641
RGB
CMYK
RGB Variations
Color information
#989641 (or 0x989641) is known color: Highball. HEX triplet: 98, 96 and 41. RGB value is (152,150,65). Sum of RGB (Red+Green+Blue) = 152+150+65=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #989641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989641 is #6769BE. Grayscale: #8D8D8D. Windows color (decimal): -6777279 or 4298392. OLE color: 4298392.
HSL color Cylindrical-coordinate representation of color #989641: hue angle of 58.62º 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 #989641 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 65 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.40 |
| HSL | 58.62º | 0.4% | 0.43% | - |
| HSV(B) | 58.62º | 0.57% | 0.6% | - |
| XYZ | 24.81 | 28.87 | 9.27 | - |
| YUV | 140.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 65 | 0 | 0.01 | 0.57 | 0.40 | 58.62 | 0.4 | 0.43 |
| Hex | 98 | 96 | 41 | 0 | 1 | 39 | 28 | 3B | 28 | 2B |
| Octal | 230 | 226 | 101 | 0 | 1 | 71 | 50 | 73 | 50 | 53 |
| Binary | 10011000 | 10010110 | 1000001 | 0 | 1 | 111001 | 101000 | 111011 | 101000 | 101011 |
Color Harmonies of #989641
Complementary color
Monochromatic Colors of #989641
Black with #989641
Text Example
Text Example
White with #989641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989641; }
p { color: rgb(152,150,65); }
H1.HeaderClassName
{
color: #989641;
}
.AnyTagClassName
{
color: #989641;
}
</style>
background-color css
<style>
a { background-color: #989641; }
a { background-color: rgb(152,150,65); }
div.DivClassName
{
background-color: #989641;
}
.BgClassName
{
background-color: #989641;
}
</style>
border-color css
<style>
span { border-color: #989641; }
span { border-color: rgb(152,150,65); }
td.TdClassName
{
border-color: #989641;
}
.TagClassName
{
border-color: #989641;
}
</style>