Shades of Bitter #868769
Tints of Bitter #868769
RGB
CMYK
RGB Variations
Color information
#868769 (or 0x868769) is known color: Bitter. HEX triplet: 86, 87 and 69. RGB value is (134,135,105). Sum of RGB (Red+Green+Blue) = 134+135+105=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #868769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868769 is #797896. Grayscale: #838383. Windows color (decimal): -7960727 or 6915974. OLE color: 6915974.
HSL color Cylindrical-coordinate representation of color #868769: hue angle of 62º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868769 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 105 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.47 |
| HSL | 62º | 0.13% | 0.47% | - |
| HSV(B) | 62º | 0.22% | 0.53% | - |
| XYZ | 21.05 | 23.42 | 16.78 | - |
| YUV | 131.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 105 | 0.01 | 0 | 0.22 | 0.47 | 62 | 0.13 | 0.47 |
| Hex | 86 | 87 | 69 | 1 | 0 | 16 | 2F | 3E | C | 2F |
| Octal | 206 | 207 | 151 | 1 | 0 | 26 | 57 | 76 | 14 | 57 |
| Binary | 10000110 | 10000111 | 1101001 | 1 | 0 | 10110 | 101111 | 111110 | 1100 | 101111 |
Color Harmonies of #868769
Complementary color
Monochromatic Colors of #868769
Black with #868769
Text Example
Text Example
White with #868769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868769; }
p { color: rgb(134,135,105); }
H1.HeaderClassName
{
color: #868769;
}
.AnyTagClassName
{
color: #868769;
}
</style>
background-color css
<style>
a { background-color: #868769; }
a { background-color: rgb(134,135,105); }
div.DivClassName
{
background-color: #868769;
}
.BgClassName
{
background-color: #868769;
}
</style>
border-color css
<style>
span { border-color: #868769; }
span { border-color: rgb(134,135,105); }
td.TdClassName
{
border-color: #868769;
}
.TagClassName
{
border-color: #868769;
}
</style>