Shades of Bandicoot #938E61
Tints of Bandicoot #938E61
RGB
CMYK
RGB Variations
Color information
#938E61 (or 0x938E61) is known color: Bandicoot. HEX triplet: 93, 8E and 61. RGB value is (147,142,97). Sum of RGB (Red+Green+Blue) = 147+142+97=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #938E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E61 is #6C719E. Grayscale: #8A8A8A. Windows color (decimal): -7106975 or 6393491. OLE color: 6393491.
HSL color Cylindrical-coordinate representation of color #938E61: hue angle of 54º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938E61 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 97 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.42 |
| HSL | 54º | 0.2% | 0.48% | - |
| HSV(B) | 54º | 0.34% | 0.58% | - |
| XYZ | 23.86 | 26.41 | 15.15 | - |
| YUV | 138.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 97 | 0 | 0.03 | 0.34 | 0.42 | 54 | 0.2 | 0.48 |
| Hex | 93 | 8E | 61 | 0 | 3 | 22 | 2A | 36 | 14 | 30 |
| Octal | 223 | 216 | 141 | 0 | 3 | 42 | 52 | 66 | 24 | 60 |
| Binary | 10010011 | 10001110 | 1100001 | 0 | 11 | 100010 | 101010 | 110110 | 10100 | 110000 |
Color Harmonies of #938E61
Complementary color
Monochromatic Colors of #938E61
Black with #938E61
Text Example
Text Example
White with #938E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E61; }
p { color: rgb(147,142,97); }
H1.HeaderClassName
{
color: #938E61;
}
.AnyTagClassName
{
color: #938E61;
}
</style>
background-color css
<style>
a { background-color: #938E61; }
a { background-color: rgb(147,142,97); }
div.DivClassName
{
background-color: #938E61;
}
.BgClassName
{
background-color: #938E61;
}
</style>
border-color css
<style>
span { border-color: #938E61; }
span { border-color: rgb(147,142,97); }
td.TdClassName
{
border-color: #938E61;
}
.TagClassName
{
border-color: #938E61;
}
</style>