Shades of Bandicoot #928D63
Tints of Bandicoot #928D63
RGB
CMYK
RGB Variations
Color information
#928D63 (or 0x928D63) is known color: Bandicoot. HEX triplet: 92, 8D and 63. RGB value is (146,141,99). Sum of RGB (Red+Green+Blue) = 146+141+99=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #928D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D63 is #6D729C. Grayscale: #898989. Windows color (decimal): -7172765 or 6524306. OLE color: 6524306.
HSL color Cylindrical-coordinate representation of color #928D63: hue angle of 53.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928D63 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 99 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.43 |
| HSL | 53.62º | 0.19% | 0.48% | - |
| HSV(B) | 53.62º | 0.32% | 0.57% | - |
| XYZ | 23.63 | 26.06 | 15.59 | - |
| YUV | 137.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 99 | 0 | 0.03 | 0.32 | 0.43 | 53.62 | 0.19 | 0.48 |
| Hex | 92 | 8D | 63 | 0 | 3 | 20 | 2B | 36 | 13 | 30 |
| Octal | 222 | 215 | 143 | 0 | 3 | 40 | 53 | 66 | 23 | 60 |
| Binary | 10010010 | 10001101 | 1100011 | 0 | 11 | 100000 | 101011 | 110110 | 10011 | 110000 |
Color Harmonies of #928D63
Complementary color
Monochromatic Colors of #928D63
Black with #928D63
Text Example
Text Example
White with #928D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D63; }
p { color: rgb(146,141,99); }
H1.HeaderClassName
{
color: #928D63;
}
.AnyTagClassName
{
color: #928D63;
}
</style>
background-color css
<style>
a { background-color: #928D63; }
a { background-color: rgb(146,141,99); }
div.DivClassName
{
background-color: #928D63;
}
.BgClassName
{
background-color: #928D63;
}
</style>
border-color css
<style>
span { border-color: #928D63; }
span { border-color: rgb(146,141,99); }
td.TdClassName
{
border-color: #928D63;
}
.TagClassName
{
border-color: #928D63;
}
</style>