Shades of Bandicoot #817E6A
Tints of Bandicoot #817E6A
RGB
CMYK
RGB Variations
Color information
#817E6A (or 0x817E6A) is known color: Bandicoot. HEX triplet: 81, 7E and 6A. RGB value is (129,126,106). Sum of RGB (Red+Green+Blue) = 129+126+106=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E6A is #7E8195. Grayscale: #7C7C7C. Windows color (decimal): -8290710 or 6979201. OLE color: 6979201.
HSL color Cylindrical-coordinate representation of color #817E6A: hue angle of 52.17º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #817E6A is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 106 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.49 |
| HSL | 52.17º | 0.1% | 0.46% | - |
| HSV(B) | 52.17º | 0.18% | 0.51% | - |
| XYZ | 19.12 | 20.63 | 16.61 | - |
| YUV | 124.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 106 | 0 | 0.02 | 0.18 | 0.49 | 52.17 | 0.1 | 0.46 |
| Hex | 81 | 7E | 6A | 0 | 2 | 12 | 31 | 34 | A | 2E |
| Octal | 201 | 176 | 152 | 0 | 2 | 22 | 61 | 64 | 12 | 56 |
| Binary | 10000001 | 1111110 | 1101010 | 0 | 10 | 10010 | 110001 | 110100 | 1010 | 101110 |
Color Harmonies of #817E6A
Complementary color
Monochromatic Colors of #817E6A
Black with #817E6A
Text Example
Text Example
White with #817E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E6A; }
p { color: rgb(129,126,106); }
H1.HeaderClassName
{
color: #817E6A;
}
.AnyTagClassName
{
color: #817E6A;
}
</style>
background-color css
<style>
a { background-color: #817E6A; }
a { background-color: rgb(129,126,106); }
div.DivClassName
{
background-color: #817E6A;
}
.BgClassName
{
background-color: #817E6A;
}
</style>
border-color css
<style>
span { border-color: #817E6A; }
span { border-color: rgb(129,126,106); }
td.TdClassName
{
border-color: #817E6A;
}
.TagClassName
{
border-color: #817E6A;
}
</style>