Shades of Bandicoot #8C8968
Tints of Bandicoot #8C8968
RGB
CMYK
RGB Variations
Color information
#8C8968 (or 0x8C8968) is known color: Bandicoot. HEX triplet: 8C, 89 and 68. RGB value is (140,137,104). Sum of RGB (Red+Green+Blue) = 140+137+104=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8968 is #737697. Grayscale: #868686. Windows color (decimal): -7567000 or 6850956. OLE color: 6850956.
HSL color Cylindrical-coordinate representation of color #8C8968: hue angle of 55º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C8968 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 104 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.45 |
| HSL | 55º | 0.15% | 0.48% | - |
| HSV(B) | 55º | 0.26% | 0.55% | - |
| XYZ | 22.26 | 24.47 | 16.65 | - |
| YUV | 134.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 104 | 0 | 0.02 | 0.26 | 0.45 | 55 | 0.15 | 0.48 |
| Hex | 8C | 89 | 68 | 0 | 2 | 1A | 2D | 37 | F | 30 |
| Octal | 214 | 211 | 150 | 0 | 2 | 32 | 55 | 67 | 17 | 60 |
| Binary | 10001100 | 10001001 | 1101000 | 0 | 10 | 11010 | 101101 | 110111 | 1111 | 110000 |
Color Harmonies of #8C8968
Complementary color
Monochromatic Colors of #8C8968
Black with #8C8968
Text Example
Text Example
White with #8C8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8968; }
p { color: rgb(140,137,104); }
H1.HeaderClassName
{
color: #8C8968;
}
.AnyTagClassName
{
color: #8C8968;
}
</style>
background-color css
<style>
a { background-color: #8C8968; }
a { background-color: rgb(140,137,104); }
div.DivClassName
{
background-color: #8C8968;
}
.BgClassName
{
background-color: #8C8968;
}
</style>
border-color css
<style>
span { border-color: #8C8968; }
span { border-color: rgb(140,137,104); }
td.TdClassName
{
border-color: #8C8968;
}
.TagClassName
{
border-color: #8C8968;
}
</style>