Shades of Bitter #808A63
Tints of Bitter #808A63
RGB
CMYK
RGB Variations
Color information
#808A63 (or 0x808A63) is known color: Bitter. HEX triplet: 80, 8A and 63. RGB value is (128,138,99). Sum of RGB (Red+Green+Blue) = 128+138+99=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #808A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A63 is #7F759C. Grayscale: #828282. Windows color (decimal): -8353181 or 6523520. OLE color: 6523520.
HSL color Cylindrical-coordinate representation of color #808A63: hue angle of 75.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #808A63 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 99 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.46 |
| HSL | 75.38º | 0.16% | 0.46% | - |
| HSV(B) | 75.38º | 0.28% | 0.54% | - |
| XYZ | 20.24 | 23.67 | 15.31 | - |
| YUV | 130.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 99 | 0.07 | 0 | 0.28 | 0.46 | 75.38 | 0.16 | 0.46 |
| Hex | 80 | 8A | 63 | 7 | 0 | 1C | 2E | 4B | 10 | 2E |
| Octal | 200 | 212 | 143 | 7 | 0 | 34 | 56 | 113 | 20 | 56 |
| Binary | 10000000 | 10001010 | 1100011 | 111 | 0 | 11100 | 101110 | 1001011 | 10000 | 101110 |
Color Harmonies of #808A63
Complementary color
Monochromatic Colors of #808A63
Black with #808A63
Text Example
Text Example
White with #808A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A63; }
p { color: rgb(128,138,99); }
H1.HeaderClassName
{
color: #808A63;
}
.AnyTagClassName
{
color: #808A63;
}
</style>
background-color css
<style>
a { background-color: #808A63; }
a { background-color: rgb(128,138,99); }
div.DivClassName
{
background-color: #808A63;
}
.BgClassName
{
background-color: #808A63;
}
</style>
border-color css
<style>
span { border-color: #808A63; }
span { border-color: rgb(128,138,99); }
td.TdClassName
{
border-color: #808A63;
}
.TagClassName
{
border-color: #808A63;
}
</style>