Shades of Highball #8C8440
Tints of Highball #8C8440
RGB
CMYK
RGB Variations
Color information
#8C8440 (or 0x8C8440) is known color: Highball. HEX triplet: 8C, 84 and 40. RGB value is (140,132,64). Sum of RGB (Red+Green+Blue) = 140+132+64=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8440 is #737BBF. Grayscale: #7E7E7E. Windows color (decimal): -7568320 or 4228236. OLE color: 4228236.
HSL color Cylindrical-coordinate representation of color #8C8440: hue angle of 53.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C8440 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 64 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.45 |
| HSL | 53.68º | 0.37% | 0.4% | - |
| HSV(B) | 53.68º | 0.54% | 0.55% | - |
| XYZ | 19.99 | 22.45 | 8.13 | - |
| YUV | 126.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 64 | 0 | 0.06 | 0.54 | 0.45 | 53.68 | 0.37 | 0.4 |
| Hex | 8C | 84 | 40 | 0 | 6 | 36 | 2D | 36 | 25 | 28 |
| Octal | 214 | 204 | 100 | 0 | 6 | 66 | 55 | 66 | 45 | 50 |
| Binary | 10001100 | 10000100 | 1000000 | 0 | 110 | 110110 | 101101 | 110110 | 100101 | 101000 |
Color Harmonies of #8C8440
Complementary color
Monochromatic Colors of #8C8440
Black with #8C8440
Text Example
Text Example
White with #8C8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8440; }
p { color: rgb(140,132,64); }
H1.HeaderClassName
{
color: #8C8440;
}
.AnyTagClassName
{
color: #8C8440;
}
</style>
background-color css
<style>
a { background-color: #8C8440; }
a { background-color: rgb(140,132,64); }
div.DivClassName
{
background-color: #8C8440;
}
.BgClassName
{
background-color: #8C8440;
}
</style>
border-color css
<style>
span { border-color: #8C8440; }
span { border-color: rgb(140,132,64); }
td.TdClassName
{
border-color: #8C8440;
}
.TagClassName
{
border-color: #8C8440;
}
</style>