Shades of Bandicoot #918F61
Tints of Bandicoot #918F61
RGB
CMYK
RGB Variations
Color information
#918F61 (or 0x918F61) is known color: Bandicoot. HEX triplet: 91, 8F and 61. RGB value is (145,143,97). Sum of RGB (Red+Green+Blue) = 145+143+97=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #918F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F61 is #6E709E. Grayscale: #8A8A8A. Windows color (decimal): -7237791 or 6393745. OLE color: 6393745.
HSL color Cylindrical-coordinate representation of color #918F61: hue angle of 57.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918F61 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 97 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.43 |
| HSL | 57.5º | 0.2% | 0.47% | - |
| HSV(B) | 57.5º | 0.33% | 0.57% | - |
| XYZ | 23.66 | 26.53 | 15.18 | - |
| YUV | 138.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 97 | 0 | 0.01 | 0.33 | 0.43 | 57.5 | 0.2 | 0.47 |
| Hex | 91 | 8F | 61 | 0 | 1 | 21 | 2B | 3A | 14 | 2F |
| Octal | 221 | 217 | 141 | 0 | 1 | 41 | 53 | 72 | 24 | 57 |
| Binary | 10010001 | 10001111 | 1100001 | 0 | 1 | 100001 | 101011 | 111010 | 10100 | 101111 |
Color Harmonies of #918F61
Complementary color
Monochromatic Colors of #918F61
Black with #918F61
Text Example
Text Example
White with #918F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F61; }
p { color: rgb(145,143,97); }
H1.HeaderClassName
{
color: #918F61;
}
.AnyTagClassName
{
color: #918F61;
}
</style>
background-color css
<style>
a { background-color: #918F61; }
a { background-color: rgb(145,143,97); }
div.DivClassName
{
background-color: #918F61;
}
.BgClassName
{
background-color: #918F61;
}
</style>
border-color css
<style>
span { border-color: #918F61; }
span { border-color: rgb(145,143,97); }
td.TdClassName
{
border-color: #918F61;
}
.TagClassName
{
border-color: #918F61;
}
</style>