Shades of Highball #989649
Tints of Highball #989649
RGB
CMYK
RGB Variations
Color information
#989649 (or 0x989649) is known color: Highball. HEX triplet: 98, 96 and 49. RGB value is (152,150,73). Sum of RGB (Red+Green+Blue) = 152+150+73=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #989649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989649 is #6769B6. Grayscale: #8E8E8E. Windows color (decimal): -6777271 or 4822680. OLE color: 4822680.
HSL color Cylindrical-coordinate representation of color #989649: hue angle of 58.48º 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 #989649 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 73 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.40 |
| HSL | 58.48º | 0.35% | 0.44% | - |
| HSV(B) | 58.48º | 0.52% | 0.6% | - |
| XYZ | 25.06 | 28.97 | 10.57 | - |
| YUV | 141.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 73 | 0 | 0.01 | 0.52 | 0.40 | 58.48 | 0.35 | 0.44 |
| Hex | 98 | 96 | 49 | 0 | 1 | 34 | 28 | 3A | 23 | 2C |
| Octal | 230 | 226 | 111 | 0 | 1 | 64 | 50 | 72 | 43 | 54 |
| Binary | 10011000 | 10010110 | 1001001 | 0 | 1 | 110100 | 101000 | 111010 | 100011 | 101100 |
Color Harmonies of #989649
Complementary color
Monochromatic Colors of #989649
Black with #989649
Text Example
Text Example
White with #989649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989649; }
p { color: rgb(152,150,73); }
H1.HeaderClassName
{
color: #989649;
}
.AnyTagClassName
{
color: #989649;
}
</style>
background-color css
<style>
a { background-color: #989649; }
a { background-color: rgb(152,150,73); }
div.DivClassName
{
background-color: #989649;
}
.BgClassName
{
background-color: #989649;
}
</style>
border-color css
<style>
span { border-color: #989649; }
span { border-color: rgb(152,150,73); }
td.TdClassName
{
border-color: #989649;
}
.TagClassName
{
border-color: #989649;
}
</style>