Shades of Bandicoot #86826A
Tints of Bandicoot #86826A
RGB
CMYK
RGB Variations
Color information
#86826A (or 0x86826A) is known color: Bandicoot. HEX triplet: 86, 82 and 6A. RGB value is (134,130,106). Sum of RGB (Red+Green+Blue) = 134+130+106=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #86826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86826A is #797D95. Grayscale: #808080. Windows color (decimal): -7962006 or 6980230. OLE color: 6980230.
HSL color Cylindrical-coordinate representation of color #86826A: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86826A is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 106 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.47 |
| HSL | 51.43º | 0.12% | 0.47% | - |
| HSV(B) | 51.43º | 0.21% | 0.53% | - |
| XYZ | 20.42 | 22.07 | 16.82 | - |
| YUV | 128.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 106 | 0 | 0.03 | 0.21 | 0.47 | 51.43 | 0.12 | 0.47 |
| Hex | 86 | 82 | 6A | 0 | 3 | 15 | 2F | 33 | C | 2F |
| Octal | 206 | 202 | 152 | 0 | 3 | 25 | 57 | 63 | 14 | 57 |
| Binary | 10000110 | 10000010 | 1101010 | 0 | 11 | 10101 | 101111 | 110011 | 1100 | 101111 |
Color Harmonies of #86826A
Complementary color
Monochromatic Colors of #86826A
Black with #86826A
Text Example
Text Example
White with #86826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86826A; }
p { color: rgb(134,130,106); }
H1.HeaderClassName
{
color: #86826A;
}
.AnyTagClassName
{
color: #86826A;
}
</style>
background-color css
<style>
a { background-color: #86826A; }
a { background-color: rgb(134,130,106); }
div.DivClassName
{
background-color: #86826A;
}
.BgClassName
{
background-color: #86826A;
}
</style>
border-color css
<style>
span { border-color: #86826A; }
span { border-color: rgb(134,130,106); }
td.TdClassName
{
border-color: #86826A;
}
.TagClassName
{
border-color: #86826A;
}
</style>