Shades of Highball #8C8136
Tints of Highball #8C8136
RGB
CMYK
RGB Variations
Color information
#8C8136 (or 0x8C8136) is known color: Highball. HEX triplet: 8C, 81 and 36. RGB value is (140,129,54). Sum of RGB (Red+Green+Blue) = 140+129+54=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8136 is #737EC9. Grayscale: #7C7C7C. Windows color (decimal): -7569098 or 3572108. OLE color: 3572108.
HSL color Cylindrical-coordinate representation of color #8C8136: hue angle of 52.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C8136 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 54 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.45 |
| HSL | 52.33º | 0.44% | 0.38% | - |
| HSV(B) | 52.33º | 0.61% | 0.55% | - |
| XYZ | 19.33 | 21.54 | 6.63 | - |
| YUV | 123.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 54 | 0 | 0.08 | 0.61 | 0.45 | 52.33 | 0.44 | 0.38 |
| Hex | 8C | 81 | 36 | 0 | 8 | 3D | 2D | 34 | 2C | 26 |
| Octal | 214 | 201 | 66 | 0 | 10 | 75 | 55 | 64 | 54 | 46 |
| Binary | 10001100 | 10000001 | 110110 | 0 | 1000 | 111101 | 101101 | 110100 | 101100 | 100110 |
Color Harmonies of #8C8136
Complementary color
Monochromatic Colors of #8C8136
Black with #8C8136
Text Example
Text Example
White with #8C8136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8136; }
p { color: rgb(140,129,54); }
H1.HeaderClassName
{
color: #8C8136;
}
.AnyTagClassName
{
color: #8C8136;
}
</style>
background-color css
<style>
a { background-color: #8C8136; }
a { background-color: rgb(140,129,54); }
div.DivClassName
{
background-color: #8C8136;
}
.BgClassName
{
background-color: #8C8136;
}
</style>
border-color css
<style>
span { border-color: #8C8136; }
span { border-color: rgb(140,129,54); }
td.TdClassName
{
border-color: #8C8136;
}
.TagClassName
{
border-color: #8C8136;
}
</style>