Shades of Bitter #808663
Tints of Bitter #808663
RGB
CMYK
RGB Variations
Color information
#808663 (or 0x808663) is known color: Bitter. HEX triplet: 80, 86 and 63. RGB value is (128,134,99). Sum of RGB (Red+Green+Blue) = 128+134+99=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #808663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808663 is #7F799C. Grayscale: #808080. Windows color (decimal): -8354205 or 6522496. OLE color: 6522496.
HSL color Cylindrical-coordinate representation of color #808663: hue angle of 70.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808663 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 99 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.47 |
| HSL | 70.29º | 0.15% | 0.46% | - |
| HSV(B) | 70.29º | 0.26% | 0.53% | - |
| XYZ | 19.68 | 22.54 | 15.12 | - |
| YUV | 128.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 99 | 0.04 | 0 | 0.26 | 0.47 | 70.29 | 0.15 | 0.46 |
| Hex | 80 | 86 | 63 | 4 | 0 | 1A | 2F | 46 | F | 2E |
| Octal | 200 | 206 | 143 | 4 | 0 | 32 | 57 | 106 | 17 | 56 |
| Binary | 10000000 | 10000110 | 1100011 | 100 | 0 | 11010 | 101111 | 1000110 | 1111 | 101110 |
Color Harmonies of #808663
Complementary color
Monochromatic Colors of #808663
Black with #808663
Text Example
Text Example
White with #808663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808663; }
p { color: rgb(128,134,99); }
H1.HeaderClassName
{
color: #808663;
}
.AnyTagClassName
{
color: #808663;
}
</style>
background-color css
<style>
a { background-color: #808663; }
a { background-color: rgb(128,134,99); }
div.DivClassName
{
background-color: #808663;
}
.BgClassName
{
background-color: #808663;
}
</style>
border-color css
<style>
span { border-color: #808663; }
span { border-color: rgb(128,134,99); }
td.TdClassName
{
border-color: #808663;
}
.TagClassName
{
border-color: #808663;
}
</style>