Shades of Bandicoot #89866B
Tints of Bandicoot #89866B
RGB
CMYK
RGB Variations
Color information
#89866B (or 0x89866B) is known color: Bandicoot. HEX triplet: 89, 86 and 6B. RGB value is (137,134,107). Sum of RGB (Red+Green+Blue) = 137+134+107=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89866B is #767994. Grayscale: #838383. Windows color (decimal): -7764373 or 7046793. OLE color: 7046793.
HSL color Cylindrical-coordinate representation of color #89866B: hue angle of 54º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89866B is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 134 | 107 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.46 |
| HSL | 54º | 0.12% | 0.48% | - |
| HSV(B) | 54º | 0.22% | 0.54% | - |
| XYZ | 21.5 | 23.43 | 17.3 | - |
| YUV | 131.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 107 | 0 | 0.02 | 0.22 | 0.46 | 54 | 0.12 | 0.48 |
| Hex | 89 | 86 | 6B | 0 | 2 | 16 | 2E | 36 | C | 30 |
| Octal | 211 | 206 | 153 | 0 | 2 | 26 | 56 | 66 | 14 | 60 |
| Binary | 10001001 | 10000110 | 1101011 | 0 | 10 | 10110 | 101110 | 110110 | 1100 | 110000 |
Color Harmonies of #89866B
Complementary color
Monochromatic Colors of #89866B
Black with #89866B
Text Example
Text Example
White with #89866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89866B; }
p { color: rgb(137,134,107); }
H1.HeaderClassName
{
color: #89866B;
}
.AnyTagClassName
{
color: #89866B;
}
</style>
background-color css
<style>
a { background-color: #89866B; }
a { background-color: rgb(137,134,107); }
div.DivClassName
{
background-color: #89866B;
}
.BgClassName
{
background-color: #89866B;
}
</style>
border-color css
<style>
span { border-color: #89866B; }
span { border-color: rgb(137,134,107); }
td.TdClassName
{
border-color: #89866B;
}
.TagClassName
{
border-color: #89866B;
}
</style>