Shades of Bandicoot #8B8661
Tints of Bandicoot #8B8661
RGB
CMYK
RGB Variations
Color information
#8B8661 (or 0x8B8661) is known color: Bandicoot. HEX triplet: 8B, 86 and 61. RGB value is (139,134,97). Sum of RGB (Red+Green+Blue) = 139+134+97=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8661 is #74799E. Grayscale: #838383. Windows color (decimal): -7633311 or 6391435. OLE color: 6391435.
HSL color Cylindrical-coordinate representation of color #8B8661: hue angle of 52.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B8661 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 97 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.45 |
| HSL | 52.86º | 0.18% | 0.46% | - |
| HSV(B) | 52.86º | 0.3% | 0.55% | - |
| XYZ | 21.33 | 23.4 | 14.7 | - |
| YUV | 131.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 97 | 0 | 0.04 | 0.30 | 0.45 | 52.86 | 0.18 | 0.46 |
| Hex | 8B | 86 | 61 | 0 | 4 | 1E | 2D | 35 | 12 | 2E |
| Octal | 213 | 206 | 141 | 0 | 4 | 36 | 55 | 65 | 22 | 56 |
| Binary | 10001011 | 10000110 | 1100001 | 0 | 100 | 11110 | 101101 | 110101 | 10010 | 101110 |
Color Harmonies of #8B8661
Complementary color
Monochromatic Colors of #8B8661
Black with #8B8661
Text Example
Text Example
White with #8B8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8661; }
p { color: rgb(139,134,97); }
H1.HeaderClassName
{
color: #8B8661;
}
.AnyTagClassName
{
color: #8B8661;
}
</style>
background-color css
<style>
a { background-color: #8B8661; }
a { background-color: rgb(139,134,97); }
div.DivClassName
{
background-color: #8B8661;
}
.BgClassName
{
background-color: #8B8661;
}
</style>
border-color css
<style>
span { border-color: #8B8661; }
span { border-color: rgb(139,134,97); }
td.TdClassName
{
border-color: #8B8661;
}
.TagClassName
{
border-color: #8B8661;
}
</style>