Shades of Bitter #808460
Tints of Bitter #808460
RGB
CMYK
RGB Variations
Color information
#808460 (or 0x808460) is known color: Bitter. HEX triplet: 80, 84 and 60. RGB value is (128,132,96). Sum of RGB (Red+Green+Blue) = 128+132+96=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #808460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808460 is #7F7B9F. Grayscale: #7E7E7E. Windows color (decimal): -8354720 or 6325376. OLE color: 6325376.
HSL color Cylindrical-coordinate representation of color #808460: hue angle of 66.67º 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 #808460 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 96 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.48 |
| HSL | 66.67º | 0.16% | 0.45% | - |
| HSV(B) | 66.67º | 0.27% | 0.52% | - |
| XYZ | 19.26 | 21.94 | 14.29 | - |
| YUV | 126.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 96 | 0.03 | 0 | 0.27 | 0.48 | 66.67 | 0.16 | 0.45 |
| Hex | 80 | 84 | 60 | 3 | 0 | 1B | 30 | 43 | 10 | 2D |
| Octal | 200 | 204 | 140 | 3 | 0 | 33 | 60 | 103 | 20 | 55 |
| Binary | 10000000 | 10000100 | 1100000 | 11 | 0 | 11011 | 110000 | 1000011 | 10000 | 101101 |
Color Harmonies of #808460
Complementary color
Monochromatic Colors of #808460
Black with #808460
Text Example
Text Example
White with #808460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808460; }
p { color: rgb(128,132,96); }
H1.HeaderClassName
{
color: #808460;
}
.AnyTagClassName
{
color: #808460;
}
</style>
background-color css
<style>
a { background-color: #808460; }
a { background-color: rgb(128,132,96); }
div.DivClassName
{
background-color: #808460;
}
.BgClassName
{
background-color: #808460;
}
</style>
border-color css
<style>
span { border-color: #808460; }
span { border-color: rgb(128,132,96); }
td.TdClassName
{
border-color: #808460;
}
.TagClassName
{
border-color: #808460;
}
</style>