Shades of Bitter #868761
Tints of Bitter #868761
RGB
CMYK
RGB Variations
Color information
#868761 (or 0x868761) is known color: Bitter. HEX triplet: 86, 87 and 61. RGB value is (134,135,97). Sum of RGB (Red+Green+Blue) = 134+135+97=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #868761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868761 is #79789E. Grayscale: #828282. Windows color (decimal): -7960735 or 6391686. OLE color: 6391686.
HSL color Cylindrical-coordinate representation of color #868761: hue angle of 61.58º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868761 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 97 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.47 |
| HSL | 61.58º | 0.16% | 0.45% | - |
| HSV(B) | 61.58º | 0.28% | 0.53% | - |
| XYZ | 20.65 | 23.26 | 14.71 | - |
| YUV | 130.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 97 | 0.01 | 0 | 0.28 | 0.47 | 61.58 | 0.16 | 0.45 |
| Hex | 86 | 87 | 61 | 1 | 0 | 1C | 2F | 3E | 10 | 2D |
| Octal | 206 | 207 | 141 | 1 | 0 | 34 | 57 | 76 | 20 | 55 |
| Binary | 10000110 | 10000111 | 1100001 | 1 | 0 | 11100 | 101111 | 111110 | 10000 | 101101 |
Color Harmonies of #868761
Complementary color
Monochromatic Colors of #868761
Black with #868761
Text Example
Text Example
White with #868761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868761; }
p { color: rgb(134,135,97); }
H1.HeaderClassName
{
color: #868761;
}
.AnyTagClassName
{
color: #868761;
}
</style>
background-color css
<style>
a { background-color: #868761; }
a { background-color: rgb(134,135,97); }
div.DivClassName
{
background-color: #868761;
}
.BgClassName
{
background-color: #868761;
}
</style>
border-color css
<style>
span { border-color: #868761; }
span { border-color: rgb(134,135,97); }
td.TdClassName
{
border-color: #868761;
}
.TagClassName
{
border-color: #868761;
}
</style>