Shades of Bandicoot #8C886A
Tints of Bandicoot #8C886A
RGB
CMYK
RGB Variations
Color information
#8C886A (or 0x8C886A) is known color: Bandicoot. HEX triplet: 8C, 88 and 6A. RGB value is (140,136,106). Sum of RGB (Red+Green+Blue) = 140+136+106=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C886A is #737795. Grayscale: #858585. Windows color (decimal): -7567254 or 6981772. OLE color: 6981772.
HSL color Cylindrical-coordinate representation of color #8C886A: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C886A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 106 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.45 |
| HSL | 52.94º | 0.14% | 0.48% | - |
| HSV(B) | 52.94º | 0.24% | 0.55% | - |
| XYZ | 22.22 | 24.22 | 17.14 | - |
| YUV | 133.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 106 | 0 | 0.03 | 0.24 | 0.45 | 52.94 | 0.14 | 0.48 |
| Hex | 8C | 88 | 6A | 0 | 3 | 18 | 2D | 35 | E | 30 |
| Octal | 214 | 210 | 152 | 0 | 3 | 30 | 55 | 65 | 16 | 60 |
| Binary | 10001100 | 10001000 | 1101010 | 0 | 11 | 11000 | 101101 | 110101 | 1110 | 110000 |
Color Harmonies of #8C886A
Complementary color
Monochromatic Colors of #8C886A
Black with #8C886A
Text Example
Text Example
White with #8C886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C886A; }
p { color: rgb(140,136,106); }
H1.HeaderClassName
{
color: #8C886A;
}
.AnyTagClassName
{
color: #8C886A;
}
</style>
background-color css
<style>
a { background-color: #8C886A; }
a { background-color: rgb(140,136,106); }
div.DivClassName
{
background-color: #8C886A;
}
.BgClassName
{
background-color: #8C886A;
}
</style>
border-color css
<style>
span { border-color: #8C886A; }
span { border-color: rgb(140,136,106); }
td.TdClassName
{
border-color: #8C886A;
}
.TagClassName
{
border-color: #8C886A;
}
</style>