Shades of Bandicoot #8F8A61
Tints of Bandicoot #8F8A61
RGB
CMYK
RGB Variations
Color information
#8F8A61 (or 0x8F8A61) is known color: Bandicoot. HEX triplet: 8F, 8A and 61. RGB value is (143,138,97). Sum of RGB (Red+Green+Blue) = 143+138+97=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8A61 is #70759E. Grayscale: #868686. Windows color (decimal): -7370143 or 6392463. OLE color: 6392463.
HSL color Cylindrical-coordinate representation of color #8F8A61: hue angle of 53.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F8A61 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 97 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.44 |
| HSL | 53.48º | 0.19% | 0.47% | - |
| HSV(B) | 53.48º | 0.32% | 0.56% | - |
| XYZ | 22.57 | 24.88 | 14.92 | - |
| YUV | 134.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 97 | 0 | 0.03 | 0.32 | 0.44 | 53.48 | 0.19 | 0.47 |
| Hex | 8F | 8A | 61 | 0 | 3 | 20 | 2C | 35 | 13 | 2F |
| Octal | 217 | 212 | 141 | 0 | 3 | 40 | 54 | 65 | 23 | 57 |
| Binary | 10001111 | 10001010 | 1100001 | 0 | 11 | 100000 | 101100 | 110101 | 10011 | 101111 |
Color Harmonies of #8F8A61
Complementary color
Monochromatic Colors of #8F8A61
Black with #8F8A61
Text Example
Text Example
White with #8F8A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A61; }
p { color: rgb(143,138,97); }
H1.HeaderClassName
{
color: #8F8A61;
}
.AnyTagClassName
{
color: #8F8A61;
}
</style>
background-color css
<style>
a { background-color: #8F8A61; }
a { background-color: rgb(143,138,97); }
div.DivClassName
{
background-color: #8F8A61;
}
.BgClassName
{
background-color: #8F8A61;
}
</style>
border-color css
<style>
span { border-color: #8F8A61; }
span { border-color: rgb(143,138,97); }
td.TdClassName
{
border-color: #8F8A61;
}
.TagClassName
{
border-color: #8F8A61;
}
</style>