Shades of Bitter #848D6D
Tints of Bitter #848D6D
RGB
CMYK
RGB Variations
Color information
#848D6D (or 0x848D6D) is known color: Bitter. HEX triplet: 84, 8D and 6D. RGB value is (132,141,109). Sum of RGB (Red+Green+Blue) = 132+141+109=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #848D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D6D is #7B7292. Grayscale: #868686. Windows color (decimal): -8090259 or 7179652. OLE color: 7179652.
HSL color Cylindrical-coordinate representation of color #848D6D: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848D6D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 109 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.45 |
| HSL | 76.88º | 0.13% | 0.49% | - |
| HSV(B) | 76.88º | 0.23% | 0.55% | - |
| XYZ | 21.8 | 25.06 | 18.16 | - |
| YUV | 134.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 109 | 0.06 | 0 | 0.23 | 0.45 | 76.88 | 0.13 | 0.49 |
| Hex | 84 | 8D | 6D | 6 | 0 | 17 | 2D | 4D | D | 31 |
| Octal | 204 | 215 | 155 | 6 | 0 | 27 | 55 | 115 | 15 | 61 |
| Binary | 10000100 | 10001101 | 1101101 | 110 | 0 | 10111 | 101101 | 1001101 | 1101 | 110001 |
Color Harmonies of #848D6D
Complementary color
Monochromatic Colors of #848D6D
Black with #848D6D
Text Example
Text Example
White with #848D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D6D; }
p { color: rgb(132,141,109); }
H1.HeaderClassName
{
color: #848D6D;
}
.AnyTagClassName
{
color: #848D6D;
}
</style>
background-color css
<style>
a { background-color: #848D6D; }
a { background-color: rgb(132,141,109); }
div.DivClassName
{
background-color: #848D6D;
}
.BgClassName
{
background-color: #848D6D;
}
</style>
border-color css
<style>
span { border-color: #848D6D; }
span { border-color: rgb(132,141,109); }
td.TdClassName
{
border-color: #848D6D;
}
.TagClassName
{
border-color: #848D6D;
}
</style>