Shades of Bitter #84896F
Tints of Bitter #84896F
RGB
CMYK
RGB Variations
Color information
#84896F (or 0x84896F) is known color: Bitter. HEX triplet: 84, 89 and 6F. RGB value is (132,137,111). Sum of RGB (Red+Green+Blue) = 132+137+111=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #84896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84896F is #7B7690. Grayscale: #848484. Windows color (decimal): -8091281 or 7309700. OLE color: 7309700.
HSL color Cylindrical-coordinate representation of color #84896F: hue angle of 71.54º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84896F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 111 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.46 |
| HSL | 71.54º | 0.1% | 0.49% | - |
| HSV(B) | 71.54º | 0.19% | 0.54% | - |
| XYZ | 21.33 | 23.94 | 18.54 | - |
| YUV | 132.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 111 | 0.04 | 0 | 0.19 | 0.46 | 71.54 | 0.1 | 0.49 |
| Hex | 84 | 89 | 6F | 4 | 0 | 13 | 2E | 48 | A | 31 |
| Octal | 204 | 211 | 157 | 4 | 0 | 23 | 56 | 110 | 12 | 61 |
| Binary | 10000100 | 10001001 | 1101111 | 100 | 0 | 10011 | 101110 | 1001000 | 1010 | 110001 |
Color Harmonies of #84896F
Complementary color
Monochromatic Colors of #84896F
Black with #84896F
Text Example
Text Example
White with #84896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84896F; }
p { color: rgb(132,137,111); }
H1.HeaderClassName
{
color: #84896F;
}
.AnyTagClassName
{
color: #84896F;
}
</style>
background-color css
<style>
a { background-color: #84896F; }
a { background-color: rgb(132,137,111); }
div.DivClassName
{
background-color: #84896F;
}
.BgClassName
{
background-color: #84896F;
}
</style>
border-color css
<style>
span { border-color: #84896F; }
span { border-color: rgb(132,137,111); }
td.TdClassName
{
border-color: #84896F;
}
.TagClassName
{
border-color: #84896F;
}
</style>