Shades of Bandicoot #86826B
Tints of Bandicoot #86826B
RGB
CMYK
RGB Variations
Color information
#86826B (or 0x86826B) is known color: Bandicoot. HEX triplet: 86, 82 and 6B. RGB value is (134,130,107). Sum of RGB (Red+Green+Blue) = 134+130+107=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86826B is #797D94. Grayscale: #808080. Windows color (decimal): -7962005 or 7045766. OLE color: 7045766.
HSL color Cylindrical-coordinate representation of color #86826B: hue angle of 51.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86826B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 107 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.47 |
| HSL | 51.11º | 0.11% | 0.47% | - |
| HSV(B) | 51.11º | 0.2% | 0.53% | - |
| XYZ | 20.47 | 22.1 | 17.1 | - |
| YUV | 128.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 107 | 0 | 0.03 | 0.20 | 0.47 | 51.11 | 0.11 | 0.47 |
| Hex | 86 | 82 | 6B | 0 | 3 | 14 | 2F | 33 | B | 2F |
| Octal | 206 | 202 | 153 | 0 | 3 | 24 | 57 | 63 | 13 | 57 |
| Binary | 10000110 | 10000010 | 1101011 | 0 | 11 | 10100 | 101111 | 110011 | 1011 | 101111 |
Color Harmonies of #86826B
Complementary color
Monochromatic Colors of #86826B
Black with #86826B
Text Example
Text Example
White with #86826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86826B; }
p { color: rgb(134,130,107); }
H1.HeaderClassName
{
color: #86826B;
}
.AnyTagClassName
{
color: #86826B;
}
</style>
background-color css
<style>
a { background-color: #86826B; }
a { background-color: rgb(134,130,107); }
div.DivClassName
{
background-color: #86826B;
}
.BgClassName
{
background-color: #86826B;
}
</style>
border-color css
<style>
span { border-color: #86826B; }
span { border-color: rgb(134,130,107); }
td.TdClassName
{
border-color: #86826B;
}
.TagClassName
{
border-color: #86826B;
}
</style>