Shades of Bitter #8C8C62
Tints of Bitter #8C8C62
RGB
CMYK
RGB Variations
Color information
#8C8C62 (or 0x8C8C62) is known color: Bitter. HEX triplet: 8C, 8C and 62. RGB value is (140,140,98). Sum of RGB (Red+Green+Blue) = 140+140+98=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8C62 is #73739D. Grayscale: #878787. Windows color (decimal): -7566238 or 6458508. OLE color: 6458508.
HSL color Cylindrical-coordinate representation of color #8C8C62: hue angle of 60º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C8C62 is Cyan = 0, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 140 | 98 | - |
| CMYK | 0 | 0 | 0.3 | 0.45 |
| HSL | 60º | 0.18% | 0.47% | - |
| HSV(B) | 60º | 0.3% | 0.55% | - |
| XYZ | 22.4 | 25.21 | 15.24 | - |
| YUV | 135.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 98 | 0 | 0 | 0.3 | 0.45 | 60 | 0.18 | 0.47 |
| Hex | 8C | 8C | 62 | 0 | 0 | 1E | 2D | 3C | 12 | 2F |
| Octal | 214 | 214 | 142 | 0 | 0 | 36 | 55 | 74 | 22 | 57 |
| Binary | 10001100 | 10001100 | 1100010 | 0 | 0 | 11110 | 101101 | 111100 | 10010 | 101111 |
Color Harmonies of #8C8C62
Complementary color
Monochromatic Colors of #8C8C62
Black with #8C8C62
Text Example
Text Example
White with #8C8C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8C62; }
p { color: rgb(140,140,98); }
H1.HeaderClassName
{
color: #8C8C62;
}
.AnyTagClassName
{
color: #8C8C62;
}
</style>
background-color css
<style>
a { background-color: #8C8C62; }
a { background-color: rgb(140,140,98); }
div.DivClassName
{
background-color: #8C8C62;
}
.BgClassName
{
background-color: #8C8C62;
}
</style>
border-color css
<style>
span { border-color: #8C8C62; }
span { border-color: rgb(140,140,98); }
td.TdClassName
{
border-color: #8C8C62;
}
.TagClassName
{
border-color: #8C8C62;
}
</style>