Shades of Bandicoot #858166
Tints of Bandicoot #858166
RGB
CMYK
RGB Variations
Color information
#858166 (or 0x858166) is known color: Bandicoot. HEX triplet: 85, 81 and 66. RGB value is (133,129,102). Sum of RGB (Red+Green+Blue) = 133+129+102=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #858166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858166 is #7A7E99. Grayscale: #7F7F7F. Windows color (decimal): -8027802 or 6717829. OLE color: 6717829.
HSL color Cylindrical-coordinate representation of color #858166: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858166 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 102 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.48 |
| HSL | 52.26º | 0.13% | 0.46% | - |
| HSV(B) | 52.26º | 0.23% | 0.52% | - |
| XYZ | 19.92 | 21.65 | 15.7 | - |
| YUV | 127.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 102 | 0 | 0.03 | 0.23 | 0.48 | 52.26 | 0.13 | 0.46 |
| Hex | 85 | 81 | 66 | 0 | 3 | 17 | 30 | 34 | D | 2E |
| Octal | 205 | 201 | 146 | 0 | 3 | 27 | 60 | 64 | 15 | 56 |
| Binary | 10000101 | 10000001 | 1100110 | 0 | 11 | 10111 | 110000 | 110100 | 1101 | 101110 |
Color Harmonies of #858166
Complementary color
Monochromatic Colors of #858166
Black with #858166
Text Example
Text Example
White with #858166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858166; }
p { color: rgb(133,129,102); }
H1.HeaderClassName
{
color: #858166;
}
.AnyTagClassName
{
color: #858166;
}
</style>
background-color css
<style>
a { background-color: #858166; }
a { background-color: rgb(133,129,102); }
div.DivClassName
{
background-color: #858166;
}
.BgClassName
{
background-color: #858166;
}
</style>
border-color css
<style>
span { border-color: #858166; }
span { border-color: rgb(133,129,102); }
td.TdClassName
{
border-color: #858166;
}
.TagClassName
{
border-color: #858166;
}
</style>