Shades of Highball #8C8844
Tints of Highball #8C8844
RGB
CMYK
RGB Variations
Color information
#8C8844 (or 0x8C8844) is known color: Highball. HEX triplet: 8C, 88 and 44. RGB value is (140,136,68). Sum of RGB (Red+Green+Blue) = 140+136+68=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8844 is #7377BB. Grayscale: #818181. Windows color (decimal): -7567292 or 4491404. OLE color: 4491404.
HSL color Cylindrical-coordinate representation of color #8C8844: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C8844 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 68 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.45 |
| HSL | 56.67º | 0.35% | 0.41% | - |
| HSV(B) | 56.67º | 0.51% | 0.55% | - |
| XYZ | 20.66 | 23.6 | 8.94 | - |
| YUV | 129.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 68 | 0 | 0.03 | 0.51 | 0.45 | 56.67 | 0.35 | 0.41 |
| Hex | 8C | 88 | 44 | 0 | 3 | 33 | 2D | 39 | 23 | 29 |
| Octal | 214 | 210 | 104 | 0 | 3 | 63 | 55 | 71 | 43 | 51 |
| Binary | 10001100 | 10001000 | 1000100 | 0 | 11 | 110011 | 101101 | 111001 | 100011 | 101001 |
Color Harmonies of #8C8844
Complementary color
Monochromatic Colors of #8C8844
Black with #8C8844
Text Example
Text Example
White with #8C8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8844; }
p { color: rgb(140,136,68); }
H1.HeaderClassName
{
color: #8C8844;
}
.AnyTagClassName
{
color: #8C8844;
}
</style>
background-color css
<style>
a { background-color: #8C8844; }
a { background-color: rgb(140,136,68); }
div.DivClassName
{
background-color: #8C8844;
}
.BgClassName
{
background-color: #8C8844;
}
</style>
border-color css
<style>
span { border-color: #8C8844; }
span { border-color: rgb(140,136,68); }
td.TdClassName
{
border-color: #8C8844;
}
.TagClassName
{
border-color: #8C8844;
}
</style>