Shades of Bandicoot #86875B
Tints of Bandicoot #86875B
RGB
CMYK
RGB Variations
Color information
#86875B (or 0x86875B) is known color: Bandicoot. HEX triplet: 86, 87 and 5B. RGB value is (134,135,91). Sum of RGB (Red+Green+Blue) = 134+135+91=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #86875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86875B is #7978A4. Grayscale: #818181. Windows color (decimal): -7960741 or 5998470. OLE color: 5998470.
HSL color Cylindrical-coordinate representation of color #86875B: hue angle of 61.36º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86875B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 91 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.47 |
| HSL | 61.36º | 0.19% | 0.44% | - |
| HSV(B) | 61.36º | 0.33% | 0.53% | - |
| XYZ | 20.38 | 23.15 | 13.29 | - |
| YUV | 129.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 91 | 0.01 | 0 | 0.33 | 0.47 | 61.36 | 0.19 | 0.44 |
| Hex | 86 | 87 | 5B | 1 | 0 | 21 | 2F | 3D | 13 | 2C |
| Octal | 206 | 207 | 133 | 1 | 0 | 41 | 57 | 75 | 23 | 54 |
| Binary | 10000110 | 10000111 | 1011011 | 1 | 0 | 100001 | 101111 | 111101 | 10011 | 101100 |
Color Harmonies of #86875B
Complementary color
Monochromatic Colors of #86875B
Black with #86875B
Text Example
Text Example
White with #86875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86875B; }
p { color: rgb(134,135,91); }
H1.HeaderClassName
{
color: #86875B;
}
.AnyTagClassName
{
color: #86875B;
}
</style>
background-color css
<style>
a { background-color: #86875B; }
a { background-color: rgb(134,135,91); }
div.DivClassName
{
background-color: #86875B;
}
.BgClassName
{
background-color: #86875B;
}
</style>
border-color css
<style>
span { border-color: #86875B; }
span { border-color: rgb(134,135,91); }
td.TdClassName
{
border-color: #86875B;
}
.TagClassName
{
border-color: #86875B;
}
</style>