Shades of Bitter #868C6C
Tints of Bitter #868C6C
RGB
CMYK
RGB Variations
Color information
#868C6C (or 0x868C6C) is known color: Bitter. HEX triplet: 86, 8C and 6C. RGB value is (134,140,108). Sum of RGB (Red+Green+Blue) = 134+140+108=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #868C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C6C is #797393. Grayscale: #868686. Windows color (decimal): -7959444 or 7113862. OLE color: 7113862.
HSL color Cylindrical-coordinate representation of color #868C6C: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868C6C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 108 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.45 |
| HSL | 71.25º | 0.13% | 0.49% | - |
| HSV(B) | 71.25º | 0.23% | 0.55% | - |
| XYZ | 21.92 | 24.91 | 17.84 | - |
| YUV | 134.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 108 | 0.04 | 0 | 0.23 | 0.45 | 71.25 | 0.13 | 0.49 |
| Hex | 86 | 8C | 6C | 4 | 0 | 17 | 2D | 47 | D | 31 |
| Octal | 206 | 214 | 154 | 4 | 0 | 27 | 55 | 107 | 15 | 61 |
| Binary | 10000110 | 10001100 | 1101100 | 100 | 0 | 10111 | 101101 | 1000111 | 1101 | 110001 |
Color Harmonies of #868C6C
Complementary color
Monochromatic Colors of #868C6C
Black with #868C6C
Text Example
Text Example
White with #868C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C6C; }
p { color: rgb(134,140,108); }
H1.HeaderClassName
{
color: #868C6C;
}
.AnyTagClassName
{
color: #868C6C;
}
</style>
background-color css
<style>
a { background-color: #868C6C; }
a { background-color: rgb(134,140,108); }
div.DivClassName
{
background-color: #868C6C;
}
.BgClassName
{
background-color: #868C6C;
}
</style>
border-color css
<style>
span { border-color: #868C6C; }
span { border-color: rgb(134,140,108); }
td.TdClassName
{
border-color: #868C6C;
}
.TagClassName
{
border-color: #868C6C;
}
</style>