Shades of Bandicoot #868362
Tints of Bandicoot #868362
RGB
CMYK
RGB Variations
Color information
#868362 (or 0x868362) is known color: Bandicoot. HEX triplet: 86, 83 and 62. RGB value is (134,131,98). Sum of RGB (Red+Green+Blue) = 134+131+98=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #868362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868362 is #797C9D. Grayscale: #808080. Windows color (decimal): -7961758 or 6456198. OLE color: 6456198.
HSL color Cylindrical-coordinate representation of color #868362: hue angle of 55º 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 #868362 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 98 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.47 |
| HSL | 55º | 0.16% | 0.45% | - |
| HSV(B) | 55º | 0.27% | 0.53% | - |
| XYZ | 20.15 | 22.18 | 14.77 | - |
| YUV | 128.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 98 | 0 | 0.02 | 0.27 | 0.47 | 55 | 0.16 | 0.45 |
| Hex | 86 | 83 | 62 | 0 | 2 | 1B | 2F | 37 | 10 | 2D |
| Octal | 206 | 203 | 142 | 0 | 2 | 33 | 57 | 67 | 20 | 55 |
| Binary | 10000110 | 10000011 | 1100010 | 0 | 10 | 11011 | 101111 | 110111 | 10000 | 101101 |
Color Harmonies of #868362
Complementary color
Monochromatic Colors of #868362
Black with #868362
Text Example
Text Example
White with #868362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868362; }
p { color: rgb(134,131,98); }
H1.HeaderClassName
{
color: #868362;
}
.AnyTagClassName
{
color: #868362;
}
</style>
background-color css
<style>
a { background-color: #868362; }
a { background-color: rgb(134,131,98); }
div.DivClassName
{
background-color: #868362;
}
.BgClassName
{
background-color: #868362;
}
</style>
border-color css
<style>
span { border-color: #868362; }
span { border-color: rgb(134,131,98); }
td.TdClassName
{
border-color: #868362;
}
.TagClassName
{
border-color: #868362;
}
</style>