Shades of Bandicoot #8D8C60
Tints of Bandicoot #8D8C60
RGB
CMYK
RGB Variations
Color information
#8D8C60 (or 0x8D8C60) is known color: Bandicoot. HEX triplet: 8D, 8C and 60. RGB value is (141,140,96). Sum of RGB (Red+Green+Blue) = 141+140+96=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8C60 is #72739F. Grayscale: #878787. Windows color (decimal): -7500704 or 6327437. OLE color: 6327437.
HSL color Cylindrical-coordinate representation of color #8D8C60: hue angle of 58.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D8C60 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 140 | 96 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.45 |
| HSL | 58.67º | 0.19% | 0.46% | - |
| HSV(B) | 58.67º | 0.32% | 0.55% | - |
| XYZ | 22.47 | 25.26 | 14.76 | - |
| YUV | 135.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 96 | 0 | 0.01 | 0.32 | 0.45 | 58.67 | 0.19 | 0.46 |
| Hex | 8D | 8C | 60 | 0 | 1 | 20 | 2D | 3B | 13 | 2E |
| Octal | 215 | 214 | 140 | 0 | 1 | 40 | 55 | 73 | 23 | 56 |
| Binary | 10001101 | 10001100 | 1100000 | 0 | 1 | 100000 | 101101 | 111011 | 10011 | 101110 |
Color Harmonies of #8D8C60
Complementary color
Monochromatic Colors of #8D8C60
Black with #8D8C60
Text Example
Text Example
White with #8D8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8C60; }
p { color: rgb(141,140,96); }
H1.HeaderClassName
{
color: #8D8C60;
}
.AnyTagClassName
{
color: #8D8C60;
}
</style>
background-color css
<style>
a { background-color: #8D8C60; }
a { background-color: rgb(141,140,96); }
div.DivClassName
{
background-color: #8D8C60;
}
.BgClassName
{
background-color: #8D8C60;
}
</style>
border-color css
<style>
span { border-color: #8D8C60; }
span { border-color: rgb(141,140,96); }
td.TdClassName
{
border-color: #8D8C60;
}
.TagClassName
{
border-color: #8D8C60;
}
</style>