Shades of Bandicoot #868359
Tints of Bandicoot #868359
RGB
CMYK
RGB Variations
Color information
#868359 (or 0x868359) is known color: Bandicoot. HEX triplet: 86, 83 and 59. RGB value is (134,131,89). Sum of RGB (Red+Green+Blue) = 134+131+89=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #868359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868359 is #797CA6. Grayscale: #7F7F7F. Windows color (decimal): -7961767 or 5866374. OLE color: 5866374.
HSL color Cylindrical-coordinate representation of color #868359: hue angle of 56º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868359 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 89 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.47 |
| HSL | 56º | 0.2% | 0.44% | - |
| HSV(B) | 56º | 0.34% | 0.53% | - |
| XYZ | 19.75 | 22.02 | 12.66 | - |
| YUV | 127.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 89 | 0 | 0.02 | 0.34 | 0.47 | 56 | 0.2 | 0.44 |
| Hex | 86 | 83 | 59 | 0 | 2 | 22 | 2F | 38 | 14 | 2C |
| Octal | 206 | 203 | 131 | 0 | 2 | 42 | 57 | 70 | 24 | 54 |
| Binary | 10000110 | 10000011 | 1011001 | 0 | 10 | 100010 | 101111 | 111000 | 10100 | 101100 |
Color Harmonies of #868359
Complementary color
Monochromatic Colors of #868359
Black with #868359
Text Example
Text Example
White with #868359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868359; }
p { color: rgb(134,131,89); }
H1.HeaderClassName
{
color: #868359;
}
.AnyTagClassName
{
color: #868359;
}
</style>
background-color css
<style>
a { background-color: #868359; }
a { background-color: rgb(134,131,89); }
div.DivClassName
{
background-color: #868359;
}
.BgClassName
{
background-color: #868359;
}
</style>
border-color css
<style>
span { border-color: #868359; }
span { border-color: rgb(134,131,89); }
td.TdClassName
{
border-color: #868359;
}
.TagClassName
{
border-color: #868359;
}
</style>