Shades of Bandicoot #868160
Tints of Bandicoot #868160
RGB
CMYK
RGB Variations
Color information
#868160 (or 0x868160) is known color: Bandicoot. HEX triplet: 86, 81 and 60. RGB value is (134,129,96). Sum of RGB (Red+Green+Blue) = 134+129+96=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #868160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868160 is #797E9F. Grayscale: #7E7E7E. Windows color (decimal): -7962272 or 6324614. OLE color: 6324614.
HSL color Cylindrical-coordinate representation of color #868160: hue angle of 52.11º 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 #868160 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 96 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.47 |
| HSL | 52.11º | 0.17% | 0.45% | - |
| HSV(B) | 52.11º | 0.28% | 0.53% | - |
| XYZ | 19.79 | 21.61 | 14.19 | - |
| YUV | 126.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 96 | 0 | 0.04 | 0.28 | 0.47 | 52.11 | 0.17 | 0.45 |
| Hex | 86 | 81 | 60 | 0 | 4 | 1C | 2F | 34 | 11 | 2D |
| Octal | 206 | 201 | 140 | 0 | 4 | 34 | 57 | 64 | 21 | 55 |
| Binary | 10000110 | 10000001 | 1100000 | 0 | 100 | 11100 | 101111 | 110100 | 10001 | 101101 |
Color Harmonies of #868160
Complementary color
Monochromatic Colors of #868160
Black with #868160
Text Example
Text Example
White with #868160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868160; }
p { color: rgb(134,129,96); }
H1.HeaderClassName
{
color: #868160;
}
.AnyTagClassName
{
color: #868160;
}
</style>
background-color css
<style>
a { background-color: #868160; }
a { background-color: rgb(134,129,96); }
div.DivClassName
{
background-color: #868160;
}
.BgClassName
{
background-color: #868160;
}
</style>
border-color css
<style>
span { border-color: #868160; }
span { border-color: rgb(134,129,96); }
td.TdClassName
{
border-color: #868160;
}
.TagClassName
{
border-color: #868160;
}
</style>