Shades of Bitter #84896C
Tints of Bitter #84896C
RGB
CMYK
RGB Variations
Color information
#84896C (or 0x84896C) is known color: Bitter. HEX triplet: 84, 89 and 6C. RGB value is (132,137,108). Sum of RGB (Red+Green+Blue) = 132+137+108=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #84896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84896C is #7B7693. Grayscale: #848484. Windows color (decimal): -8091284 or 7113092. OLE color: 7113092.
HSL color Cylindrical-coordinate representation of color #84896C: hue angle of 70.34º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84896C is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 108 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.46 |
| HSL | 70.34º | 0.12% | 0.48% | - |
| HSV(B) | 70.34º | 0.21% | 0.54% | - |
| XYZ | 21.17 | 23.88 | 17.68 | - |
| YUV | 132.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 108 | 0.04 | 0 | 0.21 | 0.46 | 70.34 | 0.12 | 0.48 |
| Hex | 84 | 89 | 6C | 4 | 0 | 15 | 2E | 46 | C | 30 |
| Octal | 204 | 211 | 154 | 4 | 0 | 25 | 56 | 106 | 14 | 60 |
| Binary | 10000100 | 10001001 | 1101100 | 100 | 0 | 10101 | 101110 | 1000110 | 1100 | 110000 |
Color Harmonies of #84896C
Complementary color
Monochromatic Colors of #84896C
Black with #84896C
Text Example
Text Example
White with #84896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84896C; }
p { color: rgb(132,137,108); }
H1.HeaderClassName
{
color: #84896C;
}
.AnyTagClassName
{
color: #84896C;
}
</style>
background-color css
<style>
a { background-color: #84896C; }
a { background-color: rgb(132,137,108); }
div.DivClassName
{
background-color: #84896C;
}
.BgClassName
{
background-color: #84896C;
}
</style>
border-color css
<style>
span { border-color: #84896C; }
span { border-color: rgb(132,137,108); }
td.TdClassName
{
border-color: #84896C;
}
.TagClassName
{
border-color: #84896C;
}
</style>