Shades of Bitter #84856C
Tints of Bitter #84856C
RGB
CMYK
RGB Variations
Color information
#84856C (or 0x84856C) is known color: Bitter. HEX triplet: 84, 85 and 6C. RGB value is (132,133,108). Sum of RGB (Red+Green+Blue) = 132+133+108=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #84856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856C is #7B7A93. Grayscale: #818181. Windows color (decimal): -8092308 or 7112068. OLE color: 7112068.
HSL color Cylindrical-coordinate representation of color #84856C: hue angle of 62.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84856C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 108 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.48 |
| HSL | 62.4º | 0.1% | 0.47% | - |
| HSV(B) | 62.4º | 0.19% | 0.52% | - |
| XYZ | 20.61 | 22.76 | 17.49 | - |
| YUV | 129.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 108 | 0.01 | 0 | 0.19 | 0.48 | 62.4 | 0.1 | 0.47 |
| Hex | 84 | 85 | 6C | 1 | 0 | 13 | 30 | 3E | A | 2F |
| Octal | 204 | 205 | 154 | 1 | 0 | 23 | 60 | 76 | 12 | 57 |
| Binary | 10000100 | 10000101 | 1101100 | 1 | 0 | 10011 | 110000 | 111110 | 1010 | 101111 |
Color Harmonies of #84856C
Complementary color
Monochromatic Colors of #84856C
Black with #84856C
Text Example
Text Example
White with #84856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84856C; }
p { color: rgb(132,133,108); }
H1.HeaderClassName
{
color: #84856C;
}
.AnyTagClassName
{
color: #84856C;
}
</style>
background-color css
<style>
a { background-color: #84856C; }
a { background-color: rgb(132,133,108); }
div.DivClassName
{
background-color: #84856C;
}
.BgClassName
{
background-color: #84856C;
}
</style>
border-color css
<style>
span { border-color: #84856C; }
span { border-color: rgb(132,133,108); }
td.TdClassName
{
border-color: #84856C;
}
.TagClassName
{
border-color: #84856C;
}
</style>