Shades of Bandicoot #868755
Tints of Bandicoot #868755
RGB
CMYK
RGB Variations
Color information
#868755 (or 0x868755) is known color: Bandicoot. HEX triplet: 86, 87 and 55. RGB value is (134,135,85). Sum of RGB (Red+Green+Blue) = 134+135+85=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #868755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868755 is #7978AA. Grayscale: #818181. Windows color (decimal): -7960747 or 5605254. OLE color: 5605254.
HSL color Cylindrical-coordinate representation of color #868755: hue angle of 61.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868755 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 85 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.47 |
| HSL | 61.2º | 0.23% | 0.43% | - |
| HSV(B) | 61.2º | 0.37% | 0.53% | - |
| XYZ | 20.14 | 23.05 | 11.98 | - |
| YUV | 129 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 85 | 0.01 | 0 | 0.37 | 0.47 | 61.2 | 0.23 | 0.43 |
| Hex | 86 | 87 | 55 | 1 | 0 | 25 | 2F | 3D | 17 | 2B |
| Octal | 206 | 207 | 125 | 1 | 0 | 45 | 57 | 75 | 27 | 53 |
| Binary | 10000110 | 10000111 | 1010101 | 1 | 0 | 100101 | 101111 | 111101 | 10111 | 101011 |
Color Harmonies of #868755
Complementary color
Monochromatic Colors of #868755
Black with #868755
Text Example
Text Example
White with #868755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868755; }
p { color: rgb(134,135,85); }
H1.HeaderClassName
{
color: #868755;
}
.AnyTagClassName
{
color: #868755;
}
</style>
background-color css
<style>
a { background-color: #868755; }
a { background-color: rgb(134,135,85); }
div.DivClassName
{
background-color: #868755;
}
.BgClassName
{
background-color: #868755;
}
</style>
border-color css
<style>
span { border-color: #868755; }
span { border-color: rgb(134,135,85); }
td.TdClassName
{
border-color: #868755;
}
.TagClassName
{
border-color: #868755;
}
</style>