Shades of Bandicoot #8C886D
Tints of Bandicoot #8C886D
RGB
CMYK
RGB Variations
Color information
#8C886D (or 0x8C886D) is known color: Bandicoot. HEX triplet: 8C, 88 and 6D. RGB value is (140,136,109). Sum of RGB (Red+Green+Blue) = 140+136+109=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C886D is #737792. Grayscale: #868686. Windows color (decimal): -7567251 or 7178380. OLE color: 7178380.
HSL color Cylindrical-coordinate representation of color #8C886D: hue angle of 52.26º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C886D is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 109 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.45 |
| HSL | 52.26º | 0.12% | 0.49% | - |
| HSV(B) | 52.26º | 0.22% | 0.55% | - |
| XYZ | 22.38 | 24.29 | 17.98 | - |
| YUV | 134.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 109 | 0 | 0.03 | 0.22 | 0.45 | 52.26 | 0.12 | 0.49 |
| Hex | 8C | 88 | 6D | 0 | 3 | 16 | 2D | 34 | C | 31 |
| Octal | 214 | 210 | 155 | 0 | 3 | 26 | 55 | 64 | 14 | 61 |
| Binary | 10001100 | 10001000 | 1101101 | 0 | 11 | 10110 | 101101 | 110100 | 1100 | 110001 |
Color Harmonies of #8C886D
Complementary color
Monochromatic Colors of #8C886D
Black with #8C886D
Text Example
Text Example
White with #8C886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C886D; }
p { color: rgb(140,136,109); }
H1.HeaderClassName
{
color: #8C886D;
}
.AnyTagClassName
{
color: #8C886D;
}
</style>
background-color css
<style>
a { background-color: #8C886D; }
a { background-color: rgb(140,136,109); }
div.DivClassName
{
background-color: #8C886D;
}
.BgClassName
{
background-color: #8C886D;
}
</style>
border-color css
<style>
span { border-color: #8C886D; }
span { border-color: rgb(140,136,109); }
td.TdClassName
{
border-color: #8C886D;
}
.TagClassName
{
border-color: #8C886D;
}
</style>