Shades of Bandicoot #858266
Tints of Bandicoot #858266
RGB
CMYK
RGB Variations
Color information
#858266 (or 0x858266) is known color: Bandicoot. HEX triplet: 85, 82 and 66. RGB value is (133,130,102). Sum of RGB (Red+Green+Blue) = 133+130+102=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #858266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858266 is #7A7D99. Grayscale: #7F7F7F. Windows color (decimal): -8027546 or 6718085. OLE color: 6718085.
HSL color Cylindrical-coordinate representation of color #858266: hue angle of 54.19º 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 #858266 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 102 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.48 |
| HSL | 54.19º | 0.13% | 0.46% | - |
| HSV(B) | 54.19º | 0.23% | 0.52% | - |
| XYZ | 20.05 | 21.91 | 15.74 | - |
| YUV | 127.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 102 | 0 | 0.02 | 0.23 | 0.48 | 54.19 | 0.13 | 0.46 |
| Hex | 85 | 82 | 66 | 0 | 2 | 17 | 30 | 36 | D | 2E |
| Octal | 205 | 202 | 146 | 0 | 2 | 27 | 60 | 66 | 15 | 56 |
| Binary | 10000101 | 10000010 | 1100110 | 0 | 10 | 10111 | 110000 | 110110 | 1101 | 101110 |
Color Harmonies of #858266
Complementary color
Monochromatic Colors of #858266
Black with #858266
Text Example
Text Example
White with #858266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858266; }
p { color: rgb(133,130,102); }
H1.HeaderClassName
{
color: #858266;
}
.AnyTagClassName
{
color: #858266;
}
</style>
background-color css
<style>
a { background-color: #858266; }
a { background-color: rgb(133,130,102); }
div.DivClassName
{
background-color: #858266;
}
.BgClassName
{
background-color: #858266;
}
</style>
border-color css
<style>
span { border-color: #858266; }
span { border-color: rgb(133,130,102); }
td.TdClassName
{
border-color: #858266;
}
.TagClassName
{
border-color: #858266;
}
</style>