Shades of Bandicoot #8D8965
Tints of Bandicoot #8D8965
RGB
CMYK
RGB Variations
Color information
#8D8965 (or 0x8D8965) is known color: Bandicoot. HEX triplet: 8D, 89 and 65. RGB value is (141,137,101). Sum of RGB (Red+Green+Blue) = 141+137+101=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8965 is #72769A. Grayscale: #868686. Windows color (decimal): -7501467 or 6654349. OLE color: 6654349.
HSL color Cylindrical-coordinate representation of color #8D8965: hue angle of 54º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D8965 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 101 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.45 |
| HSL | 54º | 0.17% | 0.47% | - |
| HSV(B) | 54º | 0.28% | 0.55% | - |
| XYZ | 22.28 | 24.49 | 15.87 | - |
| YUV | 134.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 101 | 0 | 0.03 | 0.28 | 0.45 | 54 | 0.17 | 0.47 |
| Hex | 8D | 89 | 65 | 0 | 3 | 1C | 2D | 36 | 11 | 2F |
| Octal | 215 | 211 | 145 | 0 | 3 | 34 | 55 | 66 | 21 | 57 |
| Binary | 10001101 | 10001001 | 1100101 | 0 | 11 | 11100 | 101101 | 110110 | 10001 | 101111 |
Color Harmonies of #8D8965
Complementary color
Monochromatic Colors of #8D8965
Black with #8D8965
Text Example
Text Example
White with #8D8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8965; }
p { color: rgb(141,137,101); }
H1.HeaderClassName
{
color: #8D8965;
}
.AnyTagClassName
{
color: #8D8965;
}
</style>
background-color css
<style>
a { background-color: #8D8965; }
a { background-color: rgb(141,137,101); }
div.DivClassName
{
background-color: #8D8965;
}
.BgClassName
{
background-color: #8D8965;
}
</style>
border-color css
<style>
span { border-color: #8D8965; }
span { border-color: rgb(141,137,101); }
td.TdClassName
{
border-color: #8D8965;
}
.TagClassName
{
border-color: #8D8965;
}
</style>