Shades of Bitter #84896D
Tints of Bitter #84896D
RGB
CMYK
RGB Variations
Color information
#84896D (or 0x84896D) is known color: Bitter. HEX triplet: 84, 89 and 6D. RGB value is (132,137,109). Sum of RGB (Red+Green+Blue) = 132+137+109=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #84896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84896D is #7B7692. Grayscale: #848484. Windows color (decimal): -8091283 or 7178628. OLE color: 7178628.
HSL color Cylindrical-coordinate representation of color #84896D: hue angle of 70.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84896D is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 109 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.46 |
| HSL | 70.71º | 0.11% | 0.48% | - |
| HSV(B) | 70.71º | 0.2% | 0.54% | - |
| XYZ | 21.22 | 23.9 | 17.96 | - |
| YUV | 132.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 109 | 0.04 | 0 | 0.20 | 0.46 | 70.71 | 0.11 | 0.48 |
| Hex | 84 | 89 | 6D | 4 | 0 | 14 | 2E | 47 | B | 30 |
| Octal | 204 | 211 | 155 | 4 | 0 | 24 | 56 | 107 | 13 | 60 |
| Binary | 10000100 | 10001001 | 1101101 | 100 | 0 | 10100 | 101110 | 1000111 | 1011 | 110000 |
Color Harmonies of #84896D
Complementary color
Monochromatic Colors of #84896D
Black with #84896D
Text Example
Text Example
White with #84896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84896D; }
p { color: rgb(132,137,109); }
H1.HeaderClassName
{
color: #84896D;
}
.AnyTagClassName
{
color: #84896D;
}
</style>
background-color css
<style>
a { background-color: #84896D; }
a { background-color: rgb(132,137,109); }
div.DivClassName
{
background-color: #84896D;
}
.BgClassName
{
background-color: #84896D;
}
</style>
border-color css
<style>
span { border-color: #84896D; }
span { border-color: rgb(132,137,109); }
td.TdClassName
{
border-color: #84896D;
}
.TagClassName
{
border-color: #84896D;
}
</style>