Shades of Bandicoot #86875A
Tints of Bandicoot #86875A
RGB
CMYK
RGB Variations
Color information
#86875A (or 0x86875A) is known color: Bandicoot. HEX triplet: 86, 87 and 5A. RGB value is (134,135,90). Sum of RGB (Red+Green+Blue) = 134+135+90=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #86875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86875A is #7978A5. Grayscale: #818181. Windows color (decimal): -7960742 or 5932934. OLE color: 5932934.
HSL color Cylindrical-coordinate representation of color #86875A: hue angle of 61.33º degrees, saturation: 0.2, 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 #86875A is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 90 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.47 |
| HSL | 61.33º | 0.2% | 0.44% | - |
| HSV(B) | 61.33º | 0.33% | 0.53% | - |
| XYZ | 20.34 | 23.13 | 13.07 | - |
| YUV | 129.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 90 | 0.01 | 0 | 0.33 | 0.47 | 61.33 | 0.2 | 0.44 |
| Hex | 86 | 87 | 5A | 1 | 0 | 21 | 2F | 3D | 14 | 2C |
| Octal | 206 | 207 | 132 | 1 | 0 | 41 | 57 | 75 | 24 | 54 |
| Binary | 10000110 | 10000111 | 1011010 | 1 | 0 | 100001 | 101111 | 111101 | 10100 | 101100 |
Color Harmonies of #86875A
Complementary color
Monochromatic Colors of #86875A
Black with #86875A
Text Example
Text Example
White with #86875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86875A; }
p { color: rgb(134,135,90); }
H1.HeaderClassName
{
color: #86875A;
}
.AnyTagClassName
{
color: #86875A;
}
</style>
background-color css
<style>
a { background-color: #86875A; }
a { background-color: rgb(134,135,90); }
div.DivClassName
{
background-color: #86875A;
}
.BgClassName
{
background-color: #86875A;
}
</style>
border-color css
<style>
span { border-color: #86875A; }
span { border-color: rgb(134,135,90); }
td.TdClassName
{
border-color: #86875A;
}
.TagClassName
{
border-color: #86875A;
}
</style>