Shades of Bandicoot #86825E
Tints of Bandicoot #86825E
RGB
CMYK
RGB Variations
Color information
#86825E (or 0x86825E) is known color: Bandicoot. HEX triplet: 86, 82 and 5E. RGB value is (134,130,94). Sum of RGB (Red+Green+Blue) = 134+130+94=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86825E is #797DA1. Grayscale: #7F7F7F. Windows color (decimal): -7962018 or 6193798. OLE color: 6193798.
HSL color Cylindrical-coordinate representation of color #86825E: hue angle of 54º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86825E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 94 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.47 |
| HSL | 54º | 0.18% | 0.45% | - |
| HSV(B) | 54º | 0.3% | 0.53% | - |
| XYZ | 19.83 | 21.84 | 13.76 | - |
| YUV | 127.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 94 | 0 | 0.03 | 0.30 | 0.47 | 54 | 0.18 | 0.45 |
| Hex | 86 | 82 | 5E | 0 | 3 | 1E | 2F | 36 | 12 | 2D |
| Octal | 206 | 202 | 136 | 0 | 3 | 36 | 57 | 66 | 22 | 55 |
| Binary | 10000110 | 10000010 | 1011110 | 0 | 11 | 11110 | 101111 | 110110 | 10010 | 101101 |
Color Harmonies of #86825E
Complementary color
Monochromatic Colors of #86825E
Black with #86825E
Text Example
Text Example
White with #86825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86825E; }
p { color: rgb(134,130,94); }
H1.HeaderClassName
{
color: #86825E;
}
.AnyTagClassName
{
color: #86825E;
}
</style>
background-color css
<style>
a { background-color: #86825E; }
a { background-color: rgb(134,130,94); }
div.DivClassName
{
background-color: #86825E;
}
.BgClassName
{
background-color: #86825E;
}
</style>
border-color css
<style>
span { border-color: #86825E; }
span { border-color: rgb(134,130,94); }
td.TdClassName
{
border-color: #86825E;
}
.TagClassName
{
border-color: #86825E;
}
</style>