Shades of Bandicoot #88866B
Tints of Bandicoot #88866B
RGB
CMYK
RGB Variations
Color information
#88866B (or 0x88866B) is known color: Bandicoot. HEX triplet: 88, 86 and 6B. RGB value is (136,134,107). Sum of RGB (Red+Green+Blue) = 136+134+107=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88866B is #777994. Grayscale: #838383. Windows color (decimal): -7829909 or 7046792. OLE color: 7046792.
HSL color Cylindrical-coordinate representation of color #88866B: hue angle of 55.86º degrees, saturation: 0.12, 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 #88866B is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 107 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.47 |
| HSL | 55.86º | 0.12% | 0.48% | - |
| HSV(B) | 55.86º | 0.21% | 0.53% | - |
| XYZ | 21.33 | 23.35 | 17.29 | - |
| YUV | 131.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 107 | 0 | 0.01 | 0.21 | 0.47 | 55.86 | 0.12 | 0.48 |
| Hex | 88 | 86 | 6B | 0 | 1 | 15 | 2F | 38 | C | 30 |
| Octal | 210 | 206 | 153 | 0 | 1 | 25 | 57 | 70 | 14 | 60 |
| Binary | 10001000 | 10000110 | 1101011 | 0 | 1 | 10101 | 101111 | 111000 | 1100 | 110000 |
Color Harmonies of #88866B
Complementary color
Monochromatic Colors of #88866B
Black with #88866B
Text Example
Text Example
White with #88866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88866B; }
p { color: rgb(136,134,107); }
H1.HeaderClassName
{
color: #88866B;
}
.AnyTagClassName
{
color: #88866B;
}
</style>
background-color css
<style>
a { background-color: #88866B; }
a { background-color: rgb(136,134,107); }
div.DivClassName
{
background-color: #88866B;
}
.BgClassName
{
background-color: #88866B;
}
</style>
border-color css
<style>
span { border-color: #88866B; }
span { border-color: rgb(136,134,107); }
td.TdClassName
{
border-color: #88866B;
}
.TagClassName
{
border-color: #88866B;
}
</style>