Shades of Bandicoot #898961
Tints of Bandicoot #898961
RGB
CMYK
RGB Variations
Color information
#898961 (or 0x898961) is known color: Bandicoot. HEX triplet: 89, 89 and 61. RGB value is (137,137,97). Sum of RGB (Red+Green+Blue) = 137+137+97=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898961 is #76769E. Grayscale: #848484. Windows color (decimal): -7763615 or 6392201. OLE color: 6392201.
HSL color Cylindrical-coordinate representation of color #898961: hue angle of 60º 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 #898961 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 97 | - |
| CMYK | 0 | 0 | 0.29 | 0.46 |
| HSL | 60º | 0.17% | 0.46% | - |
| HSV(B) | 60º | 0.29% | 0.54% | - |
| XYZ | 21.42 | 24.07 | 14.83 | - |
| YUV | 132.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 97 | 0 | 0 | 0.29 | 0.46 | 60 | 0.17 | 0.46 |
| Hex | 89 | 89 | 61 | 0 | 0 | 1D | 2E | 3C | 11 | 2E |
| Octal | 211 | 211 | 141 | 0 | 0 | 35 | 56 | 74 | 21 | 56 |
| Binary | 10001001 | 10001001 | 1100001 | 0 | 0 | 11101 | 101110 | 111100 | 10001 | 101110 |
Color Harmonies of #898961
Complementary color
Monochromatic Colors of #898961
Black with #898961
Text Example
Text Example
White with #898961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898961; }
p { color: rgb(137,137,97); }
H1.HeaderClassName
{
color: #898961;
}
.AnyTagClassName
{
color: #898961;
}
</style>
background-color css
<style>
a { background-color: #898961; }
a { background-color: rgb(137,137,97); }
div.DivClassName
{
background-color: #898961;
}
.BgClassName
{
background-color: #898961;
}
</style>
border-color css
<style>
span { border-color: #898961; }
span { border-color: rgb(137,137,97); }
td.TdClassName
{
border-color: #898961;
}
.TagClassName
{
border-color: #898961;
}
</style>