Shades of Bandicoot #918B64
Tints of Bandicoot #918B64
RGB
CMYK
RGB Variations
Color information
#918B64 (or 0x918B64) is known color: Bandicoot. HEX triplet: 91, 8B and 64. RGB value is (145,139,100). Sum of RGB (Red+Green+Blue) = 145+139+100=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B64 is #6E749B. Grayscale: #888888. Windows color (decimal): -7238812 or 6589329. OLE color: 6589329.
HSL color Cylindrical-coordinate representation of color #918B64: hue angle of 52º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918B64 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 100 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.43 |
| HSL | 52º | 0.18% | 0.48% | - |
| HSV(B) | 52º | 0.31% | 0.57% | - |
| XYZ | 23.21 | 25.41 | 15.74 | - |
| YUV | 136.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 100 | 0 | 0.04 | 0.31 | 0.43 | 52 | 0.18 | 0.48 |
| Hex | 91 | 8B | 64 | 0 | 4 | 1F | 2B | 34 | 12 | 30 |
| Octal | 221 | 213 | 144 | 0 | 4 | 37 | 53 | 64 | 22 | 60 |
| Binary | 10010001 | 10001011 | 1100100 | 0 | 100 | 11111 | 101011 | 110100 | 10010 | 110000 |
Color Harmonies of #918B64
Complementary color
Monochromatic Colors of #918B64
Black with #918B64
Text Example
Text Example
White with #918B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B64; }
p { color: rgb(145,139,100); }
H1.HeaderClassName
{
color: #918B64;
}
.AnyTagClassName
{
color: #918B64;
}
</style>
background-color css
<style>
a { background-color: #918B64; }
a { background-color: rgb(145,139,100); }
div.DivClassName
{
background-color: #918B64;
}
.BgClassName
{
background-color: #918B64;
}
</style>
border-color css
<style>
span { border-color: #918B64; }
span { border-color: rgb(145,139,100); }
td.TdClassName
{
border-color: #918B64;
}
.TagClassName
{
border-color: #918B64;
}
</style>