Shades of Bitter #84886B
Tints of Bitter #84886B
RGB
CMYK
RGB Variations
Color information
#84886B (or 0x84886B) is known color: Bitter. HEX triplet: 84, 88 and 6B. RGB value is (132,136,107). Sum of RGB (Red+Green+Blue) = 132+136+107=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #84886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84886B is #7B7794. Grayscale: #838383. Windows color (decimal): -8091541 or 7047300. OLE color: 7047300.
HSL color Cylindrical-coordinate representation of color #84886B: hue angle of 68.28º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84886B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 107 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.47 |
| HSL | 68.28º | 0.12% | 0.48% | - |
| HSV(B) | 68.28º | 0.21% | 0.53% | - |
| XYZ | 20.97 | 23.58 | 17.35 | - |
| YUV | 131.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 107 | 0.03 | 0 | 0.21 | 0.47 | 68.28 | 0.12 | 0.48 |
| Hex | 84 | 88 | 6B | 3 | 0 | 15 | 2F | 44 | C | 30 |
| Octal | 204 | 210 | 153 | 3 | 0 | 25 | 57 | 104 | 14 | 60 |
| Binary | 10000100 | 10001000 | 1101011 | 11 | 0 | 10101 | 101111 | 1000100 | 1100 | 110000 |
Color Harmonies of #84886B
Complementary color
Monochromatic Colors of #84886B
Black with #84886B
Text Example
Text Example
White with #84886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84886B; }
p { color: rgb(132,136,107); }
H1.HeaderClassName
{
color: #84886B;
}
.AnyTagClassName
{
color: #84886B;
}
</style>
background-color css
<style>
a { background-color: #84886B; }
a { background-color: rgb(132,136,107); }
div.DivClassName
{
background-color: #84886B;
}
.BgClassName
{
background-color: #84886B;
}
</style>
border-color css
<style>
span { border-color: #84886B; }
span { border-color: rgb(132,136,107); }
td.TdClassName
{
border-color: #84886B;
}
.TagClassName
{
border-color: #84886B;
}
</style>