Shades of Bandicoot #918B60
Tints of Bandicoot #918B60
RGB
CMYK
RGB Variations
Color information
#918B60 (or 0x918B60) is known color: Bandicoot. HEX triplet: 91, 8B and 60. RGB value is (145,139,96). Sum of RGB (Red+Green+Blue) = 145+139+96=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #918B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B60 is #6E749F. Grayscale: #888888. Windows color (decimal): -7238816 or 6327185. OLE color: 6327185.
HSL color Cylindrical-coordinate representation of color #918B60: hue angle of 52.65º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918B60 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 96 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.43 |
| HSL | 52.65º | 0.2% | 0.47% | - |
| HSV(B) | 52.65º | 0.34% | 0.57% | - |
| XYZ | 23.02 | 25.33 | 14.74 | - |
| YUV | 135.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 96 | 0 | 0.04 | 0.34 | 0.43 | 52.65 | 0.2 | 0.47 |
| Hex | 91 | 8B | 60 | 0 | 4 | 22 | 2B | 35 | 14 | 2F |
| Octal | 221 | 213 | 140 | 0 | 4 | 42 | 53 | 65 | 24 | 57 |
| Binary | 10010001 | 10001011 | 1100000 | 0 | 100 | 100010 | 101011 | 110101 | 10100 | 101111 |
Color Harmonies of #918B60
Complementary color
Monochromatic Colors of #918B60
Black with #918B60
Text Example
Text Example
White with #918B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B60; }
p { color: rgb(145,139,96); }
H1.HeaderClassName
{
color: #918B60;
}
.AnyTagClassName
{
color: #918B60;
}
</style>
background-color css
<style>
a { background-color: #918B60; }
a { background-color: rgb(145,139,96); }
div.DivClassName
{
background-color: #918B60;
}
.BgClassName
{
background-color: #918B60;
}
</style>
border-color css
<style>
span { border-color: #918B60; }
span { border-color: rgb(145,139,96); }
td.TdClassName
{
border-color: #918B60;
}
.TagClassName
{
border-color: #918B60;
}
</style>