Shades of Bandicoot #8D886A
Tints of Bandicoot #8D886A
RGB
CMYK
RGB Variations
Color information
#8D886A (or 0x8D886A) is known color: Bandicoot. HEX triplet: 8D, 88 and 6A. RGB value is (141,136,106). Sum of RGB (Red+Green+Blue) = 141+136+106=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D886A is #727795. Grayscale: #868686. Windows color (decimal): -7501718 or 6981773. OLE color: 6981773.
HSL color Cylindrical-coordinate representation of color #8D886A: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D886A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 106 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.45 |
| HSL | 51.43º | 0.14% | 0.48% | - |
| HSV(B) | 51.43º | 0.25% | 0.55% | - |
| XYZ | 22.39 | 24.31 | 17.15 | - |
| YUV | 134.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 106 | 0 | 0.04 | 0.25 | 0.45 | 51.43 | 0.14 | 0.48 |
| Hex | 8D | 88 | 6A | 0 | 4 | 19 | 2D | 33 | E | 30 |
| Octal | 215 | 210 | 152 | 0 | 4 | 31 | 55 | 63 | 16 | 60 |
| Binary | 10001101 | 10001000 | 1101010 | 0 | 100 | 11001 | 101101 | 110011 | 1110 | 110000 |
Color Harmonies of #8D886A
Complementary color
Monochromatic Colors of #8D886A
Black with #8D886A
Text Example
Text Example
White with #8D886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D886A; }
p { color: rgb(141,136,106); }
H1.HeaderClassName
{
color: #8D886A;
}
.AnyTagClassName
{
color: #8D886A;
}
</style>
background-color css
<style>
a { background-color: #8D886A; }
a { background-color: rgb(141,136,106); }
div.DivClassName
{
background-color: #8D886A;
}
.BgClassName
{
background-color: #8D886A;
}
</style>
border-color css
<style>
span { border-color: #8D886A; }
span { border-color: rgb(141,136,106); }
td.TdClassName
{
border-color: #8D886A;
}
.TagClassName
{
border-color: #8D886A;
}
</style>