Shades of Bitter #868B6C
Tints of Bitter #868B6C
RGB
CMYK
RGB Variations
Color information
#868B6C (or 0x868B6C) is known color: Bitter. HEX triplet: 86, 8B and 6C. RGB value is (134,139,108). Sum of RGB (Red+Green+Blue) = 134+139+108=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #868B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B6C is #797493. Grayscale: #868686. Windows color (decimal): -7959700 or 7113606. OLE color: 7113606.
HSL color Cylindrical-coordinate representation of color #868B6C: hue angle of 69.68º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868B6C is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 108 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.45 |
| HSL | 69.68º | 0.13% | 0.48% | - |
| HSV(B) | 69.68º | 0.22% | 0.55% | - |
| XYZ | 21.77 | 24.62 | 17.79 | - |
| YUV | 133.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 108 | 0.04 | 0 | 0.22 | 0.45 | 69.68 | 0.13 | 0.48 |
| Hex | 86 | 8B | 6C | 4 | 0 | 16 | 2D | 46 | D | 30 |
| Octal | 206 | 213 | 154 | 4 | 0 | 26 | 55 | 106 | 15 | 60 |
| Binary | 10000110 | 10001011 | 1101100 | 100 | 0 | 10110 | 101101 | 1000110 | 1101 | 110000 |
Color Harmonies of #868B6C
Complementary color
Monochromatic Colors of #868B6C
Black with #868B6C
Text Example
Text Example
White with #868B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B6C; }
p { color: rgb(134,139,108); }
H1.HeaderClassName
{
color: #868B6C;
}
.AnyTagClassName
{
color: #868B6C;
}
</style>
background-color css
<style>
a { background-color: #868B6C; }
a { background-color: rgb(134,139,108); }
div.DivClassName
{
background-color: #868B6C;
}
.BgClassName
{
background-color: #868B6C;
}
</style>
border-color css
<style>
span { border-color: #868B6C; }
span { border-color: rgb(134,139,108); }
td.TdClassName
{
border-color: #868B6C;
}
.TagClassName
{
border-color: #868B6C;
}
</style>