Shades of Bandicoot #858164
Tints of Bandicoot #858164
RGB
CMYK
RGB Variations
Color information
#858164 (or 0x858164) is known color: Bandicoot. HEX triplet: 85, 81 and 64. RGB value is (133,129,100). Sum of RGB (Red+Green+Blue) = 133+129+100=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #858164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858164 is #7A7E9B. Grayscale: #7F7F7F. Windows color (decimal): -8027804 or 6586757. OLE color: 6586757.
HSL color Cylindrical-coordinate representation of color #858164: hue angle of 52.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #858164 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 100 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.48 |
| HSL | 52.73º | 0.14% | 0.46% | - |
| HSV(B) | 52.73º | 0.25% | 0.52% | - |
| XYZ | 19.82 | 21.61 | 15.18 | - |
| YUV | 126.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 100 | 0 | 0.03 | 0.25 | 0.48 | 52.73 | 0.14 | 0.46 |
| Hex | 85 | 81 | 64 | 0 | 3 | 19 | 30 | 35 | E | 2E |
| Octal | 205 | 201 | 144 | 0 | 3 | 31 | 60 | 65 | 16 | 56 |
| Binary | 10000101 | 10000001 | 1100100 | 0 | 11 | 11001 | 110000 | 110101 | 1110 | 101110 |
Color Harmonies of #858164
Complementary color
Monochromatic Colors of #858164
Black with #858164
Text Example
Text Example
White with #858164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858164; }
p { color: rgb(133,129,100); }
H1.HeaderClassName
{
color: #858164;
}
.AnyTagClassName
{
color: #858164;
}
</style>
background-color css
<style>
a { background-color: #858164; }
a { background-color: rgb(133,129,100); }
div.DivClassName
{
background-color: #858164;
}
.BgClassName
{
background-color: #858164;
}
</style>
border-color css
<style>
span { border-color: #858164; }
span { border-color: rgb(133,129,100); }
td.TdClassName
{
border-color: #858164;
}
.TagClassName
{
border-color: #858164;
}
</style>