Shades of Highball #898144
Tints of Highball #898144
RGB
CMYK
RGB Variations
Color information
#898144 (or 0x898144) is known color: Highball. HEX triplet: 89, 81 and 44. RGB value is (137,129,68). Sum of RGB (Red+Green+Blue) = 137+129+68=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #898144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898144 is #767EBB. Grayscale: #7C7C7C. Windows color (decimal): -7765692 or 4489609. OLE color: 4489609.
HSL color Cylindrical-coordinate representation of color #898144: hue angle of 53.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #898144 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 68 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.46 |
| HSL | 53.04º | 0.34% | 0.4% | - |
| HSV(B) | 53.04º | 0.5% | 0.54% | - |
| XYZ | 19.21 | 21.44 | 8.59 | - |
| YUV | 124.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 68 | 0 | 0.06 | 0.50 | 0.46 | 53.04 | 0.34 | 0.4 |
| Hex | 89 | 81 | 44 | 0 | 6 | 32 | 2E | 35 | 22 | 28 |
| Octal | 211 | 201 | 104 | 0 | 6 | 62 | 56 | 65 | 42 | 50 |
| Binary | 10001001 | 10000001 | 1000100 | 0 | 110 | 110010 | 101110 | 110101 | 100010 | 101000 |
Color Harmonies of #898144
Complementary color
Monochromatic Colors of #898144
Black with #898144
Text Example
Text Example
White with #898144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898144; }
p { color: rgb(137,129,68); }
H1.HeaderClassName
{
color: #898144;
}
.AnyTagClassName
{
color: #898144;
}
</style>
background-color css
<style>
a { background-color: #898144; }
a { background-color: rgb(137,129,68); }
div.DivClassName
{
background-color: #898144;
}
.BgClassName
{
background-color: #898144;
}
</style>
border-color css
<style>
span { border-color: #898144; }
span { border-color: rgb(137,129,68); }
td.TdClassName
{
border-color: #898144;
}
.TagClassName
{
border-color: #898144;
}
</style>