Shades of Highball #8C8646
Tints of Highball #8C8646
RGB
CMYK
RGB Variations
Color information
#8C8646 (or 0x8C8646) is known color: Highball. HEX triplet: 8C, 86 and 46. RGB value is (140,134,70). Sum of RGB (Red+Green+Blue) = 140+134+70=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8646 is #7379B9. Grayscale: #808080. Windows color (decimal): -7567802 or 4621964. OLE color: 4621964.
HSL color Cylindrical-coordinate representation of color #8C8646: hue angle of 54.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C8646 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 70 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.45 |
| HSL | 54.86º | 0.33% | 0.41% | - |
| HSV(B) | 54.86º | 0.5% | 0.55% | - |
| XYZ | 20.45 | 23.07 | 9.17 | - |
| YUV | 128.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 70 | 0 | 0.04 | 0.50 | 0.45 | 54.86 | 0.33 | 0.41 |
| Hex | 8C | 86 | 46 | 0 | 4 | 32 | 2D | 37 | 21 | 29 |
| Octal | 214 | 206 | 106 | 0 | 4 | 62 | 55 | 67 | 41 | 51 |
| Binary | 10001100 | 10000110 | 1000110 | 0 | 100 | 110010 | 101101 | 110111 | 100001 | 101001 |
Color Harmonies of #8C8646
Complementary color
Monochromatic Colors of #8C8646
Black with #8C8646
Text Example
Text Example
White with #8C8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8646; }
p { color: rgb(140,134,70); }
H1.HeaderClassName
{
color: #8C8646;
}
.AnyTagClassName
{
color: #8C8646;
}
</style>
background-color css
<style>
a { background-color: #8C8646; }
a { background-color: rgb(140,134,70); }
div.DivClassName
{
background-color: #8C8646;
}
.BgClassName
{
background-color: #8C8646;
}
</style>
border-color css
<style>
span { border-color: #8C8646; }
span { border-color: rgb(140,134,70); }
td.TdClassName
{
border-color: #8C8646;
}
.TagClassName
{
border-color: #8C8646;
}
</style>