Shades of Highball #8E8840
Tints of Highball #8E8840
RGB
CMYK
RGB Variations
Color information
#8E8840 (or 0x8E8840) is known color: Highball. HEX triplet: 8E, 88 and 40. RGB value is (142,136,64). Sum of RGB (Red+Green+Blue) = 142+136+64=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8840 is #7177BF. Grayscale: #818181. Windows color (decimal): -7436224 or 4229262. OLE color: 4229262.
HSL color Cylindrical-coordinate representation of color #8E8840: hue angle of 55.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E8840 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 64 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.44 |
| HSL | 55.38º | 0.38% | 0.4% | - |
| HSV(B) | 55.38º | 0.55% | 0.56% | - |
| XYZ | 20.88 | 23.73 | 8.33 | - |
| YUV | 129.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 64 | 0 | 0.04 | 0.55 | 0.44 | 55.38 | 0.38 | 0.4 |
| Hex | 8E | 88 | 40 | 0 | 4 | 37 | 2C | 37 | 26 | 28 |
| Octal | 216 | 210 | 100 | 0 | 4 | 67 | 54 | 67 | 46 | 50 |
| Binary | 10001110 | 10001000 | 1000000 | 0 | 100 | 110111 | 101100 | 110111 | 100110 | 101000 |
Color Harmonies of #8E8840
Complementary color
Monochromatic Colors of #8E8840
Black with #8E8840
Text Example
Text Example
White with #8E8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8840; }
p { color: rgb(142,136,64); }
H1.HeaderClassName
{
color: #8E8840;
}
.AnyTagClassName
{
color: #8E8840;
}
</style>
background-color css
<style>
a { background-color: #8E8840; }
a { background-color: rgb(142,136,64); }
div.DivClassName
{
background-color: #8E8840;
}
.BgClassName
{
background-color: #8E8840;
}
</style>
border-color css
<style>
span { border-color: #8E8840; }
span { border-color: rgb(142,136,64); }
td.TdClassName
{
border-color: #8E8840;
}
.TagClassName
{
border-color: #8E8840;
}
</style>