Shades of Bandicoot #868163
Tints of Bandicoot #868163
RGB
CMYK
RGB Variations
Color information
#868163 (or 0x868163) is known color: Bandicoot. HEX triplet: 86, 81 and 63. RGB value is (134,129,99). Sum of RGB (Red+Green+Blue) = 134+129+99=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #868163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868163 is #797E9C. Grayscale: #7F7F7F. Windows color (decimal): -7962269 or 6521222. OLE color: 6521222.
HSL color Cylindrical-coordinate representation of color #868163: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #868163 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 99 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.47 |
| HSL | 51.43º | 0.15% | 0.46% | - |
| HSV(B) | 51.43º | 0.26% | 0.53% | - |
| XYZ | 19.93 | 21.67 | 14.94 | - |
| YUV | 127.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 99 | 0 | 0.04 | 0.26 | 0.47 | 51.43 | 0.15 | 0.46 |
| Hex | 86 | 81 | 63 | 0 | 4 | 1A | 2F | 33 | F | 2E |
| Octal | 206 | 201 | 143 | 0 | 4 | 32 | 57 | 63 | 17 | 56 |
| Binary | 10000110 | 10000001 | 1100011 | 0 | 100 | 11010 | 101111 | 110011 | 1111 | 101110 |
Color Harmonies of #868163
Complementary color
Monochromatic Colors of #868163
Black with #868163
Text Example
Text Example
White with #868163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868163; }
p { color: rgb(134,129,99); }
H1.HeaderClassName
{
color: #868163;
}
.AnyTagClassName
{
color: #868163;
}
</style>
background-color css
<style>
a { background-color: #868163; }
a { background-color: rgb(134,129,99); }
div.DivClassName
{
background-color: #868163;
}
.BgClassName
{
background-color: #868163;
}
</style>
border-color css
<style>
span { border-color: #868163; }
span { border-color: rgb(134,129,99); }
td.TdClassName
{
border-color: #868163;
}
.TagClassName
{
border-color: #868163;
}
</style>