Shades of Bandicoot #828066
Tints of Bandicoot #828066
RGB
CMYK
RGB Variations
Color information
#828066 (or 0x828066) is known color: Bandicoot. HEX triplet: 82, 80 and 66. RGB value is (130,128,102). Sum of RGB (Red+Green+Blue) = 130+128+102=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #828066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828066 is #7D7F99. Grayscale: #7D7D7D. Windows color (decimal): -8224666 or 6717570. OLE color: 6717570.
HSL color Cylindrical-coordinate representation of color #828066: hue angle of 55.71º degrees, saturation: 0.12, 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 #828066 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 102 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.49 |
| HSL | 55.71º | 0.12% | 0.45% | - |
| HSV(B) | 55.71º | 0.22% | 0.51% | - |
| XYZ | 19.32 | 21.14 | 15.63 | - |
| YUV | 125.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 102 | 0 | 0.02 | 0.22 | 0.49 | 55.71 | 0.12 | 0.45 |
| Hex | 82 | 80 | 66 | 0 | 2 | 16 | 31 | 38 | C | 2D |
| Octal | 202 | 200 | 146 | 0 | 2 | 26 | 61 | 70 | 14 | 55 |
| Binary | 10000010 | 10000000 | 1100110 | 0 | 10 | 10110 | 110001 | 111000 | 1100 | 101101 |
Color Harmonies of #828066
Complementary color
Monochromatic Colors of #828066
Black with #828066
Text Example
Text Example
White with #828066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828066; }
p { color: rgb(130,128,102); }
H1.HeaderClassName
{
color: #828066;
}
.AnyTagClassName
{
color: #828066;
}
</style>
background-color css
<style>
a { background-color: #828066; }
a { background-color: rgb(130,128,102); }
div.DivClassName
{
background-color: #828066;
}
.BgClassName
{
background-color: #828066;
}
</style>
border-color css
<style>
span { border-color: #828066; }
span { border-color: rgb(130,128,102); }
td.TdClassName
{
border-color: #828066;
}
.TagClassName
{
border-color: #828066;
}
</style>