Shades of Bandicoot #898561
Tints of Bandicoot #898561
RGB
CMYK
RGB Variations
Color information
#898561 (or 0x898561) is known color: Bandicoot. HEX triplet: 89, 85 and 61. RGB value is (137,133,97). Sum of RGB (Red+Green+Blue) = 137+133+97=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #898561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898561 is #767A9E. Grayscale: #828282. Windows color (decimal): -7764639 or 6391177. OLE color: 6391177.
HSL color Cylindrical-coordinate representation of color #898561: hue angle of 54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898561 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 97 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.46 |
| HSL | 54º | 0.17% | 0.46% | - |
| HSV(B) | 54º | 0.29% | 0.54% | - |
| XYZ | 20.86 | 22.96 | 14.64 | - |
| YUV | 130.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 97 | 0 | 0.03 | 0.29 | 0.46 | 54 | 0.17 | 0.46 |
| Hex | 89 | 85 | 61 | 0 | 3 | 1D | 2E | 36 | 11 | 2E |
| Octal | 211 | 205 | 141 | 0 | 3 | 35 | 56 | 66 | 21 | 56 |
| Binary | 10001001 | 10000101 | 1100001 | 0 | 11 | 11101 | 101110 | 110110 | 10001 | 101110 |
Color Harmonies of #898561
Complementary color
Monochromatic Colors of #898561
Black with #898561
Text Example
Text Example
White with #898561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898561; }
p { color: rgb(137,133,97); }
H1.HeaderClassName
{
color: #898561;
}
.AnyTagClassName
{
color: #898561;
}
</style>
background-color css
<style>
a { background-color: #898561; }
a { background-color: rgb(137,133,97); }
div.DivClassName
{
background-color: #898561;
}
.BgClassName
{
background-color: #898561;
}
</style>
border-color css
<style>
span { border-color: #898561; }
span { border-color: rgb(137,133,97); }
td.TdClassName
{
border-color: #898561;
}
.TagClassName
{
border-color: #898561;
}
</style>