Shades of Bitter #84876D
Tints of Bitter #84876D
RGB
CMYK
RGB Variations
Color information
#84876D (or 0x84876D) is known color: Bitter. HEX triplet: 84, 87 and 6D. RGB value is (132,135,109). Sum of RGB (Red+Green+Blue) = 132+135+109=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #84876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84876D is #7B7892. Grayscale: #838383. Windows color (decimal): -8091795 or 7178116. OLE color: 7178116.
HSL color Cylindrical-coordinate representation of color #84876D: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84876D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 109 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.47 |
| HSL | 66.92º | 0.11% | 0.48% | - |
| HSV(B) | 66.92º | 0.19% | 0.53% | - |
| XYZ | 20.94 | 23.34 | 17.87 | - |
| YUV | 131.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 109 | 0.02 | 0 | 0.19 | 0.47 | 66.92 | 0.11 | 0.48 |
| Hex | 84 | 87 | 6D | 2 | 0 | 13 | 2F | 43 | B | 30 |
| Octal | 204 | 207 | 155 | 2 | 0 | 23 | 57 | 103 | 13 | 60 |
| Binary | 10000100 | 10000111 | 1101101 | 10 | 0 | 10011 | 101111 | 1000011 | 1011 | 110000 |
Color Harmonies of #84876D
Complementary color
Monochromatic Colors of #84876D
Black with #84876D
Text Example
Text Example
White with #84876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84876D; }
p { color: rgb(132,135,109); }
H1.HeaderClassName
{
color: #84876D;
}
.AnyTagClassName
{
color: #84876D;
}
</style>
background-color css
<style>
a { background-color: #84876D; }
a { background-color: rgb(132,135,109); }
div.DivClassName
{
background-color: #84876D;
}
.BgClassName
{
background-color: #84876D;
}
</style>
border-color css
<style>
span { border-color: #84876D; }
span { border-color: rgb(132,135,109); }
td.TdClassName
{
border-color: #84876D;
}
.TagClassName
{
border-color: #84876D;
}
</style>