Shades of Bandicoot #868263
Tints of Bandicoot #868263
RGB
CMYK
RGB Variations
Color information
#868263 (or 0x868263) is known color: Bandicoot. HEX triplet: 86, 82 and 63. RGB value is (134,130,99). Sum of RGB (Red+Green+Blue) = 134+130+99=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #868263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868263 is #797D9C. Grayscale: #7F7F7F. Windows color (decimal): -7962013 or 6521478. OLE color: 6521478.
HSL color Cylindrical-coordinate representation of color #868263: hue angle of 53.14º 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 #868263 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 99 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.47 |
| HSL | 53.14º | 0.15% | 0.46% | - |
| HSV(B) | 53.14º | 0.26% | 0.53% | - |
| XYZ | 20.07 | 21.93 | 14.98 | - |
| YUV | 127.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 99 | 0 | 0.03 | 0.26 | 0.47 | 53.14 | 0.15 | 0.46 |
| Hex | 86 | 82 | 63 | 0 | 3 | 1A | 2F | 35 | F | 2E |
| Octal | 206 | 202 | 143 | 0 | 3 | 32 | 57 | 65 | 17 | 56 |
| Binary | 10000110 | 10000010 | 1100011 | 0 | 11 | 11010 | 101111 | 110101 | 1111 | 101110 |
Color Harmonies of #868263
Complementary color
Monochromatic Colors of #868263
Black with #868263
Text Example
Text Example
White with #868263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868263; }
p { color: rgb(134,130,99); }
H1.HeaderClassName
{
color: #868263;
}
.AnyTagClassName
{
color: #868263;
}
</style>
background-color css
<style>
a { background-color: #868263; }
a { background-color: rgb(134,130,99); }
div.DivClassName
{
background-color: #868263;
}
.BgClassName
{
background-color: #868263;
}
</style>
border-color css
<style>
span { border-color: #868263; }
span { border-color: rgb(134,130,99); }
td.TdClassName
{
border-color: #868263;
}
.TagClassName
{
border-color: #868263;
}
</style>