Shades of Highball #898445
Tints of Highball #898445
RGB
CMYK
RGB Variations
Color information
#898445 (or 0x898445) is known color: Highball. HEX triplet: 89, 84 and 45. RGB value is (137,132,69). Sum of RGB (Red+Green+Blue) = 137+132+69=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #898445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898445 is #767BBA. Grayscale: #7E7E7E. Windows color (decimal): -7764923 or 4555913. OLE color: 4555913.
HSL color Cylindrical-coordinate representation of color #898445: hue angle of 55.59º degrees, saturation: 0.33, 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 #898445 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 69 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.46 |
| HSL | 55.59º | 0.33% | 0.4% | - |
| HSV(B) | 55.59º | 0.5% | 0.54% | - |
| XYZ | 19.64 | 22.25 | 8.89 | - |
| YUV | 126.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 69 | 0 | 0.04 | 0.50 | 0.46 | 55.59 | 0.33 | 0.4 |
| Hex | 89 | 84 | 45 | 0 | 4 | 32 | 2E | 38 | 21 | 28 |
| Octal | 211 | 204 | 105 | 0 | 4 | 62 | 56 | 70 | 41 | 50 |
| Binary | 10001001 | 10000100 | 1000101 | 0 | 100 | 110010 | 101110 | 111000 | 100001 | 101000 |
Color Harmonies of #898445
Complementary color
Monochromatic Colors of #898445
Black with #898445
Text Example
Text Example
White with #898445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898445; }
p { color: rgb(137,132,69); }
H1.HeaderClassName
{
color: #898445;
}
.AnyTagClassName
{
color: #898445;
}
</style>
background-color css
<style>
a { background-color: #898445; }
a { background-color: rgb(137,132,69); }
div.DivClassName
{
background-color: #898445;
}
.BgClassName
{
background-color: #898445;
}
</style>
border-color css
<style>
span { border-color: #898445; }
span { border-color: rgb(137,132,69); }
td.TdClassName
{
border-color: #898445;
}
.TagClassName
{
border-color: #898445;
}
</style>