Shades of Bandicoot #868361
Tints of Bandicoot #868361
RGB
CMYK
RGB Variations
Color information
#868361 (or 0x868361) is known color: Bandicoot. HEX triplet: 86, 83 and 61. RGB value is (134,131,97). Sum of RGB (Red+Green+Blue) = 134+131+97=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #868361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868361 is #797C9E. Grayscale: #808080. Windows color (decimal): -7961759 or 6390662. OLE color: 6390662.
HSL color Cylindrical-coordinate representation of color #868361: hue angle of 55.14º degrees, saturation: 0.16, 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 #868361 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 97 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.47 |
| HSL | 55.14º | 0.16% | 0.45% | - |
| HSV(B) | 55.14º | 0.28% | 0.53% | - |
| XYZ | 20.11 | 22.16 | 14.53 | - |
| YUV | 128.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 97 | 0 | 0.02 | 0.28 | 0.47 | 55.14 | 0.16 | 0.45 |
| Hex | 86 | 83 | 61 | 0 | 2 | 1C | 2F | 37 | 10 | 2D |
| Octal | 206 | 203 | 141 | 0 | 2 | 34 | 57 | 67 | 20 | 55 |
| Binary | 10000110 | 10000011 | 1100001 | 0 | 10 | 11100 | 101111 | 110111 | 10000 | 101101 |
Color Harmonies of #868361
Complementary color
Monochromatic Colors of #868361
Black with #868361
Text Example
Text Example
White with #868361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868361; }
p { color: rgb(134,131,97); }
H1.HeaderClassName
{
color: #868361;
}
.AnyTagClassName
{
color: #868361;
}
</style>
background-color css
<style>
a { background-color: #868361; }
a { background-color: rgb(134,131,97); }
div.DivClassName
{
background-color: #868361;
}
.BgClassName
{
background-color: #868361;
}
</style>
border-color css
<style>
span { border-color: #868361; }
span { border-color: rgb(134,131,97); }
td.TdClassName
{
border-color: #868361;
}
.TagClassName
{
border-color: #868361;
}
</style>