Shades of Highball #8C893D
Tints of Highball #8C893D
RGB
CMYK
RGB Variations
Color information
#8C893D (or 0x8C893D) is known color: Highball. HEX triplet: 8C, 89 and 3D. RGB value is (140,137,61). Sum of RGB (Red+Green+Blue) = 140+137+61=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C893D is #7376C2. Grayscale: #818181. Windows color (decimal): -7567043 or 4032908. OLE color: 4032908.
HSL color Cylindrical-coordinate representation of color #8C893D: hue angle of 57.72º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C893D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 61 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.45 |
| HSL | 57.72º | 0.39% | 0.39% | - |
| HSV(B) | 57.72º | 0.56% | 0.55% | - |
| XYZ | 20.6 | 23.8 | 7.92 | - |
| YUV | 129.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 61 | 0 | 0.02 | 0.56 | 0.45 | 57.72 | 0.39 | 0.39 |
| Hex | 8C | 89 | 3D | 0 | 2 | 38 | 2D | 3A | 27 | 27 |
| Octal | 214 | 211 | 75 | 0 | 2 | 70 | 55 | 72 | 47 | 47 |
| Binary | 10001100 | 10001001 | 111101 | 0 | 10 | 111000 | 101101 | 111010 | 100111 | 100111 |
Color Harmonies of #8C893D
Complementary color
Monochromatic Colors of #8C893D
Black with #8C893D
Text Example
Text Example
White with #8C893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C893D; }
p { color: rgb(140,137,61); }
H1.HeaderClassName
{
color: #8C893D;
}
.AnyTagClassName
{
color: #8C893D;
}
</style>
background-color css
<style>
a { background-color: #8C893D; }
a { background-color: rgb(140,137,61); }
div.DivClassName
{
background-color: #8C893D;
}
.BgClassName
{
background-color: #8C893D;
}
</style>
border-color css
<style>
span { border-color: #8C893D; }
span { border-color: rgb(140,137,61); }
td.TdClassName
{
border-color: #8C893D;
}
.TagClassName
{
border-color: #8C893D;
}
</style>