Shades of Highball #8C843C
Tints of Highball #8C843C
RGB
CMYK
RGB Variations
Color information
#8C843C (or 0x8C843C) is known color: Highball. HEX triplet: 8C, 84 and 3C. RGB value is (140,132,60). Sum of RGB (Red+Green+Blue) = 140+132+60=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C843C is #737BC3. Grayscale: #7E7E7E. Windows color (decimal): -7568324 or 3966092. OLE color: 3966092.
HSL color Cylindrical-coordinate representation of color #8C843C: hue angle of 54º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C843C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 60 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.45 |
| HSL | 54º | 0.4% | 0.39% | - |
| HSV(B) | 54º | 0.57% | 0.55% | - |
| XYZ | 19.88 | 22.4 | 7.55 | - |
| YUV | 126.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 60 | 0 | 0.06 | 0.57 | 0.45 | 54 | 0.4 | 0.39 |
| Hex | 8C | 84 | 3C | 0 | 6 | 39 | 2D | 36 | 28 | 27 |
| Octal | 214 | 204 | 74 | 0 | 6 | 71 | 55 | 66 | 50 | 47 |
| Binary | 10001100 | 10000100 | 111100 | 0 | 110 | 111001 | 101101 | 110110 | 101000 | 100111 |
Color Harmonies of #8C843C
Complementary color
Monochromatic Colors of #8C843C
Black with #8C843C
Text Example
Text Example
White with #8C843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C843C; }
p { color: rgb(140,132,60); }
H1.HeaderClassName
{
color: #8C843C;
}
.AnyTagClassName
{
color: #8C843C;
}
</style>
background-color css
<style>
a { background-color: #8C843C; }
a { background-color: rgb(140,132,60); }
div.DivClassName
{
background-color: #8C843C;
}
.BgClassName
{
background-color: #8C843C;
}
</style>
border-color css
<style>
span { border-color: #8C843C; }
span { border-color: rgb(140,132,60); }
td.TdClassName
{
border-color: #8C843C;
}
.TagClassName
{
border-color: #8C843C;
}
</style>