Shades of Bandicoot #8B8666
Tints of Bandicoot #8B8666
RGB
CMYK
RGB Variations
Color information
#8B8666 (or 0x8B8666) is known color: Bandicoot. HEX triplet: 8B, 86 and 66. RGB value is (139,134,102). Sum of RGB (Red+Green+Blue) = 139+134+102=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8666 is #747999. Grayscale: #838383. Windows color (decimal): -7633306 or 6719115. OLE color: 6719115.
HSL color Cylindrical-coordinate representation of color #8B8666: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8666 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 102 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.45 |
| HSL | 51.89º | 0.15% | 0.47% | - |
| HSV(B) | 51.89º | 0.27% | 0.55% | - |
| XYZ | 21.57 | 23.5 | 15.97 | - |
| YUV | 131.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 102 | 0 | 0.04 | 0.27 | 0.45 | 51.89 | 0.15 | 0.47 |
| Hex | 8B | 86 | 66 | 0 | 4 | 1B | 2D | 34 | F | 2F |
| Octal | 213 | 206 | 146 | 0 | 4 | 33 | 55 | 64 | 17 | 57 |
| Binary | 10001011 | 10000110 | 1100110 | 0 | 100 | 11011 | 101101 | 110100 | 1111 | 101111 |
Color Harmonies of #8B8666
Complementary color
Monochromatic Colors of #8B8666
Black with #8B8666
Text Example
Text Example
White with #8B8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8666; }
p { color: rgb(139,134,102); }
H1.HeaderClassName
{
color: #8B8666;
}
.AnyTagClassName
{
color: #8B8666;
}
</style>
background-color css
<style>
a { background-color: #8B8666; }
a { background-color: rgb(139,134,102); }
div.DivClassName
{
background-color: #8B8666;
}
.BgClassName
{
background-color: #8B8666;
}
</style>
border-color css
<style>
span { border-color: #8B8666; }
span { border-color: rgb(139,134,102); }
td.TdClassName
{
border-color: #8B8666;
}
.TagClassName
{
border-color: #8B8666;
}
</style>