Shades of Bandicoot #817E68
Tints of Bandicoot #817E68
RGB
CMYK
RGB Variations
Color information
#817E68 (or 0x817E68) is known color: Bandicoot. HEX triplet: 81, 7E and 68. RGB value is (129,126,104). Sum of RGB (Red+Green+Blue) = 129+126+104=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #817E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E68 is #7E8197. Grayscale: #7C7C7C. Windows color (decimal): -8290712 or 6848129. OLE color: 6848129.
HSL color Cylindrical-coordinate representation of color #817E68: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #817E68 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 104 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.49 |
| HSL | 52.8º | 0.11% | 0.46% | - |
| HSV(B) | 52.8º | 0.19% | 0.51% | - |
| XYZ | 19.01 | 20.59 | 16.07 | - |
| YUV | 124.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 104 | 0 | 0.02 | 0.19 | 0.49 | 52.8 | 0.11 | 0.46 |
| Hex | 81 | 7E | 68 | 0 | 2 | 13 | 31 | 35 | B | 2E |
| Octal | 201 | 176 | 150 | 0 | 2 | 23 | 61 | 65 | 13 | 56 |
| Binary | 10000001 | 1111110 | 1101000 | 0 | 10 | 10011 | 110001 | 110101 | 1011 | 101110 |
Color Harmonies of #817E68
Complementary color
Monochromatic Colors of #817E68
Black with #817E68
Text Example
Text Example
White with #817E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E68; }
p { color: rgb(129,126,104); }
H1.HeaderClassName
{
color: #817E68;
}
.AnyTagClassName
{
color: #817E68;
}
</style>
background-color css
<style>
a { background-color: #817E68; }
a { background-color: rgb(129,126,104); }
div.DivClassName
{
background-color: #817E68;
}
.BgClassName
{
background-color: #817E68;
}
</style>
border-color css
<style>
span { border-color: #817E68; }
span { border-color: rgb(129,126,104); }
td.TdClassName
{
border-color: #817E68;
}
.TagClassName
{
border-color: #817E68;
}
</style>