Shades of Bandicoot #817D64
Tints of Bandicoot #817D64
RGB
CMYK
RGB Variations
Color information
#817D64 (or 0x817D64) is known color: Bandicoot. HEX triplet: 81, 7D and 64. RGB value is (129,125,100). Sum of RGB (Red+Green+Blue) = 129+125+100=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #817D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D64 is #7E829B. Grayscale: #7B7B7B. Windows color (decimal): -8290972 or 6585729. OLE color: 6585729.
HSL color Cylindrical-coordinate representation of color #817D64: hue angle of 51.72º 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 #817D64 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 100 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.49 |
| HSL | 51.72º | 0.13% | 0.45% | - |
| HSV(B) | 51.72º | 0.22% | 0.51% | - |
| XYZ | 18.69 | 20.25 | 14.98 | - |
| YUV | 123.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 100 | 0 | 0.03 | 0.22 | 0.49 | 51.72 | 0.13 | 0.45 |
| Hex | 81 | 7D | 64 | 0 | 3 | 16 | 31 | 34 | D | 2D |
| Octal | 201 | 175 | 144 | 0 | 3 | 26 | 61 | 64 | 15 | 55 |
| Binary | 10000001 | 1111101 | 1100100 | 0 | 11 | 10110 | 110001 | 110100 | 1101 | 101101 |
Color Harmonies of #817D64
Complementary color
Monochromatic Colors of #817D64
Black with #817D64
Text Example
Text Example
White with #817D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D64; }
p { color: rgb(129,125,100); }
H1.HeaderClassName
{
color: #817D64;
}
.AnyTagClassName
{
color: #817D64;
}
</style>
background-color css
<style>
a { background-color: #817D64; }
a { background-color: rgb(129,125,100); }
div.DivClassName
{
background-color: #817D64;
}
.BgClassName
{
background-color: #817D64;
}
</style>
border-color css
<style>
span { border-color: #817D64; }
span { border-color: rgb(129,125,100); }
td.TdClassName
{
border-color: #817D64;
}
.TagClassName
{
border-color: #817D64;
}
</style>