Shades of Bitter #84866C
Tints of Bitter #84866C
RGB
CMYK
RGB Variations
Color information
#84866C (or 0x84866C) is known color: Bitter. HEX triplet: 84, 86 and 6C. RGB value is (132,134,108). Sum of RGB (Red+Green+Blue) = 132+134+108=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #84866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84866C is #7B7993. Grayscale: #828282. Windows color (decimal): -8092052 or 7112324. OLE color: 7112324.
HSL color Cylindrical-coordinate representation of color #84866C: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84866C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 108 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.47 |
| HSL | 64.62º | 0.11% | 0.47% | - |
| HSV(B) | 64.62º | 0.19% | 0.53% | - |
| XYZ | 20.75 | 23.04 | 17.54 | - |
| YUV | 130.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 108 | 0.01 | 0 | 0.19 | 0.47 | 64.62 | 0.11 | 0.47 |
| Hex | 84 | 86 | 6C | 1 | 0 | 13 | 2F | 41 | B | 2F |
| Octal | 204 | 206 | 154 | 1 | 0 | 23 | 57 | 101 | 13 | 57 |
| Binary | 10000100 | 10000110 | 1101100 | 1 | 0 | 10011 | 101111 | 1000001 | 1011 | 101111 |
Color Harmonies of #84866C
Complementary color
Monochromatic Colors of #84866C
Black with #84866C
Text Example
Text Example
White with #84866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84866C; }
p { color: rgb(132,134,108); }
H1.HeaderClassName
{
color: #84866C;
}
.AnyTagClassName
{
color: #84866C;
}
</style>
background-color css
<style>
a { background-color: #84866C; }
a { background-color: rgb(132,134,108); }
div.DivClassName
{
background-color: #84866C;
}
.BgClassName
{
background-color: #84866C;
}
</style>
border-color css
<style>
span { border-color: #84866C; }
span { border-color: rgb(132,134,108); }
td.TdClassName
{
border-color: #84866C;
}
.TagClassName
{
border-color: #84866C;
}
</style>