Shades of Bandicoot #858561
Tints of Bandicoot #858561
RGB
CMYK
RGB Variations
Color information
#858561 (or 0x858561) is known color: Bandicoot. HEX triplet: 85, 85 and 61. RGB value is (133,133,97). Sum of RGB (Red+Green+Blue) = 133+133+97=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858561 is #7A7A9E. Grayscale: #818181. Windows color (decimal): -8026783 or 6391173. OLE color: 6391173.
HSL color Cylindrical-coordinate representation of color #858561: hue angle of 60º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858561 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 97 | - |
| CMYK | 0 | 0 | 0.27 | 0.48 |
| HSL | 60º | 0.16% | 0.45% | - |
| HSV(B) | 60º | 0.27% | 0.52% | - |
| XYZ | 20.22 | 22.62 | 14.61 | - |
| YUV | 128.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 97 | 0 | 0 | 0.27 | 0.48 | 60 | 0.16 | 0.45 |
| Hex | 85 | 85 | 61 | 0 | 0 | 1B | 30 | 3C | 10 | 2D |
| Octal | 205 | 205 | 141 | 0 | 0 | 33 | 60 | 74 | 20 | 55 |
| Binary | 10000101 | 10000101 | 1100001 | 0 | 0 | 11011 | 110000 | 111100 | 10000 | 101101 |
Color Harmonies of #858561
Complementary color
Monochromatic Colors of #858561
Black with #858561
Text Example
Text Example
White with #858561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858561; }
p { color: rgb(133,133,97); }
H1.HeaderClassName
{
color: #858561;
}
.AnyTagClassName
{
color: #858561;
}
</style>
background-color css
<style>
a { background-color: #858561; }
a { background-color: rgb(133,133,97); }
div.DivClassName
{
background-color: #858561;
}
.BgClassName
{
background-color: #858561;
}
</style>
border-color css
<style>
span { border-color: #858561; }
span { border-color: rgb(133,133,97); }
td.TdClassName
{
border-color: #858561;
}
.TagClassName
{
border-color: #858561;
}
</style>