Shades of Bandicoot #868365
Tints of Bandicoot #868365
RGB
CMYK
RGB Variations
Color information
#868365 (or 0x868365) is known color: Bandicoot. HEX triplet: 86, 83 and 65. RGB value is (134,131,101). Sum of RGB (Red+Green+Blue) = 134+131+101=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #868365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868365 is #797C9A. Grayscale: #808080. Windows color (decimal): -7961755 or 6652806. OLE color: 6652806.
HSL color Cylindrical-coordinate representation of color #868365: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #868365 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 101 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.47 |
| HSL | 54.55º | 0.14% | 0.46% | - |
| HSV(B) | 54.55º | 0.25% | 0.53% | - |
| XYZ | 20.3 | 22.24 | 15.54 | - |
| YUV | 128.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 101 | 0 | 0.02 | 0.25 | 0.47 | 54.55 | 0.14 | 0.46 |
| Hex | 86 | 83 | 65 | 0 | 2 | 19 | 2F | 37 | E | 2E |
| Octal | 206 | 203 | 145 | 0 | 2 | 31 | 57 | 67 | 16 | 56 |
| Binary | 10000110 | 10000011 | 1100101 | 0 | 10 | 11001 | 101111 | 110111 | 1110 | 101110 |
Color Harmonies of #868365
Complementary color
Monochromatic Colors of #868365
Black with #868365
Text Example
Text Example
White with #868365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868365; }
p { color: rgb(134,131,101); }
H1.HeaderClassName
{
color: #868365;
}
.AnyTagClassName
{
color: #868365;
}
</style>
background-color css
<style>
a { background-color: #868365; }
a { background-color: rgb(134,131,101); }
div.DivClassName
{
background-color: #868365;
}
.BgClassName
{
background-color: #868365;
}
</style>
border-color css
<style>
span { border-color: #868365; }
span { border-color: rgb(134,131,101); }
td.TdClassName
{
border-color: #868365;
}
.TagClassName
{
border-color: #868365;
}
</style>