Shades of Bandicoot #8D896C
Tints of Bandicoot #8D896C
RGB
CMYK
RGB Variations
Color information
#8D896C (or 0x8D896C) is known color: Bandicoot. HEX triplet: 8D, 89 and 6C. RGB value is (141,137,108). Sum of RGB (Red+Green+Blue) = 141+137+108=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D896C is #727693. Grayscale: #878787. Windows color (decimal): -7501460 or 7113101. OLE color: 7113101.
HSL color Cylindrical-coordinate representation of color #8D896C: hue angle of 52.73º 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 #8D896C is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 108 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.45 |
| HSL | 52.73º | 0.13% | 0.49% | - |
| HSV(B) | 52.73º | 0.23% | 0.55% | - |
| XYZ | 22.64 | 24.64 | 17.75 | - |
| YUV | 134.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 108 | 0 | 0.03 | 0.23 | 0.45 | 52.73 | 0.13 | 0.49 |
| Hex | 8D | 89 | 6C | 0 | 3 | 17 | 2D | 35 | D | 31 |
| Octal | 215 | 211 | 154 | 0 | 3 | 27 | 55 | 65 | 15 | 61 |
| Binary | 10001101 | 10001001 | 1101100 | 0 | 11 | 10111 | 101101 | 110101 | 1101 | 110001 |
Color Harmonies of #8D896C
Complementary color
Monochromatic Colors of #8D896C
Black with #8D896C
Text Example
Text Example
White with #8D896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D896C; }
p { color: rgb(141,137,108); }
H1.HeaderClassName
{
color: #8D896C;
}
.AnyTagClassName
{
color: #8D896C;
}
</style>
background-color css
<style>
a { background-color: #8D896C; }
a { background-color: rgb(141,137,108); }
div.DivClassName
{
background-color: #8D896C;
}
.BgClassName
{
background-color: #8D896C;
}
</style>
border-color css
<style>
span { border-color: #8D896C; }
span { border-color: rgb(141,137,108); }
td.TdClassName
{
border-color: #8D896C;
}
.TagClassName
{
border-color: #8D896C;
}
</style>