Shades of Bandicoot #89876A
Tints of Bandicoot #89876A
RGB
CMYK
RGB Variations
Color information
#89876A (or 0x89876A) is known color: Bandicoot. HEX triplet: 89, 87 and 6A. RGB value is (137,135,106). Sum of RGB (Red+Green+Blue) = 137+135+106=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89876A is #767895. Grayscale: #848484. Windows color (decimal): -7764118 or 6981513. OLE color: 6981513.
HSL color Cylindrical-coordinate representation of color #89876A: hue angle of 56.13º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89876A is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 106 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.46 |
| HSL | 56.13º | 0.13% | 0.48% | - |
| HSV(B) | 56.13º | 0.23% | 0.54% | - |
| XYZ | 21.58 | 23.69 | 17.07 | - |
| YUV | 132.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 106 | 0 | 0.01 | 0.23 | 0.46 | 56.13 | 0.13 | 0.48 |
| Hex | 89 | 87 | 6A | 0 | 1 | 17 | 2E | 38 | D | 30 |
| Octal | 211 | 207 | 152 | 0 | 1 | 27 | 56 | 70 | 15 | 60 |
| Binary | 10001001 | 10000111 | 1101010 | 0 | 1 | 10111 | 101110 | 111000 | 1101 | 110000 |
Color Harmonies of #89876A
Complementary color
Monochromatic Colors of #89876A
Black with #89876A
Text Example
Text Example
White with #89876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89876A; }
p { color: rgb(137,135,106); }
H1.HeaderClassName
{
color: #89876A;
}
.AnyTagClassName
{
color: #89876A;
}
</style>
background-color css
<style>
a { background-color: #89876A; }
a { background-color: rgb(137,135,106); }
div.DivClassName
{
background-color: #89876A;
}
.BgClassName
{
background-color: #89876A;
}
</style>
border-color css
<style>
span { border-color: #89876A; }
span { border-color: rgb(137,135,106); }
td.TdClassName
{
border-color: #89876A;
}
.TagClassName
{
border-color: #89876A;
}
</style>