Shades of Highball #8C893C
Tints of Highball #8C893C
RGB
CMYK
RGB Variations
Color information
#8C893C (or 0x8C893C) is known color: Highball. HEX triplet: 8C, 89 and 3C. RGB value is (140,137,60). Sum of RGB (Red+Green+Blue) = 140+137+60=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C893C is #7376C3. Grayscale: #818181. Windows color (decimal): -7567044 or 3967372. OLE color: 3967372.
HSL color Cylindrical-coordinate representation of color #8C893C: hue angle of 57.75º 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 #8C893C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 60 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.45 |
| HSL | 57.75º | 0.4% | 0.39% | - |
| HSV(B) | 57.75º | 0.57% | 0.55% | - |
| XYZ | 20.58 | 23.79 | 7.78 | - |
| YUV | 129.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 60 | 0 | 0.02 | 0.57 | 0.45 | 57.75 | 0.4 | 0.39 |
| Hex | 8C | 89 | 3C | 0 | 2 | 39 | 2D | 3A | 28 | 27 |
| Octal | 214 | 211 | 74 | 0 | 2 | 71 | 55 | 72 | 50 | 47 |
| Binary | 10001100 | 10001001 | 111100 | 0 | 10 | 111001 | 101101 | 111010 | 101000 | 100111 |
Color Harmonies of #8C893C
Complementary color
Monochromatic Colors of #8C893C
Black with #8C893C
Text Example
Text Example
White with #8C893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C893C; }
p { color: rgb(140,137,60); }
H1.HeaderClassName
{
color: #8C893C;
}
.AnyTagClassName
{
color: #8C893C;
}
</style>
background-color css
<style>
a { background-color: #8C893C; }
a { background-color: rgb(140,137,60); }
div.DivClassName
{
background-color: #8C893C;
}
.BgClassName
{
background-color: #8C893C;
}
</style>
border-color css
<style>
span { border-color: #8C893C; }
span { border-color: rgb(140,137,60); }
td.TdClassName
{
border-color: #8C893C;
}
.TagClassName
{
border-color: #8C893C;
}
</style>