Shades of Highball #8C8836
Tints of Highball #8C8836
RGB
CMYK
RGB Variations
Color information
#8C8836 (or 0x8C8836) is known color: Highball. HEX triplet: 8C, 88 and 36. RGB value is (140,136,54). Sum of RGB (Red+Green+Blue) = 140+136+54=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8836 is #7377C9. Grayscale: #808080. Windows color (decimal): -7567306 or 3573900. OLE color: 3573900.
HSL color Cylindrical-coordinate representation of color #8C8836: hue angle of 57.21º 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 #8C8836 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 54 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.45 |
| HSL | 57.21º | 0.44% | 0.38% | - |
| HSV(B) | 57.21º | 0.61% | 0.55% | - |
| XYZ | 20.29 | 23.45 | 6.95 | - |
| YUV | 127.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 54 | 0 | 0.03 | 0.61 | 0.45 | 57.21 | 0.44 | 0.38 |
| Hex | 8C | 88 | 36 | 0 | 3 | 3D | 2D | 39 | 2C | 26 |
| Octal | 214 | 210 | 66 | 0 | 3 | 75 | 55 | 71 | 54 | 46 |
| Binary | 10001100 | 10001000 | 110110 | 0 | 11 | 111101 | 101101 | 111001 | 101100 | 100110 |
Color Harmonies of #8C8836
Complementary color
Monochromatic Colors of #8C8836
Black with #8C8836
Text Example
Text Example
White with #8C8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8836; }
p { color: rgb(140,136,54); }
H1.HeaderClassName
{
color: #8C8836;
}
.AnyTagClassName
{
color: #8C8836;
}
</style>
background-color css
<style>
a { background-color: #8C8836; }
a { background-color: rgb(140,136,54); }
div.DivClassName
{
background-color: #8C8836;
}
.BgClassName
{
background-color: #8C8836;
}
</style>
border-color css
<style>
span { border-color: #8C8836; }
span { border-color: rgb(140,136,54); }
td.TdClassName
{
border-color: #8C8836;
}
.TagClassName
{
border-color: #8C8836;
}
</style>