Shades of Bandicoot #86885C
Tints of Bandicoot #86885C
RGB
CMYK
RGB Variations
Color information
#86885C (or 0x86885C) is known color: Bandicoot. HEX triplet: 86, 88 and 5C. RGB value is (134,136,92). Sum of RGB (Red+Green+Blue) = 134+136+92=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #86885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86885C is #7977A3. Grayscale: #828282. Windows color (decimal): -7960484 or 6064262. OLE color: 6064262.
HSL color Cylindrical-coordinate representation of color #86885C: hue angle of 62.73º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86885C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 92 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.47 |
| HSL | 62.73º | 0.19% | 0.45% | - |
| HSV(B) | 62.73º | 0.32% | 0.53% | - |
| XYZ | 20.57 | 23.45 | 13.57 | - |
| YUV | 130.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 92 | 0.01 | 0 | 0.32 | 0.47 | 62.73 | 0.19 | 0.45 |
| Hex | 86 | 88 | 5C | 1 | 0 | 20 | 2F | 3F | 13 | 2D |
| Octal | 206 | 210 | 134 | 1 | 0 | 40 | 57 | 77 | 23 | 55 |
| Binary | 10000110 | 10001000 | 1011100 | 1 | 0 | 100000 | 101111 | 111111 | 10011 | 101101 |
Color Harmonies of #86885C
Complementary color
Monochromatic Colors of #86885C
Black with #86885C
Text Example
Text Example
White with #86885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86885C; }
p { color: rgb(134,136,92); }
H1.HeaderClassName
{
color: #86885C;
}
.AnyTagClassName
{
color: #86885C;
}
</style>
background-color css
<style>
a { background-color: #86885C; }
a { background-color: rgb(134,136,92); }
div.DivClassName
{
background-color: #86885C;
}
.BgClassName
{
background-color: #86885C;
}
</style>
border-color css
<style>
span { border-color: #86885C; }
span { border-color: rgb(134,136,92); }
td.TdClassName
{
border-color: #86885C;
}
.TagClassName
{
border-color: #86885C;
}
</style>