Shades of Bandicoot #918B61
Tints of Bandicoot #918B61
RGB
CMYK
RGB Variations
Color information
#918B61 (or 0x918B61) is known color: Bandicoot. HEX triplet: 91, 8B and 61. RGB value is (145,139,97). Sum of RGB (Red+Green+Blue) = 145+139+97=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B61 is #6E749E. Grayscale: #888888. Windows color (decimal): -7238815 or 6392721. OLE color: 6392721.
HSL color Cylindrical-coordinate representation of color #918B61: hue angle of 52.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 #918B61 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 97 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.43 |
| HSL | 52.5º | 0.2% | 0.47% | - |
| HSV(B) | 52.5º | 0.33% | 0.57% | - |
| XYZ | 23.07 | 25.35 | 14.99 | - |
| YUV | 136.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 97 | 0 | 0.04 | 0.33 | 0.43 | 52.5 | 0.2 | 0.47 |
| Hex | 91 | 8B | 61 | 0 | 4 | 21 | 2B | 34 | 14 | 2F |
| Octal | 221 | 213 | 141 | 0 | 4 | 41 | 53 | 64 | 24 | 57 |
| Binary | 10010001 | 10001011 | 1100001 | 0 | 100 | 100001 | 101011 | 110100 | 10100 | 101111 |
Color Harmonies of #918B61
Complementary color
Monochromatic Colors of #918B61
Black with #918B61
Text Example
Text Example
White with #918B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B61; }
p { color: rgb(145,139,97); }
H1.HeaderClassName
{
color: #918B61;
}
.AnyTagClassName
{
color: #918B61;
}
</style>
background-color css
<style>
a { background-color: #918B61; }
a { background-color: rgb(145,139,97); }
div.DivClassName
{
background-color: #918B61;
}
.BgClassName
{
background-color: #918B61;
}
</style>
border-color css
<style>
span { border-color: #918B61; }
span { border-color: rgb(145,139,97); }
td.TdClassName
{
border-color: #918B61;
}
.TagClassName
{
border-color: #918B61;
}
</style>