Shades of Bandicoot #8C8865
Tints of Bandicoot #8C8865
RGB
CMYK
RGB Variations
Color information
#8C8865 (or 0x8C8865) is known color: Bandicoot. HEX triplet: 8C, 88 and 65. RGB value is (140,136,101). Sum of RGB (Red+Green+Blue) = 140+136+101=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8865 is #73779A. Grayscale: #858585. Windows color (decimal): -7567259 or 6654092. OLE color: 6654092.
HSL color Cylindrical-coordinate representation of color #8C8865: hue angle of 53.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C8865 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 101 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.45 |
| HSL | 53.85º | 0.16% | 0.47% | - |
| HSV(B) | 53.85º | 0.28% | 0.55% | - |
| XYZ | 21.97 | 24.12 | 15.81 | - |
| YUV | 133.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 101 | 0 | 0.03 | 0.28 | 0.45 | 53.85 | 0.16 | 0.47 |
| Hex | 8C | 88 | 65 | 0 | 3 | 1C | 2D | 36 | 10 | 2F |
| Octal | 214 | 210 | 145 | 0 | 3 | 34 | 55 | 66 | 20 | 57 |
| Binary | 10001100 | 10001000 | 1100101 | 0 | 11 | 11100 | 101101 | 110110 | 10000 | 101111 |
Color Harmonies of #8C8865
Complementary color
Monochromatic Colors of #8C8865
Black with #8C8865
Text Example
Text Example
White with #8C8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8865; }
p { color: rgb(140,136,101); }
H1.HeaderClassName
{
color: #8C8865;
}
.AnyTagClassName
{
color: #8C8865;
}
</style>
background-color css
<style>
a { background-color: #8C8865; }
a { background-color: rgb(140,136,101); }
div.DivClassName
{
background-color: #8C8865;
}
.BgClassName
{
background-color: #8C8865;
}
</style>
border-color css
<style>
span { border-color: #8C8865; }
span { border-color: rgb(140,136,101); }
td.TdClassName
{
border-color: #8C8865;
}
.TagClassName
{
border-color: #8C8865;
}
</style>