Shades of Bandicoot #918D66
Tints of Bandicoot #918D66
RGB
CMYK
RGB Variations
Color information
#918D66 (or 0x918D66) is known color: Bandicoot. HEX triplet: 91, 8D and 66. RGB value is (145,141,102). Sum of RGB (Red+Green+Blue) = 145+141+102=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #918D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D66 is #6E7299. Grayscale: #898989. Windows color (decimal): -7238298 or 6720913. OLE color: 6720913.
HSL color Cylindrical-coordinate representation of color #918D66: hue angle of 54.42º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918D66 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 102 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.43 |
| HSL | 54.42º | 0.17% | 0.48% | - |
| HSV(B) | 54.42º | 0.3% | 0.57% | - |
| XYZ | 23.6 | 26.03 | 16.35 | - |
| YUV | 137.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 102 | 0 | 0.03 | 0.30 | 0.43 | 54.42 | 0.17 | 0.48 |
| Hex | 91 | 8D | 66 | 0 | 3 | 1E | 2B | 36 | 11 | 30 |
| Octal | 221 | 215 | 146 | 0 | 3 | 36 | 53 | 66 | 21 | 60 |
| Binary | 10010001 | 10001101 | 1100110 | 0 | 11 | 11110 | 101011 | 110110 | 10001 | 110000 |
Color Harmonies of #918D66
Complementary color
Monochromatic Colors of #918D66
Black with #918D66
Text Example
Text Example
White with #918D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D66; }
p { color: rgb(145,141,102); }
H1.HeaderClassName
{
color: #918D66;
}
.AnyTagClassName
{
color: #918D66;
}
</style>
background-color css
<style>
a { background-color: #918D66; }
a { background-color: rgb(145,141,102); }
div.DivClassName
{
background-color: #918D66;
}
.BgClassName
{
background-color: #918D66;
}
</style>
border-color css
<style>
span { border-color: #918D66; }
span { border-color: rgb(145,141,102); }
td.TdClassName
{
border-color: #918D66;
}
.TagClassName
{
border-color: #918D66;
}
</style>