Shades of Bandicoot #84806B
Tints of Bandicoot #84806B
RGB
CMYK
RGB Variations
Color information
#84806B (or 0x84806B) is known color: Bandicoot. HEX triplet: 84, 80 and 6B. RGB value is (132,128,107). Sum of RGB (Red+Green+Blue) = 132+128+107=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #84806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806B is #7B7F94. Grayscale: #7E7E7E. Windows color (decimal): -8093589 or 7045252. OLE color: 7045252.
HSL color Cylindrical-coordinate representation of color #84806B: hue angle of 50.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84806B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 107 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.48 |
| HSL | 50.4º | 0.1% | 0.47% | - |
| HSV(B) | 50.4º | 0.19% | 0.52% | - |
| XYZ | 19.89 | 21.41 | 16.99 | - |
| YUV | 126.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 107 | 0 | 0.03 | 0.19 | 0.48 | 50.4 | 0.1 | 0.47 |
| Hex | 84 | 80 | 6B | 0 | 3 | 13 | 30 | 32 | A | 2F |
| Octal | 204 | 200 | 153 | 0 | 3 | 23 | 60 | 62 | 12 | 57 |
| Binary | 10000100 | 10000000 | 1101011 | 0 | 11 | 10011 | 110000 | 110010 | 1010 | 101111 |
Color Harmonies of #84806B
Complementary color
Monochromatic Colors of #84806B
Black with #84806B
Text Example
Text Example
White with #84806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84806B; }
p { color: rgb(132,128,107); }
H1.HeaderClassName
{
color: #84806B;
}
.AnyTagClassName
{
color: #84806B;
}
</style>
background-color css
<style>
a { background-color: #84806B; }
a { background-color: rgb(132,128,107); }
div.DivClassName
{
background-color: #84806B;
}
.BgClassName
{
background-color: #84806B;
}
</style>
border-color css
<style>
span { border-color: #84806B; }
span { border-color: rgb(132,128,107); }
td.TdClassName
{
border-color: #84806B;
}
.TagClassName
{
border-color: #84806B;
}
</style>