Shades of Bitter #848761
Tints of Bitter #848761
RGB
CMYK
RGB Variations
Color information
#848761 (or 0x848761) is known color: Bitter. HEX triplet: 84, 87 and 61. RGB value is (132,135,97). Sum of RGB (Red+Green+Blue) = 132+135+97=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #848761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848761 is #7B789E. Grayscale: #818181. Windows color (decimal): -8091807 or 6391684. OLE color: 6391684.
HSL color Cylindrical-coordinate representation of color #848761: hue angle of 64.74º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848761 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 97 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.47 |
| HSL | 64.74º | 0.16% | 0.45% | - |
| HSV(B) | 64.74º | 0.28% | 0.53% | - |
| XYZ | 20.34 | 23.1 | 14.7 | - |
| YUV | 129.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 97 | 0.02 | 0 | 0.28 | 0.47 | 64.74 | 0.16 | 0.45 |
| Hex | 84 | 87 | 61 | 2 | 0 | 1C | 2F | 41 | 10 | 2D |
| Octal | 204 | 207 | 141 | 2 | 0 | 34 | 57 | 101 | 20 | 55 |
| Binary | 10000100 | 10000111 | 1100001 | 10 | 0 | 11100 | 101111 | 1000001 | 10000 | 101101 |
Color Harmonies of #848761
Complementary color
Monochromatic Colors of #848761
Black with #848761
Text Example
Text Example
White with #848761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848761; }
p { color: rgb(132,135,97); }
H1.HeaderClassName
{
color: #848761;
}
.AnyTagClassName
{
color: #848761;
}
</style>
background-color css
<style>
a { background-color: #848761; }
a { background-color: rgb(132,135,97); }
div.DivClassName
{
background-color: #848761;
}
.BgClassName
{
background-color: #848761;
}
</style>
border-color css
<style>
span { border-color: #848761; }
span { border-color: rgb(132,135,97); }
td.TdClassName
{
border-color: #848761;
}
.TagClassName
{
border-color: #848761;
}
</style>