Shades of Highball #8C863E
Tints of Highball #8C863E
RGB
CMYK
RGB Variations
Color information
#8C863E (or 0x8C863E) is known color: Highball. HEX triplet: 8C, 86 and 3E. RGB value is (140,134,62). Sum of RGB (Red+Green+Blue) = 140+134+62=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C863E is #7379C1. Grayscale: #7F7F7F. Windows color (decimal): -7567810 or 4097676. OLE color: 4097676.
HSL color Cylindrical-coordinate representation of color #8C863E: hue angle of 55.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C863E is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 62 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.45 |
| HSL | 55.38º | 0.39% | 0.4% | - |
| HSV(B) | 55.38º | 0.56% | 0.55% | - |
| XYZ | 20.21 | 22.97 | 7.93 | - |
| YUV | 127.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 62 | 0 | 0.04 | 0.56 | 0.45 | 55.38 | 0.39 | 0.4 |
| Hex | 8C | 86 | 3E | 0 | 4 | 38 | 2D | 37 | 27 | 28 |
| Octal | 214 | 206 | 76 | 0 | 4 | 70 | 55 | 67 | 47 | 50 |
| Binary | 10001100 | 10000110 | 111110 | 0 | 100 | 111000 | 101101 | 110111 | 100111 | 101000 |
Color Harmonies of #8C863E
Complementary color
Monochromatic Colors of #8C863E
Black with #8C863E
Text Example
Text Example
White with #8C863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C863E; }
p { color: rgb(140,134,62); }
H1.HeaderClassName
{
color: #8C863E;
}
.AnyTagClassName
{
color: #8C863E;
}
</style>
background-color css
<style>
a { background-color: #8C863E; }
a { background-color: rgb(140,134,62); }
div.DivClassName
{
background-color: #8C863E;
}
.BgClassName
{
background-color: #8C863E;
}
</style>
border-color css
<style>
span { border-color: #8C863E; }
span { border-color: rgb(140,134,62); }
td.TdClassName
{
border-color: #8C863E;
}
.TagClassName
{
border-color: #8C863E;
}
</style>