Shades of Highball #8C8436
Tints of Highball #8C8436
RGB
CMYK
RGB Variations
Color information
#8C8436 (or 0x8C8436) is known color: Highball. HEX triplet: 8C, 84 and 36. RGB value is (140,132,54). Sum of RGB (Red+Green+Blue) = 140+132+54=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8436 is #737BC9. Grayscale: #7D7D7D. Windows color (decimal): -7568330 or 3572876. OLE color: 3572876.
HSL color Cylindrical-coordinate representation of color #8C8436: hue angle of 54.42º 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 #8C8436 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 54 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.45 |
| HSL | 54.42º | 0.44% | 0.38% | - |
| HSV(B) | 54.42º | 0.61% | 0.55% | - |
| XYZ | 19.73 | 22.34 | 6.76 | - |
| YUV | 125.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 54 | 0 | 0.06 | 0.61 | 0.45 | 54.42 | 0.44 | 0.38 |
| Hex | 8C | 84 | 36 | 0 | 6 | 3D | 2D | 36 | 2C | 26 |
| Octal | 214 | 204 | 66 | 0 | 6 | 75 | 55 | 66 | 54 | 46 |
| Binary | 10001100 | 10000100 | 110110 | 0 | 110 | 111101 | 101101 | 110110 | 101100 | 100110 |
Color Harmonies of #8C8436
Complementary color
Monochromatic Colors of #8C8436
Black with #8C8436
Text Example
Text Example
White with #8C8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8436; }
p { color: rgb(140,132,54); }
H1.HeaderClassName
{
color: #8C8436;
}
.AnyTagClassName
{
color: #8C8436;
}
</style>
background-color css
<style>
a { background-color: #8C8436; }
a { background-color: rgb(140,132,54); }
div.DivClassName
{
background-color: #8C8436;
}
.BgClassName
{
background-color: #8C8436;
}
</style>
border-color css
<style>
span { border-color: #8C8436; }
span { border-color: rgb(140,132,54); }
td.TdClassName
{
border-color: #8C8436;
}
.TagClassName
{
border-color: #8C8436;
}
</style>