Shades of Bitter #838B6D
Tints of Bitter #838B6D
RGB
CMYK
RGB Variations
Color information
#838B6D (or 0x838B6D) is known color: Bitter. HEX triplet: 83, 8B and 6D. RGB value is (131,139,109). Sum of RGB (Red+Green+Blue) = 131+139+109=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #838B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B6D is #7C7492. Grayscale: #858585. Windows color (decimal): -8156307 or 7179139. OLE color: 7179139.
HSL color Cylindrical-coordinate representation of color #838B6D: hue angle of 76º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #838B6D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 109 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.45 |
| HSL | 76º | 0.12% | 0.49% | - |
| HSV(B) | 76º | 0.22% | 0.55% | - |
| XYZ | 21.35 | 24.39 | 18.05 | - |
| YUV | 133.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 109 | 0.06 | 0 | 0.22 | 0.45 | 76 | 0.12 | 0.49 |
| Hex | 83 | 8B | 6D | 6 | 0 | 16 | 2D | 4C | C | 31 |
| Octal | 203 | 213 | 155 | 6 | 0 | 26 | 55 | 114 | 14 | 61 |
| Binary | 10000011 | 10001011 | 1101101 | 110 | 0 | 10110 | 101101 | 1001100 | 1100 | 110001 |
Color Harmonies of #838B6D
Complementary color
Monochromatic Colors of #838B6D
Black with #838B6D
Text Example
Text Example
White with #838B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B6D; }
p { color: rgb(131,139,109); }
H1.HeaderClassName
{
color: #838B6D;
}
.AnyTagClassName
{
color: #838B6D;
}
</style>
background-color css
<style>
a { background-color: #838B6D; }
a { background-color: rgb(131,139,109); }
div.DivClassName
{
background-color: #838B6D;
}
.BgClassName
{
background-color: #838B6D;
}
</style>
border-color css
<style>
span { border-color: #838B6D; }
span { border-color: rgb(131,139,109); }
td.TdClassName
{
border-color: #838B6D;
}
.TagClassName
{
border-color: #838B6D;
}
</style>