Shades of Bandicoot #8F8968
Tints of Bandicoot #8F8968
RGB
CMYK
RGB Variations
Color information
#8F8968 (or 0x8F8968) is known color: Bandicoot. HEX triplet: 8F, 89 and 68. RGB value is (143,137,104). Sum of RGB (Red+Green+Blue) = 143+137+104=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8968 is #707697. Grayscale: #878787. Windows color (decimal): -7370392 or 6850959. OLE color: 6850959.
HSL color Cylindrical-coordinate representation of color #8F8968: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8968 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 104 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.44 |
| HSL | 50.77º | 0.16% | 0.48% | - |
| HSV(B) | 50.77º | 0.27% | 0.56% | - |
| XYZ | 22.77 | 24.73 | 16.67 | - |
| YUV | 135.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 104 | 0 | 0.04 | 0.27 | 0.44 | 50.77 | 0.16 | 0.48 |
| Hex | 8F | 89 | 68 | 0 | 4 | 1B | 2C | 33 | 10 | 30 |
| Octal | 217 | 211 | 150 | 0 | 4 | 33 | 54 | 63 | 20 | 60 |
| Binary | 10001111 | 10001001 | 1101000 | 0 | 100 | 11011 | 101100 | 110011 | 10000 | 110000 |
Color Harmonies of #8F8968
Complementary color
Monochromatic Colors of #8F8968
Black with #8F8968
Text Example
Text Example
White with #8F8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8968; }
p { color: rgb(143,137,104); }
H1.HeaderClassName
{
color: #8F8968;
}
.AnyTagClassName
{
color: #8F8968;
}
</style>
background-color css
<style>
a { background-color: #8F8968; }
a { background-color: rgb(143,137,104); }
div.DivClassName
{
background-color: #8F8968;
}
.BgClassName
{
background-color: #8F8968;
}
</style>
border-color css
<style>
span { border-color: #8F8968; }
span { border-color: rgb(143,137,104); }
td.TdClassName
{
border-color: #8F8968;
}
.TagClassName
{
border-color: #8F8968;
}
</style>