Shades of Bandicoot #888665
Tints of Bandicoot #888665
RGB
CMYK
RGB Variations
Color information
#888665 (or 0x888665) is known color: Bandicoot. HEX triplet: 88, 86 and 65. RGB value is (136,134,101). Sum of RGB (Red+Green+Blue) = 136+134+101=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #888665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888665 is #77799A. Grayscale: #828282. Windows color (decimal): -7829915 or 6653576. OLE color: 6653576.
HSL color Cylindrical-coordinate representation of color #888665: hue angle of 56.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #888665 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 101 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.47 |
| HSL | 56.57º | 0.15% | 0.46% | - |
| HSV(B) | 56.57º | 0.26% | 0.53% | - |
| XYZ | 21.03 | 23.22 | 15.69 | - |
| YUV | 130.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 101 | 0 | 0.01 | 0.26 | 0.47 | 56.57 | 0.15 | 0.46 |
| Hex | 88 | 86 | 65 | 0 | 1 | 1A | 2F | 39 | F | 2E |
| Octal | 210 | 206 | 145 | 0 | 1 | 32 | 57 | 71 | 17 | 56 |
| Binary | 10001000 | 10000110 | 1100101 | 0 | 1 | 11010 | 101111 | 111001 | 1111 | 101110 |
Color Harmonies of #888665
Complementary color
Monochromatic Colors of #888665
Black with #888665
Text Example
Text Example
White with #888665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888665; }
p { color: rgb(136,134,101); }
H1.HeaderClassName
{
color: #888665;
}
.AnyTagClassName
{
color: #888665;
}
</style>
background-color css
<style>
a { background-color: #888665; }
a { background-color: rgb(136,134,101); }
div.DivClassName
{
background-color: #888665;
}
.BgClassName
{
background-color: #888665;
}
</style>
border-color css
<style>
span { border-color: #888665; }
span { border-color: rgb(136,134,101); }
td.TdClassName
{
border-color: #888665;
}
.TagClassName
{
border-color: #888665;
}
</style>