Shades of Bandicoot #86835A
Tints of Bandicoot #86835A
RGB
CMYK
RGB Variations
Color information
#86835A (or 0x86835A) is known color: Bandicoot. HEX triplet: 86, 83 and 5A. RGB value is (134,131,90). Sum of RGB (Red+Green+Blue) = 134+131+90=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86835A is #797CA5. Grayscale: #7F7F7F. Windows color (decimal): -7961766 or 5931910. OLE color: 5931910.
HSL color Cylindrical-coordinate representation of color #86835A: hue angle of 55.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86835A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 90 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.47 |
| HSL | 55.91º | 0.2% | 0.44% | - |
| HSV(B) | 55.91º | 0.33% | 0.53% | - |
| XYZ | 19.79 | 22.04 | 12.88 | - |
| YUV | 127.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 90 | 0 | 0.02 | 0.33 | 0.47 | 55.91 | 0.2 | 0.44 |
| Hex | 86 | 83 | 5A | 0 | 2 | 21 | 2F | 38 | 14 | 2C |
| Octal | 206 | 203 | 132 | 0 | 2 | 41 | 57 | 70 | 24 | 54 |
| Binary | 10000110 | 10000011 | 1011010 | 0 | 10 | 100001 | 101111 | 111000 | 10100 | 101100 |
Color Harmonies of #86835A
Complementary color
Monochromatic Colors of #86835A
Black with #86835A
Text Example
Text Example
White with #86835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86835A; }
p { color: rgb(134,131,90); }
H1.HeaderClassName
{
color: #86835A;
}
.AnyTagClassName
{
color: #86835A;
}
</style>
background-color css
<style>
a { background-color: #86835A; }
a { background-color: rgb(134,131,90); }
div.DivClassName
{
background-color: #86835A;
}
.BgClassName
{
background-color: #86835A;
}
</style>
border-color css
<style>
span { border-color: #86835A; }
span { border-color: rgb(134,131,90); }
td.TdClassName
{
border-color: #86835A;
}
.TagClassName
{
border-color: #86835A;
}
</style>