Shades of Bandicoot #8F895F
Tints of Bandicoot #8F895F
RGB
CMYK
RGB Variations
Color information
#8F895F (or 0x8F895F) is known color: Bandicoot. HEX triplet: 8F, 89 and 5F. RGB value is (143,137,95). Sum of RGB (Red+Green+Blue) = 143+137+95=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F895F is #7076A0. Grayscale: #868686. Windows color (decimal): -7370401 or 6261135. OLE color: 6261135.
HSL color Cylindrical-coordinate representation of color #8F895F: hue angle of 52.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F895F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 95 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.44 |
| HSL | 52.5º | 0.2% | 0.47% | - |
| HSV(B) | 52.5º | 0.34% | 0.56% | - |
| XYZ | 22.34 | 24.56 | 14.39 | - |
| YUV | 134.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 95 | 0 | 0.04 | 0.34 | 0.44 | 52.5 | 0.2 | 0.47 |
| Hex | 8F | 89 | 5F | 0 | 4 | 22 | 2C | 34 | 14 | 2F |
| Octal | 217 | 211 | 137 | 0 | 4 | 42 | 54 | 64 | 24 | 57 |
| Binary | 10001111 | 10001001 | 1011111 | 0 | 100 | 100010 | 101100 | 110100 | 10100 | 101111 |
Color Harmonies of #8F895F
Complementary color
Monochromatic Colors of #8F895F
Black with #8F895F
Text Example
Text Example
White with #8F895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F895F; }
p { color: rgb(143,137,95); }
H1.HeaderClassName
{
color: #8F895F;
}
.AnyTagClassName
{
color: #8F895F;
}
</style>
background-color css
<style>
a { background-color: #8F895F; }
a { background-color: rgb(143,137,95); }
div.DivClassName
{
background-color: #8F895F;
}
.BgClassName
{
background-color: #8F895F;
}
</style>
border-color css
<style>
span { border-color: #8F895F; }
span { border-color: rgb(143,137,95); }
td.TdClassName
{
border-color: #8F895F;
}
.TagClassName
{
border-color: #8F895F;
}
</style>