Shades of Bandicoot #8D8B62
Tints of Bandicoot #8D8B62
RGB
CMYK
RGB Variations
Color information
#8D8B62 (or 0x8D8B62) is known color: Bandicoot. HEX triplet: 8D, 8B and 62. RGB value is (141,139,98). Sum of RGB (Red+Green+Blue) = 141+139+98=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8B62 is #72749D. Grayscale: #878787. Windows color (decimal): -7500958 or 6458253. OLE color: 6458253.
HSL color Cylindrical-coordinate representation of color #8D8B62: hue angle of 57.21º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D8B62 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 139 | 98 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.45 |
| HSL | 57.21º | 0.18% | 0.47% | - |
| HSV(B) | 57.21º | 0.3% | 0.55% | - |
| XYZ | 22.42 | 25.01 | 15.2 | - |
| YUV | 134.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 98 | 0 | 0.01 | 0.30 | 0.45 | 57.21 | 0.18 | 0.47 |
| Hex | 8D | 8B | 62 | 0 | 1 | 1E | 2D | 39 | 12 | 2F |
| Octal | 215 | 213 | 142 | 0 | 1 | 36 | 55 | 71 | 22 | 57 |
| Binary | 10001101 | 10001011 | 1100010 | 0 | 1 | 11110 | 101101 | 111001 | 10010 | 101111 |
Color Harmonies of #8D8B62
Complementary color
Monochromatic Colors of #8D8B62
Black with #8D8B62
Text Example
Text Example
White with #8D8B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8B62; }
p { color: rgb(141,139,98); }
H1.HeaderClassName
{
color: #8D8B62;
}
.AnyTagClassName
{
color: #8D8B62;
}
</style>
background-color css
<style>
a { background-color: #8D8B62; }
a { background-color: rgb(141,139,98); }
div.DivClassName
{
background-color: #8D8B62;
}
.BgClassName
{
background-color: #8D8B62;
}
</style>
border-color css
<style>
span { border-color: #8D8B62; }
span { border-color: rgb(141,139,98); }
td.TdClassName
{
border-color: #8D8B62;
}
.TagClassName
{
border-color: #8D8B62;
}
</style>