Shades of Bandicoot #918F62
Tints of Bandicoot #918F62
RGB
CMYK
RGB Variations
Color information
#918F62 (or 0x918F62) is known color: Bandicoot. HEX triplet: 91, 8F and 62. RGB value is (145,143,98). Sum of RGB (Red+Green+Blue) = 145+143+98=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F62 is #6E709D. Grayscale: #8A8A8A. Windows color (decimal): -7237790 or 6459281. OLE color: 6459281.
HSL color Cylindrical-coordinate representation of color #918F62: hue angle of 57.45º 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 #918F62 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 98 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.43 |
| HSL | 57.45º | 0.19% | 0.48% | - |
| HSV(B) | 57.45º | 0.32% | 0.57% | - |
| XYZ | 23.7 | 26.55 | 15.43 | - |
| YUV | 138.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 98 | 0 | 0.01 | 0.32 | 0.43 | 57.45 | 0.19 | 0.48 |
| Hex | 91 | 8F | 62 | 0 | 1 | 20 | 2B | 39 | 13 | 30 |
| Octal | 221 | 217 | 142 | 0 | 1 | 40 | 53 | 71 | 23 | 60 |
| Binary | 10010001 | 10001111 | 1100010 | 0 | 1 | 100000 | 101011 | 111001 | 10011 | 110000 |
Color Harmonies of #918F62
Complementary color
Monochromatic Colors of #918F62
Black with #918F62
Text Example
Text Example
White with #918F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F62; }
p { color: rgb(145,143,98); }
H1.HeaderClassName
{
color: #918F62;
}
.AnyTagClassName
{
color: #918F62;
}
</style>
background-color css
<style>
a { background-color: #918F62; }
a { background-color: rgb(145,143,98); }
div.DivClassName
{
background-color: #918F62;
}
.BgClassName
{
background-color: #918F62;
}
</style>
border-color css
<style>
span { border-color: #918F62; }
span { border-color: rgb(145,143,98); }
td.TdClassName
{
border-color: #918F62;
}
.TagClassName
{
border-color: #918F62;
}
</style>