Shades of Bandicoot #868162
Tints of Bandicoot #868162
RGB
CMYK
RGB Variations
Color information
#868162 (or 0x868162) is known color: Bandicoot. HEX triplet: 86, 81 and 62. RGB value is (134,129,98). Sum of RGB (Red+Green+Blue) = 134+129+98=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #868162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868162 is #797E9D. Grayscale: #7F7F7F. Windows color (decimal): -7962270 or 6455686. OLE color: 6455686.
HSL color Cylindrical-coordinate representation of color #868162: hue angle of 51.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #868162 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 98 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.47 |
| HSL | 51.67º | 0.16% | 0.45% | - |
| HSV(B) | 51.67º | 0.27% | 0.53% | - |
| XYZ | 19.89 | 21.65 | 14.69 | - |
| YUV | 126.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 98 | 0 | 0.04 | 0.27 | 0.47 | 51.67 | 0.16 | 0.45 |
| Hex | 86 | 81 | 62 | 0 | 4 | 1B | 2F | 34 | 10 | 2D |
| Octal | 206 | 201 | 142 | 0 | 4 | 33 | 57 | 64 | 20 | 55 |
| Binary | 10000110 | 10000001 | 1100010 | 0 | 100 | 11011 | 101111 | 110100 | 10000 | 101101 |
Color Harmonies of #868162
Complementary color
Monochromatic Colors of #868162
Black with #868162
Text Example
Text Example
White with #868162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868162; }
p { color: rgb(134,129,98); }
H1.HeaderClassName
{
color: #868162;
}
.AnyTagClassName
{
color: #868162;
}
</style>
background-color css
<style>
a { background-color: #868162; }
a { background-color: rgb(134,129,98); }
div.DivClassName
{
background-color: #868162;
}
.BgClassName
{
background-color: #868162;
}
</style>
border-color css
<style>
span { border-color: #868162; }
span { border-color: rgb(134,129,98); }
td.TdClassName
{
border-color: #868162;
}
.TagClassName
{
border-color: #868162;
}
</style>