Shades of Bandicoot #84816A
Tints of Bandicoot #84816A
RGB
CMYK
RGB Variations
Color information
#84816A (or 0x84816A) is known color: Bandicoot. HEX triplet: 84, 81 and 6A. RGB value is (132,129,106). Sum of RGB (Red+Green+Blue) = 132+129+106=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #84816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84816A is #7B7E95. Grayscale: #7F7F7F. Windows color (decimal): -8093334 or 6979972. OLE color: 6979972.
HSL color Cylindrical-coordinate representation of color #84816A: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84816A is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 106 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.48 |
| HSL | 53.08º | 0.11% | 0.47% | - |
| HSV(B) | 53.08º | 0.2% | 0.52% | - |
| XYZ | 19.97 | 21.65 | 16.76 | - |
| YUV | 127.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 106 | 0 | 0.02 | 0.20 | 0.48 | 53.08 | 0.11 | 0.47 |
| Hex | 84 | 81 | 6A | 0 | 2 | 14 | 30 | 35 | B | 2F |
| Octal | 204 | 201 | 152 | 0 | 2 | 24 | 60 | 65 | 13 | 57 |
| Binary | 10000100 | 10000001 | 1101010 | 0 | 10 | 10100 | 110000 | 110101 | 1011 | 101111 |
Color Harmonies of #84816A
Complementary color
Monochromatic Colors of #84816A
Black with #84816A
Text Example
Text Example
White with #84816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84816A; }
p { color: rgb(132,129,106); }
H1.HeaderClassName
{
color: #84816A;
}
.AnyTagClassName
{
color: #84816A;
}
</style>
background-color css
<style>
a { background-color: #84816A; }
a { background-color: rgb(132,129,106); }
div.DivClassName
{
background-color: #84816A;
}
.BgClassName
{
background-color: #84816A;
}
</style>
border-color css
<style>
span { border-color: #84816A; }
span { border-color: rgb(132,129,106); }
td.TdClassName
{
border-color: #84816A;
}
.TagClassName
{
border-color: #84816A;
}
</style>