Shades of Bitter #838965
Tints of Bitter #838965
RGB
CMYK
RGB Variations
Color information
#838965 (or 0x838965) is known color: Bitter. HEX triplet: 83, 89 and 65. RGB value is (131,137,101). Sum of RGB (Red+Green+Blue) = 131+137+101=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #838965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838965 is #7C769A. Grayscale: #838383. Windows color (decimal): -8156827 or 6654339. OLE color: 6654339.
HSL color Cylindrical-coordinate representation of color #838965: hue angle of 70º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #838965 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 137 | 101 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.46 |
| HSL | 70º | 0.15% | 0.47% | - |
| HSV(B) | 70º | 0.26% | 0.54% | - |
| XYZ | 20.65 | 23.66 | 15.79 | - |
| YUV | 131.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 101 | 0.04 | 0 | 0.26 | 0.46 | 70 | 0.15 | 0.47 |
| Hex | 83 | 89 | 65 | 4 | 0 | 1A | 2E | 46 | F | 2F |
| Octal | 203 | 211 | 145 | 4 | 0 | 32 | 56 | 106 | 17 | 57 |
| Binary | 10000011 | 10001001 | 1100101 | 100 | 0 | 11010 | 101110 | 1000110 | 1111 | 101111 |
Color Harmonies of #838965
Complementary color
Monochromatic Colors of #838965
Black with #838965
Text Example
Text Example
White with #838965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838965; }
p { color: rgb(131,137,101); }
H1.HeaderClassName
{
color: #838965;
}
.AnyTagClassName
{
color: #838965;
}
</style>
background-color css
<style>
a { background-color: #838965; }
a { background-color: rgb(131,137,101); }
div.DivClassName
{
background-color: #838965;
}
.BgClassName
{
background-color: #838965;
}
</style>
border-color css
<style>
span { border-color: #838965; }
span { border-color: rgb(131,137,101); }
td.TdClassName
{
border-color: #838965;
}
.TagClassName
{
border-color: #838965;
}
</style>