Shades of Bandicoot #938F61
Tints of Bandicoot #938F61
RGB
CMYK
RGB Variations
Color information
#938F61 (or 0x938F61) is known color: Bandicoot. HEX triplet: 93, 8F and 61. RGB value is (147,143,97). Sum of RGB (Red+Green+Blue) = 147+143+97=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #938F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F61 is #6C709E. Grayscale: #8B8B8B. Windows color (decimal): -7106719 or 6393747. OLE color: 6393747.
HSL color Cylindrical-coordinate representation of color #938F61: hue angle of 55.2º 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 #938F61 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 97 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.42 |
| HSL | 55.2º | 0.2% | 0.48% | - |
| HSV(B) | 55.2º | 0.34% | 0.58% | - |
| XYZ | 24.01 | 26.71 | 15.2 | - |
| YUV | 138.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 97 | 0 | 0.03 | 0.34 | 0.42 | 55.2 | 0.2 | 0.48 |
| Hex | 93 | 8F | 61 | 0 | 3 | 22 | 2A | 37 | 14 | 30 |
| Octal | 223 | 217 | 141 | 0 | 3 | 42 | 52 | 67 | 24 | 60 |
| Binary | 10010011 | 10001111 | 1100001 | 0 | 11 | 100010 | 101010 | 110111 | 10100 | 110000 |
Color Harmonies of #938F61
Complementary color
Monochromatic Colors of #938F61
Black with #938F61
Text Example
Text Example
White with #938F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F61; }
p { color: rgb(147,143,97); }
H1.HeaderClassName
{
color: #938F61;
}
.AnyTagClassName
{
color: #938F61;
}
</style>
background-color css
<style>
a { background-color: #938F61; }
a { background-color: rgb(147,143,97); }
div.DivClassName
{
background-color: #938F61;
}
.BgClassName
{
background-color: #938F61;
}
</style>
border-color css
<style>
span { border-color: #938F61; }
span { border-color: rgb(147,143,97); }
td.TdClassName
{
border-color: #938F61;
}
.TagClassName
{
border-color: #938F61;
}
</style>