Shades of Bandicoot #83806C
Tints of Bandicoot #83806C
RGB
CMYK
RGB Variations
Color information
#83806C (or 0x83806C) is known color: Bandicoot. HEX triplet: 83, 80 and 6C. RGB value is (131,128,108). Sum of RGB (Red+Green+Blue) = 131+128+108=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #83806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83806C is #7C7F93. Grayscale: #7E7E7E. Windows color (decimal): -8159124 or 7110787. OLE color: 7110787.
HSL color Cylindrical-coordinate representation of color #83806C: hue angle of 52.17º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83806C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 108 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.49 |
| HSL | 52.17º | 0.1% | 0.47% | - |
| HSV(B) | 52.17º | 0.18% | 0.51% | - |
| XYZ | 19.79 | 21.35 | 17.26 | - |
| YUV | 126.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 108 | 0 | 0.02 | 0.18 | 0.49 | 52.17 | 0.1 | 0.47 |
| Hex | 83 | 80 | 6C | 0 | 2 | 12 | 31 | 34 | A | 2F |
| Octal | 203 | 200 | 154 | 0 | 2 | 22 | 61 | 64 | 12 | 57 |
| Binary | 10000011 | 10000000 | 1101100 | 0 | 10 | 10010 | 110001 | 110100 | 1010 | 101111 |
Color Harmonies of #83806C
Complementary color
Monochromatic Colors of #83806C
Black with #83806C
Text Example
Text Example
White with #83806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83806C; }
p { color: rgb(131,128,108); }
H1.HeaderClassName
{
color: #83806C;
}
.AnyTagClassName
{
color: #83806C;
}
</style>
background-color css
<style>
a { background-color: #83806C; }
a { background-color: rgb(131,128,108); }
div.DivClassName
{
background-color: #83806C;
}
.BgClassName
{
background-color: #83806C;
}
</style>
border-color css
<style>
span { border-color: #83806C; }
span { border-color: rgb(131,128,108); }
td.TdClassName
{
border-color: #83806C;
}
.TagClassName
{
border-color: #83806C;
}
</style>