Shades of Bandicoot #88856E
Tints of Bandicoot #88856E
RGB
CMYK
RGB Variations
Color information
#88856E (or 0x88856E) is known color: Bandicoot. HEX triplet: 88, 85 and 6E. RGB value is (136,133,110). Sum of RGB (Red+Green+Blue) = 136+133+110=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88856E is #777A91. Grayscale: #838383. Windows color (decimal): -7830162 or 7243144. OLE color: 7243144.
HSL color Cylindrical-coordinate representation of color #88856E: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88856E is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 110 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.47 |
| HSL | 53.08º | 0.11% | 0.48% | - |
| HSV(B) | 53.08º | 0.19% | 0.53% | - |
| XYZ | 21.36 | 23.14 | 18.09 | - |
| YUV | 131.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 110 | 0 | 0.02 | 0.19 | 0.47 | 53.08 | 0.11 | 0.48 |
| Hex | 88 | 85 | 6E | 0 | 2 | 13 | 2F | 35 | B | 30 |
| Octal | 210 | 205 | 156 | 0 | 2 | 23 | 57 | 65 | 13 | 60 |
| Binary | 10001000 | 10000101 | 1101110 | 0 | 10 | 10011 | 101111 | 110101 | 1011 | 110000 |
Color Harmonies of #88856E
Complementary color
Monochromatic Colors of #88856E
Black with #88856E
Text Example
Text Example
White with #88856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88856E; }
p { color: rgb(136,133,110); }
H1.HeaderClassName
{
color: #88856E;
}
.AnyTagClassName
{
color: #88856E;
}
</style>
background-color css
<style>
a { background-color: #88856E; }
a { background-color: rgb(136,133,110); }
div.DivClassName
{
background-color: #88856E;
}
.BgClassName
{
background-color: #88856E;
}
</style>
border-color css
<style>
span { border-color: #88856E; }
span { border-color: rgb(136,133,110); }
td.TdClassName
{
border-color: #88856E;
}
.TagClassName
{
border-color: #88856E;
}
</style>