Shades of Bandicoot #86836E
Tints of Bandicoot #86836E
RGB
CMYK
RGB Variations
Color information
#86836E (or 0x86836E) is known color: Bandicoot. HEX triplet: 86, 83 and 6E. RGB value is (134,131,110). Sum of RGB (Red+Green+Blue) = 134+131+110=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86836E is #797C91. Grayscale: #818181. Windows color (decimal): -7961746 or 7242630. OLE color: 7242630.
HSL color Cylindrical-coordinate representation of color #86836E: hue angle of 52.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86836E is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 110 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.47 |
| HSL | 52.5º | 0.1% | 0.48% | - |
| HSV(B) | 52.5º | 0.18% | 0.53% | - |
| XYZ | 20.76 | 22.43 | 17.99 | - |
| YUV | 129.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 110 | 0 | 0.02 | 0.18 | 0.47 | 52.5 | 0.1 | 0.48 |
| Hex | 86 | 83 | 6E | 0 | 2 | 12 | 2F | 34 | A | 30 |
| Octal | 206 | 203 | 156 | 0 | 2 | 22 | 57 | 64 | 12 | 60 |
| Binary | 10000110 | 10000011 | 1101110 | 0 | 10 | 10010 | 101111 | 110100 | 1010 | 110000 |
Color Harmonies of #86836E
Complementary color
Monochromatic Colors of #86836E
Black with #86836E
Text Example
Text Example
White with #86836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86836E; }
p { color: rgb(134,131,110); }
H1.HeaderClassName
{
color: #86836E;
}
.AnyTagClassName
{
color: #86836E;
}
</style>
background-color css
<style>
a { background-color: #86836E; }
a { background-color: rgb(134,131,110); }
div.DivClassName
{
background-color: #86836E;
}
.BgClassName
{
background-color: #86836E;
}
</style>
border-color css
<style>
span { border-color: #86836E; }
span { border-color: rgb(134,131,110); }
td.TdClassName
{
border-color: #86836E;
}
.TagClassName
{
border-color: #86836E;
}
</style>