Shades of Bitter #808565
Tints of Bitter #808565
RGB
CMYK
RGB Variations
Color information
#808565 (or 0x808565) is known color: Bitter. HEX triplet: 80, 85 and 65. RGB value is (128,133,101). Sum of RGB (Red+Green+Blue) = 128+133+101=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #808565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808565 is #7F7A9A. Grayscale: #7F7F7F. Windows color (decimal): -8354459 or 6653312. OLE color: 6653312.
HSL color Cylindrical-coordinate representation of color #808565: hue angle of 69.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #808565 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 101 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.48 |
| HSL | 69.38º | 0.14% | 0.46% | - |
| HSV(B) | 69.38º | 0.24% | 0.52% | - |
| XYZ | 19.64 | 22.3 | 15.58 | - |
| YUV | 127.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 101 | 0.04 | 0 | 0.24 | 0.48 | 69.38 | 0.14 | 0.46 |
| Hex | 80 | 85 | 65 | 4 | 0 | 18 | 30 | 45 | E | 2E |
| Octal | 200 | 205 | 145 | 4 | 0 | 30 | 60 | 105 | 16 | 56 |
| Binary | 10000000 | 10000101 | 1100101 | 100 | 0 | 11000 | 110000 | 1000101 | 1110 | 101110 |
Color Harmonies of #808565
Complementary color
Monochromatic Colors of #808565
Black with #808565
Text Example
Text Example
White with #808565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808565; }
p { color: rgb(128,133,101); }
H1.HeaderClassName
{
color: #808565;
}
.AnyTagClassName
{
color: #808565;
}
</style>
background-color css
<style>
a { background-color: #808565; }
a { background-color: rgb(128,133,101); }
div.DivClassName
{
background-color: #808565;
}
.BgClassName
{
background-color: #808565;
}
</style>
border-color css
<style>
span { border-color: #808565; }
span { border-color: rgb(128,133,101); }
td.TdClassName
{
border-color: #808565;
}
.TagClassName
{
border-color: #808565;
}
</style>