Shades of Bandicoot #868266
Tints of Bandicoot #868266
RGB
CMYK
RGB Variations
Color information
#868266 (or 0x868266) is known color: Bandicoot. HEX triplet: 86, 82 and 66. RGB value is (134,130,102). Sum of RGB (Red+Green+Blue) = 134+130+102=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #868266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868266 is #797D99. Grayscale: #808080. Windows color (decimal): -7962010 or 6718086. OLE color: 6718086.
HSL color Cylindrical-coordinate representation of color #868266: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #868266 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 102 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.47 |
| HSL | 52.5º | 0.14% | 0.46% | - |
| HSV(B) | 52.5º | 0.24% | 0.53% | - |
| XYZ | 20.21 | 21.99 | 15.75 | - |
| YUV | 128 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 102 | 0 | 0.03 | 0.24 | 0.47 | 52.5 | 0.14 | 0.46 |
| Hex | 86 | 82 | 66 | 0 | 3 | 18 | 2F | 34 | E | 2E |
| Octal | 206 | 202 | 146 | 0 | 3 | 30 | 57 | 64 | 16 | 56 |
| Binary | 10000110 | 10000010 | 1100110 | 0 | 11 | 11000 | 101111 | 110100 | 1110 | 101110 |
Color Harmonies of #868266
Complementary color
Monochromatic Colors of #868266
Black with #868266
Text Example
Text Example
White with #868266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868266; }
p { color: rgb(134,130,102); }
H1.HeaderClassName
{
color: #868266;
}
.AnyTagClassName
{
color: #868266;
}
</style>
background-color css
<style>
a { background-color: #868266; }
a { background-color: rgb(134,130,102); }
div.DivClassName
{
background-color: #868266;
}
.BgClassName
{
background-color: #868266;
}
</style>
border-color css
<style>
span { border-color: #868266; }
span { border-color: rgb(134,130,102); }
td.TdClassName
{
border-color: #868266;
}
.TagClassName
{
border-color: #868266;
}
</style>