Shades of Bandicoot #938D63
Tints of Bandicoot #938D63
RGB
CMYK
RGB Variations
Color information
#938D63 (or 0x938D63) is known color: Bandicoot. HEX triplet: 93, 8D and 63. RGB value is (147,141,99). Sum of RGB (Red+Green+Blue) = 147+141+99=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #938D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D63 is #6C729C. Grayscale: #8A8A8A. Windows color (decimal): -7107229 or 6524307. OLE color: 6524307.
HSL color Cylindrical-coordinate representation of color #938D63: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938D63 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 99 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.42 |
| HSL | 52.5º | 0.2% | 0.48% | - |
| HSV(B) | 52.5º | 0.33% | 0.58% | - |
| XYZ | 23.81 | 26.15 | 15.6 | - |
| YUV | 138.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 99 | 0 | 0.04 | 0.33 | 0.42 | 52.5 | 0.2 | 0.48 |
| Hex | 93 | 8D | 63 | 0 | 4 | 21 | 2A | 34 | 14 | 30 |
| Octal | 223 | 215 | 143 | 0 | 4 | 41 | 52 | 64 | 24 | 60 |
| Binary | 10010011 | 10001101 | 1100011 | 0 | 100 | 100001 | 101010 | 110100 | 10100 | 110000 |
Color Harmonies of #938D63
Complementary color
Monochromatic Colors of #938D63
Black with #938D63
Text Example
Text Example
White with #938D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D63; }
p { color: rgb(147,141,99); }
H1.HeaderClassName
{
color: #938D63;
}
.AnyTagClassName
{
color: #938D63;
}
</style>
background-color css
<style>
a { background-color: #938D63; }
a { background-color: rgb(147,141,99); }
div.DivClassName
{
background-color: #938D63;
}
.BgClassName
{
background-color: #938D63;
}
</style>
border-color css
<style>
span { border-color: #938D63; }
span { border-color: rgb(147,141,99); }
td.TdClassName
{
border-color: #938D63;
}
.TagClassName
{
border-color: #938D63;
}
</style>