Shades of Bandicoot #8D896A
Tints of Bandicoot #8D896A
RGB
CMYK
RGB Variations
Color information
#8D896A (or 0x8D896A) is known color: Bandicoot. HEX triplet: 8D, 89 and 6A. RGB value is (141,137,106). Sum of RGB (Red+Green+Blue) = 141+137+106=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D896A is #727695. Grayscale: #868686. Windows color (decimal): -7501462 or 6982029. OLE color: 6982029.
HSL color Cylindrical-coordinate representation of color #8D896A: hue angle of 53.14º 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 #8D896A is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 106 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.45 |
| HSL | 53.14º | 0.14% | 0.48% | - |
| HSV(B) | 53.14º | 0.25% | 0.55% | - |
| XYZ | 22.53 | 24.59 | 17.2 | - |
| YUV | 134.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 106 | 0 | 0.03 | 0.25 | 0.45 | 53.14 | 0.14 | 0.48 |
| Hex | 8D | 89 | 6A | 0 | 3 | 19 | 2D | 35 | E | 30 |
| Octal | 215 | 211 | 152 | 0 | 3 | 31 | 55 | 65 | 16 | 60 |
| Binary | 10001101 | 10001001 | 1101010 | 0 | 11 | 11001 | 101101 | 110101 | 1110 | 110000 |
Color Harmonies of #8D896A
Complementary color
Monochromatic Colors of #8D896A
Black with #8D896A
Text Example
Text Example
White with #8D896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D896A; }
p { color: rgb(141,137,106); }
H1.HeaderClassName
{
color: #8D896A;
}
.AnyTagClassName
{
color: #8D896A;
}
</style>
background-color css
<style>
a { background-color: #8D896A; }
a { background-color: rgb(141,137,106); }
div.DivClassName
{
background-color: #8D896A;
}
.BgClassName
{
background-color: #8D896A;
}
</style>
border-color css
<style>
span { border-color: #8D896A; }
span { border-color: rgb(141,137,106); }
td.TdClassName
{
border-color: #8D896A;
}
.TagClassName
{
border-color: #8D896A;
}
</style>