Shades of Bandicoot #8D886C
Tints of Bandicoot #8D886C
RGB
CMYK
RGB Variations
Color information
#8D886C (or 0x8D886C) is known color: Bandicoot. HEX triplet: 8D, 88 and 6C. RGB value is (141,136,108). Sum of RGB (Red+Green+Blue) = 141+136+108=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D886C is #727793. Grayscale: #868686. Windows color (decimal): -7501716 or 7112845. OLE color: 7112845.
HSL color Cylindrical-coordinate representation of color #8D886C: hue angle of 50.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D886C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 108 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.45 |
| HSL | 50.91º | 0.13% | 0.49% | - |
| HSV(B) | 50.91º | 0.23% | 0.55% | - |
| XYZ | 22.5 | 24.35 | 17.7 | - |
| YUV | 134.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 108 | 0 | 0.04 | 0.23 | 0.45 | 50.91 | 0.13 | 0.49 |
| Hex | 8D | 88 | 6C | 0 | 4 | 17 | 2D | 33 | D | 31 |
| Octal | 215 | 210 | 154 | 0 | 4 | 27 | 55 | 63 | 15 | 61 |
| Binary | 10001101 | 10001000 | 1101100 | 0 | 100 | 10111 | 101101 | 110011 | 1101 | 110001 |
Color Harmonies of #8D886C
Complementary color
Monochromatic Colors of #8D886C
Black with #8D886C
Text Example
Text Example
White with #8D886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D886C; }
p { color: rgb(141,136,108); }
H1.HeaderClassName
{
color: #8D886C;
}
.AnyTagClassName
{
color: #8D886C;
}
</style>
background-color css
<style>
a { background-color: #8D886C; }
a { background-color: rgb(141,136,108); }
div.DivClassName
{
background-color: #8D886C;
}
.BgClassName
{
background-color: #8D886C;
}
</style>
border-color css
<style>
span { border-color: #8D886C; }
span { border-color: rgb(141,136,108); }
td.TdClassName
{
border-color: #8D886C;
}
.TagClassName
{
border-color: #8D886C;
}
</style>