Shades of Highball #8C863C
Tints of Highball #8C863C
RGB
CMYK
RGB Variations
Color information
#8C863C (or 0x8C863C) is known color: Highball. HEX triplet: 8C, 86 and 3C. RGB value is (140,134,60). Sum of RGB (Red+Green+Blue) = 140+134+60=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C863C is #7379C3. Grayscale: #7F7F7F. Windows color (decimal): -7567812 or 3966604. OLE color: 3966604.
HSL color Cylindrical-coordinate representation of color #8C863C: hue angle of 55.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C863C is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 60 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.45 |
| HSL | 55.5º | 0.4% | 0.39% | - |
| HSV(B) | 55.5º | 0.57% | 0.55% | - |
| XYZ | 20.16 | 22.95 | 7.64 | - |
| YUV | 127.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 60 | 0 | 0.04 | 0.57 | 0.45 | 55.5 | 0.4 | 0.39 |
| Hex | 8C | 86 | 3C | 0 | 4 | 39 | 2D | 38 | 28 | 27 |
| Octal | 214 | 206 | 74 | 0 | 4 | 71 | 55 | 70 | 50 | 47 |
| Binary | 10001100 | 10000110 | 111100 | 0 | 100 | 111001 | 101101 | 111000 | 101000 | 100111 |
Color Harmonies of #8C863C
Complementary color
Monochromatic Colors of #8C863C
Black with #8C863C
Text Example
Text Example
White with #8C863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C863C; }
p { color: rgb(140,134,60); }
H1.HeaderClassName
{
color: #8C863C;
}
.AnyTagClassName
{
color: #8C863C;
}
</style>
background-color css
<style>
a { background-color: #8C863C; }
a { background-color: rgb(140,134,60); }
div.DivClassName
{
background-color: #8C863C;
}
.BgClassName
{
background-color: #8C863C;
}
</style>
border-color css
<style>
span { border-color: #8C863C; }
span { border-color: rgb(140,134,60); }
td.TdClassName
{
border-color: #8C863C;
}
.TagClassName
{
border-color: #8C863C;
}
</style>