Shades of Bandicoot #818064
Tints of Bandicoot #818064
RGB
CMYK
RGB Variations
Color information
#818064 (or 0x818064) is known color: Bandicoot. HEX triplet: 81, 80 and 64. RGB value is (129,128,100). Sum of RGB (Red+Green+Blue) = 129+128+100=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #818064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818064 is #7E7F9B. Grayscale: #7D7D7D. Windows color (decimal): -8290204 or 6586497. OLE color: 6586497.
HSL color Cylindrical-coordinate representation of color #818064: hue angle of 57.93º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #818064 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 100 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.49 |
| HSL | 57.93º | 0.13% | 0.45% | - |
| HSV(B) | 57.93º | 0.22% | 0.51% | - |
| XYZ | 19.07 | 21.03 | 15.11 | - |
| YUV | 125.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 100 | 0 | 0.01 | 0.22 | 0.49 | 57.93 | 0.13 | 0.45 |
| Hex | 81 | 80 | 64 | 0 | 1 | 16 | 31 | 3A | D | 2D |
| Octal | 201 | 200 | 144 | 0 | 1 | 26 | 61 | 72 | 15 | 55 |
| Binary | 10000001 | 10000000 | 1100100 | 0 | 1 | 10110 | 110001 | 111010 | 1101 | 101101 |
Color Harmonies of #818064
Complementary color
Monochromatic Colors of #818064
Black with #818064
Text Example
Text Example
White with #818064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818064; }
p { color: rgb(129,128,100); }
H1.HeaderClassName
{
color: #818064;
}
.AnyTagClassName
{
color: #818064;
}
</style>
background-color css
<style>
a { background-color: #818064; }
a { background-color: rgb(129,128,100); }
div.DivClassName
{
background-color: #818064;
}
.BgClassName
{
background-color: #818064;
}
</style>
border-color css
<style>
span { border-color: #818064; }
span { border-color: rgb(129,128,100); }
td.TdClassName
{
border-color: #818064;
}
.TagClassName
{
border-color: #818064;
}
</style>