Shades of Bitter #84866E
Tints of Bitter #84866E
RGB
CMYK
RGB Variations
Color information
#84866E (or 0x84866E) is known color: Bitter. HEX triplet: 84, 86 and 6E. RGB value is (132,134,110). Sum of RGB (Red+Green+Blue) = 132+134+110=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #84866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84866E is #7B7991. Grayscale: #828282. Windows color (decimal): -8092050 or 7243396. OLE color: 7243396.
HSL color Cylindrical-coordinate representation of color #84866E: hue angle of 65º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84866E is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 110 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.47 |
| HSL | 65º | 0.1% | 0.48% | - |
| HSV(B) | 65º | 0.18% | 0.53% | - |
| XYZ | 20.86 | 23.08 | 18.11 | - |
| YUV | 130.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 110 | 0.01 | 0 | 0.18 | 0.47 | 65 | 0.1 | 0.48 |
| Hex | 84 | 86 | 6E | 1 | 0 | 12 | 2F | 41 | A | 30 |
| Octal | 204 | 206 | 156 | 1 | 0 | 22 | 57 | 101 | 12 | 60 |
| Binary | 10000100 | 10000110 | 1101110 | 1 | 0 | 10010 | 101111 | 1000001 | 1010 | 110000 |
Color Harmonies of #84866E
Complementary color
Monochromatic Colors of #84866E
Black with #84866E
Text Example
Text Example
White with #84866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84866E; }
p { color: rgb(132,134,110); }
H1.HeaderClassName
{
color: #84866E;
}
.AnyTagClassName
{
color: #84866E;
}
</style>
background-color css
<style>
a { background-color: #84866E; }
a { background-color: rgb(132,134,110); }
div.DivClassName
{
background-color: #84866E;
}
.BgClassName
{
background-color: #84866E;
}
</style>
border-color css
<style>
span { border-color: #84866E; }
span { border-color: rgb(132,134,110); }
td.TdClassName
{
border-color: #84866E;
}
.TagClassName
{
border-color: #84866E;
}
</style>