Shades of Bandicoot #817E6C
Tints of Bandicoot #817E6C
RGB
CMYK
RGB Variations
Color information
#817E6C (or 0x817E6C) is known color: Bandicoot. HEX triplet: 81, 7E and 6C. RGB value is (129,126,108). Sum of RGB (Red+Green+Blue) = 129+126+108=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #817E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E6C is #7E8193. Grayscale: #7C7C7C. Windows color (decimal): -8290708 or 7110273. OLE color: 7110273.
HSL color Cylindrical-coordinate representation of color #817E6C: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #817E6C is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 108 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.49 |
| HSL | 51.43º | 0.09% | 0.46% | - |
| HSV(B) | 51.43º | 0.16% | 0.51% | - |
| XYZ | 19.22 | 20.67 | 17.16 | - |
| YUV | 124.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 108 | 0 | 0.02 | 0.16 | 0.49 | 51.43 | 0.09 | 0.46 |
| Hex | 81 | 7E | 6C | 0 | 2 | 10 | 31 | 33 | 9 | 2E |
| Octal | 201 | 176 | 154 | 0 | 2 | 20 | 61 | 63 | 11 | 56 |
| Binary | 10000001 | 1111110 | 1101100 | 0 | 10 | 10000 | 110001 | 110011 | 1001 | 101110 |
Color Harmonies of #817E6C
Complementary color
Monochromatic Colors of #817E6C
Black with #817E6C
Text Example
Text Example
White with #817E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E6C; }
p { color: rgb(129,126,108); }
H1.HeaderClassName
{
color: #817E6C;
}
.AnyTagClassName
{
color: #817E6C;
}
</style>
background-color css
<style>
a { background-color: #817E6C; }
a { background-color: rgb(129,126,108); }
div.DivClassName
{
background-color: #817E6C;
}
.BgClassName
{
background-color: #817E6C;
}
</style>
border-color css
<style>
span { border-color: #817E6C; }
span { border-color: rgb(129,126,108); }
td.TdClassName
{
border-color: #817E6C;
}
.TagClassName
{
border-color: #817E6C;
}
</style>