Shades of Bitter #868862
Tints of Bitter #868862
RGB
CMYK
RGB Variations
Color information
#868862 (or 0x868862) is known color: Bitter. HEX triplet: 86, 88 and 62. RGB value is (134,136,98). Sum of RGB (Red+Green+Blue) = 134+136+98=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #868862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868862 is #79779D. Grayscale: #838383. Windows color (decimal): -7960478 or 6457478. OLE color: 6457478.
HSL color Cylindrical-coordinate representation of color #868862: hue angle of 63.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868862 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 98 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.47 |
| HSL | 63.16º | 0.16% | 0.46% | - |
| HSV(B) | 63.16º | 0.28% | 0.53% | - |
| XYZ | 20.84 | 23.56 | 15 | - |
| YUV | 131.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 98 | 0.01 | 0 | 0.28 | 0.47 | 63.16 | 0.16 | 0.46 |
| Hex | 86 | 88 | 62 | 1 | 0 | 1C | 2F | 3F | 10 | 2E |
| Octal | 206 | 210 | 142 | 1 | 0 | 34 | 57 | 77 | 20 | 56 |
| Binary | 10000110 | 10001000 | 1100010 | 1 | 0 | 11100 | 101111 | 111111 | 10000 | 101110 |
Color Harmonies of #868862
Complementary color
Monochromatic Colors of #868862
Black with #868862
Text Example
Text Example
White with #868862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868862; }
p { color: rgb(134,136,98); }
H1.HeaderClassName
{
color: #868862;
}
.AnyTagClassName
{
color: #868862;
}
</style>
background-color css
<style>
a { background-color: #868862; }
a { background-color: rgb(134,136,98); }
div.DivClassName
{
background-color: #868862;
}
.BgClassName
{
background-color: #868862;
}
</style>
border-color css
<style>
span { border-color: #868862; }
span { border-color: rgb(134,136,98); }
td.TdClassName
{
border-color: #868862;
}
.TagClassName
{
border-color: #868862;
}
</style>