Shades of Bitter #84866A
Tints of Bitter #84866A
RGB
CMYK
RGB Variations
Color information
#84866A (or 0x84866A) is known color: Bitter. HEX triplet: 84, 86 and 6A. RGB value is (132,134,106). Sum of RGB (Red+Green+Blue) = 132+134+106=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #84866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84866A is #7B7995. Grayscale: #828282. Windows color (decimal): -8092054 or 6981252. OLE color: 6981252.
HSL color Cylindrical-coordinate representation of color #84866A: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84866A is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 106 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.47 |
| HSL | 64.29º | 0.12% | 0.47% | - |
| HSV(B) | 64.29º | 0.21% | 0.53% | - |
| XYZ | 20.64 | 23 | 16.99 | - |
| YUV | 130.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 106 | 0.01 | 0 | 0.21 | 0.47 | 64.29 | 0.12 | 0.47 |
| Hex | 84 | 86 | 6A | 1 | 0 | 15 | 2F | 40 | C | 2F |
| Octal | 204 | 206 | 152 | 1 | 0 | 25 | 57 | 100 | 14 | 57 |
| Binary | 10000100 | 10000110 | 1101010 | 1 | 0 | 10101 | 101111 | 1000000 | 1100 | 101111 |
Color Harmonies of #84866A
Complementary color
Monochromatic Colors of #84866A
Black with #84866A
Text Example
Text Example
White with #84866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84866A; }
p { color: rgb(132,134,106); }
H1.HeaderClassName
{
color: #84866A;
}
.AnyTagClassName
{
color: #84866A;
}
</style>
background-color css
<style>
a { background-color: #84866A; }
a { background-color: rgb(132,134,106); }
div.DivClassName
{
background-color: #84866A;
}
.BgClassName
{
background-color: #84866A;
}
</style>
border-color css
<style>
span { border-color: #84866A; }
span { border-color: rgb(132,134,106); }
td.TdClassName
{
border-color: #84866A;
}
.TagClassName
{
border-color: #84866A;
}
</style>