Shades of Bandicoot #868560
Tints of Bandicoot #868560
RGB
CMYK
RGB Variations
Color information
#868560 (or 0x868560) is known color: Bandicoot. HEX triplet: 86, 85 and 60. RGB value is (134,133,96). Sum of RGB (Red+Green+Blue) = 134+133+96=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #868560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868560 is #797A9F. Grayscale: #818181. Windows color (decimal): -7961248 or 6325638. OLE color: 6325638.
HSL color Cylindrical-coordinate representation of color #868560: hue angle of 58.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868560 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 96 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.47 |
| HSL | 58.42º | 0.17% | 0.45% | - |
| HSV(B) | 58.42º | 0.28% | 0.53% | - |
| XYZ | 20.33 | 22.69 | 14.37 | - |
| YUV | 129.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 96 | 0 | 0.01 | 0.28 | 0.47 | 58.42 | 0.17 | 0.45 |
| Hex | 86 | 85 | 60 | 0 | 1 | 1C | 2F | 3A | 11 | 2D |
| Octal | 206 | 205 | 140 | 0 | 1 | 34 | 57 | 72 | 21 | 55 |
| Binary | 10000110 | 10000101 | 1100000 | 0 | 1 | 11100 | 101111 | 111010 | 10001 | 101101 |
Color Harmonies of #868560
Complementary color
Monochromatic Colors of #868560
Black with #868560
Text Example
Text Example
White with #868560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868560; }
p { color: rgb(134,133,96); }
H1.HeaderClassName
{
color: #868560;
}
.AnyTagClassName
{
color: #868560;
}
</style>
background-color css
<style>
a { background-color: #868560; }
a { background-color: rgb(134,133,96); }
div.DivClassName
{
background-color: #868560;
}
.BgClassName
{
background-color: #868560;
}
</style>
border-color css
<style>
span { border-color: #868560; }
span { border-color: rgb(134,133,96); }
td.TdClassName
{
border-color: #868560;
}
.TagClassName
{
border-color: #868560;
}
</style>