Shades of Bandicoot #8C8763
Tints of Bandicoot #8C8763
RGB
CMYK
RGB Variations
Color information
#8C8763 (or 0x8C8763) is known color: Bandicoot. HEX triplet: 8C, 87 and 63. RGB value is (140,135,99). Sum of RGB (Red+Green+Blue) = 140+135+99=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8763 is #73789C. Grayscale: #848484. Windows color (decimal): -7567517 or 6522764. OLE color: 6522764.
HSL color Cylindrical-coordinate representation of color #8C8763: hue angle of 52.68º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C8763 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 99 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.45 |
| HSL | 52.68º | 0.17% | 0.47% | - |
| HSV(B) | 52.68º | 0.29% | 0.55% | - |
| XYZ | 21.73 | 23.8 | 15.25 | - |
| YUV | 132.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 99 | 0 | 0.04 | 0.29 | 0.45 | 52.68 | 0.17 | 0.47 |
| Hex | 8C | 87 | 63 | 0 | 4 | 1D | 2D | 35 | 11 | 2F |
| Octal | 214 | 207 | 143 | 0 | 4 | 35 | 55 | 65 | 21 | 57 |
| Binary | 10001100 | 10000111 | 1100011 | 0 | 100 | 11101 | 101101 | 110101 | 10001 | 101111 |
Color Harmonies of #8C8763
Complementary color
Monochromatic Colors of #8C8763
Black with #8C8763
Text Example
Text Example
White with #8C8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8763; }
p { color: rgb(140,135,99); }
H1.HeaderClassName
{
color: #8C8763;
}
.AnyTagClassName
{
color: #8C8763;
}
</style>
background-color css
<style>
a { background-color: #8C8763; }
a { background-color: rgb(140,135,99); }
div.DivClassName
{
background-color: #8C8763;
}
.BgClassName
{
background-color: #8C8763;
}
</style>
border-color css
<style>
span { border-color: #8C8763; }
span { border-color: rgb(140,135,99); }
td.TdClassName
{
border-color: #8C8763;
}
.TagClassName
{
border-color: #8C8763;
}
</style>