Shades of Bandicoot #808063
Tints of Bandicoot #808063
RGB
CMYK
RGB Variations
Color information
#808063 (or 0x808063) is known color: Bandicoot. HEX triplet: 80, 80 and 63. RGB value is (128,128,99). Sum of RGB (Red+Green+Blue) = 128+128+99=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808063 is #7F7F9C. Grayscale: #7C7C7C. Windows color (decimal): -8355741 or 6520960. OLE color: 6520960.
HSL color Cylindrical-coordinate representation of color #808063: hue angle of 60º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808063 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 99 | - |
| CMYK | 0 | 0 | 0.23 | 0.50 |
| HSL | 60º | 0.13% | 0.45% | - |
| HSV(B) | 60º | 0.23% | 0.5% | - |
| XYZ | 18.87 | 20.93 | 14.85 | - |
| YUV | 124.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 99 | 0 | 0 | 0.23 | 0.50 | 60 | 0.13 | 0.45 |
| Hex | 80 | 80 | 63 | 0 | 0 | 17 | 32 | 3C | D | 2D |
| Octal | 200 | 200 | 143 | 0 | 0 | 27 | 62 | 74 | 15 | 55 |
| Binary | 10000000 | 10000000 | 1100011 | 0 | 0 | 10111 | 110010 | 111100 | 1101 | 101101 |
Color Harmonies of #808063
Complementary color
Monochromatic Colors of #808063
Black with #808063
Text Example
Text Example
White with #808063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808063; }
p { color: rgb(128,128,99); }
H1.HeaderClassName
{
color: #808063;
}
.AnyTagClassName
{
color: #808063;
}
</style>
background-color css
<style>
a { background-color: #808063; }
a { background-color: rgb(128,128,99); }
div.DivClassName
{
background-color: #808063;
}
.BgClassName
{
background-color: #808063;
}
</style>
border-color css
<style>
span { border-color: #808063; }
span { border-color: rgb(128,128,99); }
td.TdClassName
{
border-color: #808063;
}
.TagClassName
{
border-color: #808063;
}
</style>