Shades of Bitter #838868
Tints of Bitter #838868
RGB
CMYK
RGB Variations
Color information
#838868 (or 0x838868) is known color: Bitter. HEX triplet: 83, 88 and 68. RGB value is (131,136,104). Sum of RGB (Red+Green+Blue) = 131+136+104=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #838868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838868 is #7C7797. Grayscale: #828282. Windows color (decimal): -8157080 or 6850691. OLE color: 6850691.
HSL color Cylindrical-coordinate representation of color #838868: hue angle of 69.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838868 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 104 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.47 |
| HSL | 69.38º | 0.13% | 0.47% | - |
| HSV(B) | 69.38º | 0.24% | 0.53% | - |
| XYZ | 20.66 | 23.43 | 16.53 | - |
| YUV | 130.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 104 | 0.04 | 0 | 0.24 | 0.47 | 69.38 | 0.13 | 0.47 |
| Hex | 83 | 88 | 68 | 4 | 0 | 18 | 2F | 45 | D | 2F |
| Octal | 203 | 210 | 150 | 4 | 0 | 30 | 57 | 105 | 15 | 57 |
| Binary | 10000011 | 10001000 | 1101000 | 100 | 0 | 11000 | 101111 | 1000101 | 1101 | 101111 |
Color Harmonies of #838868
Complementary color
Monochromatic Colors of #838868
Black with #838868
Text Example
Text Example
White with #838868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838868; }
p { color: rgb(131,136,104); }
H1.HeaderClassName
{
color: #838868;
}
.AnyTagClassName
{
color: #838868;
}
</style>
background-color css
<style>
a { background-color: #838868; }
a { background-color: rgb(131,136,104); }
div.DivClassName
{
background-color: #838868;
}
.BgClassName
{
background-color: #838868;
}
</style>
border-color css
<style>
span { border-color: #838868; }
span { border-color: rgb(131,136,104); }
td.TdClassName
{
border-color: #838868;
}
.TagClassName
{
border-color: #838868;
}
</style>