Shades of Bitter #84856B
Tints of Bitter #84856B
RGB
CMYK
RGB Variations
Color information
#84856B (or 0x84856B) is known color: Bitter. HEX triplet: 84, 85 and 6B. RGB value is (132,133,107). Sum of RGB (Red+Green+Blue) = 132+133+107=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #84856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856B is #7B7A94. Grayscale: #818181. Windows color (decimal): -8092309 or 7046532. OLE color: 7046532.
HSL color Cylindrical-coordinate representation of color #84856B: hue angle of 62.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84856B is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 107 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.48 |
| HSL | 62.31º | 0.11% | 0.47% | - |
| HSV(B) | 62.31º | 0.2% | 0.52% | - |
| XYZ | 20.56 | 22.74 | 17.22 | - |
| YUV | 129.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 107 | 0.01 | 0 | 0.20 | 0.48 | 62.31 | 0.11 | 0.47 |
| Hex | 84 | 85 | 6B | 1 | 0 | 14 | 30 | 3E | B | 2F |
| Octal | 204 | 205 | 153 | 1 | 0 | 24 | 60 | 76 | 13 | 57 |
| Binary | 10000100 | 10000101 | 1101011 | 1 | 0 | 10100 | 110000 | 111110 | 1011 | 101111 |
Color Harmonies of #84856B
Complementary color
Monochromatic Colors of #84856B
Black with #84856B
Text Example
Text Example
White with #84856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84856B; }
p { color: rgb(132,133,107); }
H1.HeaderClassName
{
color: #84856B;
}
.AnyTagClassName
{
color: #84856B;
}
</style>
background-color css
<style>
a { background-color: #84856B; }
a { background-color: rgb(132,133,107); }
div.DivClassName
{
background-color: #84856B;
}
.BgClassName
{
background-color: #84856B;
}
</style>
border-color css
<style>
span { border-color: #84856B; }
span { border-color: rgb(132,133,107); }
td.TdClassName
{
border-color: #84856B;
}
.TagClassName
{
border-color: #84856B;
}
</style>