Shades of Bitter #868A67
Tints of Bitter #868A67
RGB
CMYK
RGB Variations
Color information
#868A67 (or 0x868A67) is known color: Bitter. HEX triplet: 86, 8A and 67. RGB value is (134,138,103). Sum of RGB (Red+Green+Blue) = 134+138+103=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #868A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A67 is #797598. Grayscale: #848484. Windows color (decimal): -7959961 or 6785670. OLE color: 6785670.
HSL color Cylindrical-coordinate representation of color #868A67: hue angle of 66.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #868A67 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 103 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.46 |
| HSL | 66.86º | 0.15% | 0.47% | - |
| HSV(B) | 66.86º | 0.25% | 0.54% | - |
| XYZ | 21.37 | 24.22 | 16.38 | - |
| YUV | 132.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 103 | 0.03 | 0 | 0.25 | 0.46 | 66.86 | 0.15 | 0.47 |
| Hex | 86 | 8A | 67 | 3 | 0 | 19 | 2E | 43 | F | 2F |
| Octal | 206 | 212 | 147 | 3 | 0 | 31 | 56 | 103 | 17 | 57 |
| Binary | 10000110 | 10001010 | 1100111 | 11 | 0 | 11001 | 101110 | 1000011 | 1111 | 101111 |
Color Harmonies of #868A67
Complementary color
Monochromatic Colors of #868A67
Black with #868A67
Text Example
Text Example
White with #868A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A67; }
p { color: rgb(134,138,103); }
H1.HeaderClassName
{
color: #868A67;
}
.AnyTagClassName
{
color: #868A67;
}
</style>
background-color css
<style>
a { background-color: #868A67; }
a { background-color: rgb(134,138,103); }
div.DivClassName
{
background-color: #868A67;
}
.BgClassName
{
background-color: #868A67;
}
</style>
border-color css
<style>
span { border-color: #868A67; }
span { border-color: rgb(134,138,103); }
td.TdClassName
{
border-color: #868A67;
}
.TagClassName
{
border-color: #868A67;
}
</style>