Shades of Bandicoot #88846C
Tints of Bandicoot #88846C
RGB
CMYK
RGB Variations
Color information
#88846C (or 0x88846C) is known color: Bandicoot. HEX triplet: 88, 84 and 6C. RGB value is (136,132,108). Sum of RGB (Red+Green+Blue) = 136+132+108=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88846C is #777B93. Grayscale: #828282. Windows color (decimal): -7830420 or 7111816. OLE color: 7111816.
HSL color Cylindrical-coordinate representation of color #88846C: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88846C is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 108 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.47 |
| HSL | 51.43º | 0.11% | 0.48% | - |
| HSV(B) | 51.43º | 0.21% | 0.53% | - |
| XYZ | 21.11 | 22.82 | 17.48 | - |
| YUV | 130.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 108 | 0 | 0.03 | 0.21 | 0.47 | 51.43 | 0.11 | 0.48 |
| Hex | 88 | 84 | 6C | 0 | 3 | 15 | 2F | 33 | B | 30 |
| Octal | 210 | 204 | 154 | 0 | 3 | 25 | 57 | 63 | 13 | 60 |
| Binary | 10001000 | 10000100 | 1101100 | 0 | 11 | 10101 | 101111 | 110011 | 1011 | 110000 |
Color Harmonies of #88846C
Complementary color
Monochromatic Colors of #88846C
Black with #88846C
Text Example
Text Example
White with #88846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88846C; }
p { color: rgb(136,132,108); }
H1.HeaderClassName
{
color: #88846C;
}
.AnyTagClassName
{
color: #88846C;
}
</style>
background-color css
<style>
a { background-color: #88846C; }
a { background-color: rgb(136,132,108); }
div.DivClassName
{
background-color: #88846C;
}
.BgClassName
{
background-color: #88846C;
}
</style>
border-color css
<style>
span { border-color: #88846C; }
span { border-color: rgb(136,132,108); }
td.TdClassName
{
border-color: #88846C;
}
.TagClassName
{
border-color: #88846C;
}
</style>