Shades of Highball #8C8632
Tints of Highball #8C8632
RGB
CMYK
RGB Variations
Color information
#8C8632 (or 0x8C8632) is known color: Highball. HEX triplet: 8C, 86 and 32. RGB value is (140,134,50). Sum of RGB (Red+Green+Blue) = 140+134+50=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8632 is #7379CD. Grayscale: #7E7E7E. Windows color (decimal): -7567822 or 3311244. OLE color: 3311244.
HSL color Cylindrical-coordinate representation of color #8C8632: hue angle of 56º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C8632 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 50 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.45 |
| HSL | 56º | 0.47% | 0.37% | - |
| HSV(B) | 56º | 0.64% | 0.55% | - |
| XYZ | 19.92 | 22.86 | 6.38 | - |
| YUV | 126.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 50 | 0 | 0.04 | 0.64 | 0.45 | 56 | 0.47 | 0.37 |
| Hex | 8C | 86 | 32 | 0 | 4 | 40 | 2D | 38 | 2F | 25 |
| Octal | 214 | 206 | 62 | 0 | 4 | 100 | 55 | 70 | 57 | 45 |
| Binary | 10001100 | 10000110 | 110010 | 0 | 100 | 1000000 | 101101 | 111000 | 101111 | 100101 |
Color Harmonies of #8C8632
Complementary color
Monochromatic Colors of #8C8632
Black with #8C8632
Text Example
Text Example
White with #8C8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8632; }
p { color: rgb(140,134,50); }
H1.HeaderClassName
{
color: #8C8632;
}
.AnyTagClassName
{
color: #8C8632;
}
</style>
background-color css
<style>
a { background-color: #8C8632; }
a { background-color: rgb(140,134,50); }
div.DivClassName
{
background-color: #8C8632;
}
.BgClassName
{
background-color: #8C8632;
}
</style>
border-color css
<style>
span { border-color: #8C8632; }
span { border-color: rgb(140,134,50); }
td.TdClassName
{
border-color: #8C8632;
}
.TagClassName
{
border-color: #8C8632;
}
</style>