Shades of Bandicoot #8C865B
Tints of Bandicoot #8C865B
RGB
CMYK
RGB Variations
Color information
#8C865B (or 0x8C865B) is known color: Bandicoot. HEX triplet: 8C, 86 and 5B. RGB value is (140,134,91). Sum of RGB (Red+Green+Blue) = 140+134+91=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C865B is #7379A4. Grayscale: #838383. Windows color (decimal): -7567781 or 5998220. OLE color: 5998220.
HSL color Cylindrical-coordinate representation of color #8C865B: hue angle of 52.65º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C865B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 91 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.45 |
| HSL | 52.65º | 0.21% | 0.45% | - |
| HSV(B) | 52.65º | 0.35% | 0.55% | - |
| XYZ | 21.23 | 23.38 | 13.29 | - |
| YUV | 130.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 91 | 0 | 0.04 | 0.35 | 0.45 | 52.65 | 0.21 | 0.45 |
| Hex | 8C | 86 | 5B | 0 | 4 | 23 | 2D | 35 | 15 | 2D |
| Octal | 214 | 206 | 133 | 0 | 4 | 43 | 55 | 65 | 25 | 55 |
| Binary | 10001100 | 10000110 | 1011011 | 0 | 100 | 100011 | 101101 | 110101 | 10101 | 101101 |
Color Harmonies of #8C865B
Complementary color
Monochromatic Colors of #8C865B
Black with #8C865B
Text Example
Text Example
White with #8C865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C865B; }
p { color: rgb(140,134,91); }
H1.HeaderClassName
{
color: #8C865B;
}
.AnyTagClassName
{
color: #8C865B;
}
</style>
background-color css
<style>
a { background-color: #8C865B; }
a { background-color: rgb(140,134,91); }
div.DivClassName
{
background-color: #8C865B;
}
.BgClassName
{
background-color: #8C865B;
}
</style>
border-color css
<style>
span { border-color: #8C865B; }
span { border-color: rgb(140,134,91); }
td.TdClassName
{
border-color: #8C865B;
}
.TagClassName
{
border-color: #8C865B;
}
</style>