Shades of Bandicoot #868459
Tints of Bandicoot #868459
RGB
CMYK
RGB Variations
Color information
#868459 (or 0x868459) is known color: Bandicoot. HEX triplet: 86, 84 and 59. RGB value is (134,132,89). Sum of RGB (Red+Green+Blue) = 134+132+89=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #868459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868459 is #797BA6. Grayscale: #7F7F7F. Windows color (decimal): -7961511 or 5866630. OLE color: 5866630.
HSL color Cylindrical-coordinate representation of color #868459: hue angle of 57.33º 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 #868459 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 89 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.47 |
| HSL | 57.33º | 0.2% | 0.44% | - |
| HSV(B) | 57.33º | 0.34% | 0.53% | - |
| XYZ | 19.89 | 22.29 | 12.71 | - |
| YUV | 127.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 89 | 0 | 0.01 | 0.34 | 0.47 | 57.33 | 0.2 | 0.44 |
| Hex | 86 | 84 | 59 | 0 | 1 | 22 | 2F | 39 | 14 | 2C |
| Octal | 206 | 204 | 131 | 0 | 1 | 42 | 57 | 71 | 24 | 54 |
| Binary | 10000110 | 10000100 | 1011001 | 0 | 1 | 100010 | 101111 | 111001 | 10100 | 101100 |
Color Harmonies of #868459
Complementary color
Monochromatic Colors of #868459
Black with #868459
Text Example
Text Example
White with #868459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868459; }
p { color: rgb(134,132,89); }
H1.HeaderClassName
{
color: #868459;
}
.AnyTagClassName
{
color: #868459;
}
</style>
background-color css
<style>
a { background-color: #868459; }
a { background-color: rgb(134,132,89); }
div.DivClassName
{
background-color: #868459;
}
.BgClassName
{
background-color: #868459;
}
</style>
border-color css
<style>
span { border-color: #868459; }
span { border-color: rgb(134,132,89); }
td.TdClassName
{
border-color: #868459;
}
.TagClassName
{
border-color: #868459;
}
</style>