Shades of Bitter #808561
Tints of Bitter #808561
RGB
CMYK
RGB Variations
Color information
#808561 (or 0x808561) is known color: Bitter. HEX triplet: 80, 85 and 61. RGB value is (128,133,97). Sum of RGB (Red+Green+Blue) = 128+133+97=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #808561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808561 is #7F7A9E. Grayscale: #7F7F7F. Windows color (decimal): -8354463 or 6391168. OLE color: 6391168.
HSL color Cylindrical-coordinate representation of color #808561: hue angle of 68.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #808561 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 97 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.48 |
| HSL | 68.33º | 0.16% | 0.45% | - |
| HSV(B) | 68.33º | 0.27% | 0.52% | - |
| XYZ | 19.45 | 22.23 | 14.57 | - |
| YUV | 127.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 97 | 0.04 | 0 | 0.27 | 0.48 | 68.33 | 0.16 | 0.45 |
| Hex | 80 | 85 | 61 | 4 | 0 | 1B | 30 | 44 | 10 | 2D |
| Octal | 200 | 205 | 141 | 4 | 0 | 33 | 60 | 104 | 20 | 55 |
| Binary | 10000000 | 10000101 | 1100001 | 100 | 0 | 11011 | 110000 | 1000100 | 10000 | 101101 |
Color Harmonies of #808561
Complementary color
Monochromatic Colors of #808561
Black with #808561
Text Example
Text Example
White with #808561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808561; }
p { color: rgb(128,133,97); }
H1.HeaderClassName
{
color: #808561;
}
.AnyTagClassName
{
color: #808561;
}
</style>
background-color css
<style>
a { background-color: #808561; }
a { background-color: rgb(128,133,97); }
div.DivClassName
{
background-color: #808561;
}
.BgClassName
{
background-color: #808561;
}
</style>
border-color css
<style>
span { border-color: #808561; }
span { border-color: rgb(128,133,97); }
td.TdClassName
{
border-color: #808561;
}
.TagClassName
{
border-color: #808561;
}
</style>