Shades of Bandicoot #888669
Tints of Bandicoot #888669
RGB
CMYK
RGB Variations
Color information
#888669 (or 0x888669) is known color: Bandicoot. HEX triplet: 88, 86 and 69. RGB value is (136,134,105). Sum of RGB (Red+Green+Blue) = 136+134+105=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #888669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888669 is #777996. Grayscale: #838383. Windows color (decimal): -7829911 or 6915720. OLE color: 6915720.
HSL color Cylindrical-coordinate representation of color #888669: hue angle of 56.13º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888669 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 105 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.47 |
| HSL | 56.13º | 0.13% | 0.47% | - |
| HSV(B) | 56.13º | 0.23% | 0.53% | - |
| XYZ | 21.23 | 23.3 | 16.74 | - |
| YUV | 131.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 105 | 0 | 0.01 | 0.23 | 0.47 | 56.13 | 0.13 | 0.47 |
| Hex | 88 | 86 | 69 | 0 | 1 | 17 | 2F | 38 | D | 2F |
| Octal | 210 | 206 | 151 | 0 | 1 | 27 | 57 | 70 | 15 | 57 |
| Binary | 10001000 | 10000110 | 1101001 | 0 | 1 | 10111 | 101111 | 111000 | 1101 | 101111 |
Color Harmonies of #888669
Complementary color
Monochromatic Colors of #888669
Black with #888669
Text Example
Text Example
White with #888669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888669; }
p { color: rgb(136,134,105); }
H1.HeaderClassName
{
color: #888669;
}
.AnyTagClassName
{
color: #888669;
}
</style>
background-color css
<style>
a { background-color: #888669; }
a { background-color: rgb(136,134,105); }
div.DivClassName
{
background-color: #888669;
}
.BgClassName
{
background-color: #888669;
}
</style>
border-color css
<style>
span { border-color: #888669; }
span { border-color: rgb(136,134,105); }
td.TdClassName
{
border-color: #888669;
}
.TagClassName
{
border-color: #888669;
}
</style>