Shades of Highball #8C813C
Tints of Highball #8C813C
RGB
CMYK
RGB Variations
Color information
#8C813C (or 0x8C813C) is known color: Highball. HEX triplet: 8C, 81 and 3C. RGB value is (140,129,60). Sum of RGB (Red+Green+Blue) = 140+129+60=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C813C is #737EC3. Grayscale: #7C7C7C. Windows color (decimal): -7569092 or 3965324. OLE color: 3965324.
HSL color Cylindrical-coordinate representation of color #8C813C: hue angle of 51.75º 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 #8C813C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 60 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.45 |
| HSL | 51.75º | 0.4% | 0.39% | - |
| HSV(B) | 51.75º | 0.57% | 0.55% | - |
| XYZ | 19.48 | 21.6 | 7.42 | - |
| YUV | 124.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 60 | 0 | 0.08 | 0.57 | 0.45 | 51.75 | 0.4 | 0.39 |
| Hex | 8C | 81 | 3C | 0 | 8 | 39 | 2D | 34 | 28 | 27 |
| Octal | 214 | 201 | 74 | 0 | 10 | 71 | 55 | 64 | 50 | 47 |
| Binary | 10001100 | 10000001 | 111100 | 0 | 1000 | 111001 | 101101 | 110100 | 101000 | 100111 |
Color Harmonies of #8C813C
Complementary color
Monochromatic Colors of #8C813C
Black with #8C813C
Text Example
Text Example
White with #8C813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C813C; }
p { color: rgb(140,129,60); }
H1.HeaderClassName
{
color: #8C813C;
}
.AnyTagClassName
{
color: #8C813C;
}
</style>
background-color css
<style>
a { background-color: #8C813C; }
a { background-color: rgb(140,129,60); }
div.DivClassName
{
background-color: #8C813C;
}
.BgClassName
{
background-color: #8C813C;
}
</style>
border-color css
<style>
span { border-color: #8C813C; }
span { border-color: rgb(140,129,60); }
td.TdClassName
{
border-color: #8C813C;
}
.TagClassName
{
border-color: #8C813C;
}
</style>