Shades of Bandicoot #817F64
Tints of Bandicoot #817F64
RGB
CMYK
RGB Variations
Color information
#817F64 (or 0x817F64) is known color: Bandicoot. HEX triplet: 81, 7F and 64. RGB value is (129,127,100). Sum of RGB (Red+Green+Blue) = 129+127+100=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #817F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F64 is #7E809B. Grayscale: #7C7C7C. Windows color (decimal): -8290460 or 6586241. OLE color: 6586241.
HSL color Cylindrical-coordinate representation of color #817F64: hue angle of 55.86º 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 #817F64 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 100 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.49 |
| HSL | 55.86º | 0.13% | 0.45% | - |
| HSV(B) | 55.86º | 0.22% | 0.51% | - |
| XYZ | 18.94 | 20.77 | 15.07 | - |
| YUV | 124.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 100 | 0 | 0.02 | 0.22 | 0.49 | 55.86 | 0.13 | 0.45 |
| Hex | 81 | 7F | 64 | 0 | 2 | 16 | 31 | 38 | D | 2D |
| Octal | 201 | 177 | 144 | 0 | 2 | 26 | 61 | 70 | 15 | 55 |
| Binary | 10000001 | 1111111 | 1100100 | 0 | 10 | 10110 | 110001 | 111000 | 1101 | 101101 |
Color Harmonies of #817F64
Complementary color
Monochromatic Colors of #817F64
Black with #817F64
Text Example
Text Example
White with #817F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F64; }
p { color: rgb(129,127,100); }
H1.HeaderClassName
{
color: #817F64;
}
.AnyTagClassName
{
color: #817F64;
}
</style>
background-color css
<style>
a { background-color: #817F64; }
a { background-color: rgb(129,127,100); }
div.DivClassName
{
background-color: #817F64;
}
.BgClassName
{
background-color: #817F64;
}
</style>
border-color css
<style>
span { border-color: #817F64; }
span { border-color: rgb(129,127,100); }
td.TdClassName
{
border-color: #817F64;
}
.TagClassName
{
border-color: #817F64;
}
</style>