Shades of Bitter #838B6B
Tints of Bitter #838B6B
RGB
CMYK
RGB Variations
Color information
#838B6B (or 0x838B6B) is known color: Bitter. HEX triplet: 83, 8B and 6B. RGB value is (131,139,107). Sum of RGB (Red+Green+Blue) = 131+139+107=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #838B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B6B is #7C7494. Grayscale: #858585. Windows color (decimal): -8156309 or 7048067. OLE color: 7048067.
HSL color Cylindrical-coordinate representation of color #838B6B: hue angle of 75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838B6B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 107 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.45 |
| HSL | 75º | 0.13% | 0.48% | - |
| HSV(B) | 75º | 0.23% | 0.55% | - |
| XYZ | 21.25 | 24.35 | 17.49 | - |
| YUV | 132.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 107 | 0.06 | 0 | 0.23 | 0.45 | 75 | 0.13 | 0.48 |
| Hex | 83 | 8B | 6B | 6 | 0 | 17 | 2D | 4B | D | 30 |
| Octal | 203 | 213 | 153 | 6 | 0 | 27 | 55 | 113 | 15 | 60 |
| Binary | 10000011 | 10001011 | 1101011 | 110 | 0 | 10111 | 101101 | 1001011 | 1101 | 110000 |
Color Harmonies of #838B6B
Complementary color
Monochromatic Colors of #838B6B
Black with #838B6B
Text Example
Text Example
White with #838B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B6B; }
p { color: rgb(131,139,107); }
H1.HeaderClassName
{
color: #838B6B;
}
.AnyTagClassName
{
color: #838B6B;
}
</style>
background-color css
<style>
a { background-color: #838B6B; }
a { background-color: rgb(131,139,107); }
div.DivClassName
{
background-color: #838B6B;
}
.BgClassName
{
background-color: #838B6B;
}
</style>
border-color css
<style>
span { border-color: #838B6B; }
span { border-color: rgb(131,139,107); }
td.TdClassName
{
border-color: #838B6B;
}
.TagClassName
{
border-color: #838B6B;
}
</style>