Shades of Bandicoot #89856E
Tints of Bandicoot #89856E
RGB
CMYK
RGB Variations
Color information
#89856E (or 0x89856E) is known color: Bandicoot. HEX triplet: 89, 85 and 6E. RGB value is (137,133,110). Sum of RGB (Red+Green+Blue) = 137+133+110=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89856E is #767A91. Grayscale: #838383. Windows color (decimal): -7764626 or 7243145. OLE color: 7243145.
HSL color Cylindrical-coordinate representation of color #89856E: hue angle of 51.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89856E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 110 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.46 |
| HSL | 51.11º | 0.11% | 0.48% | - |
| HSV(B) | 51.11º | 0.2% | 0.54% | - |
| XYZ | 21.52 | 23.22 | 18.1 | - |
| YUV | 131.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 110 | 0 | 0.03 | 0.20 | 0.46 | 51.11 | 0.11 | 0.48 |
| Hex | 89 | 85 | 6E | 0 | 3 | 14 | 2E | 33 | B | 30 |
| Octal | 211 | 205 | 156 | 0 | 3 | 24 | 56 | 63 | 13 | 60 |
| Binary | 10001001 | 10000101 | 1101110 | 0 | 11 | 10100 | 101110 | 110011 | 1011 | 110000 |
Color Harmonies of #89856E
Complementary color
Monochromatic Colors of #89856E
Black with #89856E
Text Example
Text Example
White with #89856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89856E; }
p { color: rgb(137,133,110); }
H1.HeaderClassName
{
color: #89856E;
}
.AnyTagClassName
{
color: #89856E;
}
</style>
background-color css
<style>
a { background-color: #89856E; }
a { background-color: rgb(137,133,110); }
div.DivClassName
{
background-color: #89856E;
}
.BgClassName
{
background-color: #89856E;
}
</style>
border-color css
<style>
span { border-color: #89856E; }
span { border-color: rgb(137,133,110); }
td.TdClassName
{
border-color: #89856E;
}
.TagClassName
{
border-color: #89856E;
}
</style>