Shades of Bitter #8C8F63
Tints of Bitter #8C8F63
RGB
CMYK
RGB Variations
Color information
#8C8F63 (or 0x8C8F63) is known color: Bitter. HEX triplet: 8C, 8F and 63. RGB value is (140,143,99). Sum of RGB (Red+Green+Blue) = 140+143+99=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F63 is #73709C. Grayscale: #898989. Windows color (decimal): -7565469 or 6524812. OLE color: 6524812.
HSL color Cylindrical-coordinate representation of color #8C8F63: hue angle of 64.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8F63 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 99 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.44 |
| HSL | 64.09º | 0.18% | 0.47% | - |
| HSV(B) | 64.09º | 0.31% | 0.56% | - |
| XYZ | 22.89 | 26.12 | 15.64 | - |
| YUV | 137.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 99 | 0.02 | 0 | 0.31 | 0.44 | 64.09 | 0.18 | 0.47 |
| Hex | 8C | 8F | 63 | 2 | 0 | 1F | 2C | 40 | 12 | 2F |
| Octal | 214 | 217 | 143 | 2 | 0 | 37 | 54 | 100 | 22 | 57 |
| Binary | 10001100 | 10001111 | 1100011 | 10 | 0 | 11111 | 101100 | 1000000 | 10010 | 101111 |
Color Harmonies of #8C8F63
Complementary color
Monochromatic Colors of #8C8F63
Black with #8C8F63
Text Example
Text Example
White with #8C8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F63; }
p { color: rgb(140,143,99); }
H1.HeaderClassName
{
color: #8C8F63;
}
.AnyTagClassName
{
color: #8C8F63;
}
</style>
background-color css
<style>
a { background-color: #8C8F63; }
a { background-color: rgb(140,143,99); }
div.DivClassName
{
background-color: #8C8F63;
}
.BgClassName
{
background-color: #8C8F63;
}
</style>
border-color css
<style>
span { border-color: #8C8F63; }
span { border-color: rgb(140,143,99); }
td.TdClassName
{
border-color: #8C8F63;
}
.TagClassName
{
border-color: #8C8F63;
}
</style>