Shades of Scorpion #64595E
Tints of Scorpion #64595E
RGB
CMYK
RGB Variations
Color information
#64595E (or 0x64595E) is known color: Scorpion. HEX triplet: 64, 59 and 5E. RGB value is (100,89,94). Sum of RGB (Red+Green+Blue) = 100+89+94=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #64595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595E is #9BA6A1. Grayscale: #5C5C5C. Windows color (decimal): -10200738 or 6183268. OLE color: 6183268.
HSL color Cylindrical-coordinate representation of color #64595E: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64595E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 94 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.61 |
| HSL | 332.73º | 0.06% | 0.37% | - |
| HSV(B) | 332.73º | 0.11% | 0.39% | - |
| XYZ | 10.85 | 10.66 | 12.08 | - |
| YUV | 92.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 94 | 0 | 0.11 | 0.06 | 0.61 | 332.73 | 0.06 | 0.37 |
| Hex | 64 | 59 | 5E | 0 | B | 6 | 3D | 14D | 6 | 25 |
| Octal | 144 | 131 | 136 | 0 | 13 | 6 | 75 | 515 | 6 | 45 |
| Binary | 1100100 | 1011001 | 1011110 | 0 | 1011 | 110 | 111101 | 101001101 | 110 | 100101 |
Color Harmonies of #64595E
Complementary color
Monochromatic Colors of #64595E
Black with #64595E
Text Example
Text Example
White with #64595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64595E; }
p { color: rgb(100,89,94); }
H1.HeaderClassName
{
color: #64595E;
}
.AnyTagClassName
{
color: #64595E;
}
</style>
background-color css
<style>
a { background-color: #64595E; }
a { background-color: rgb(100,89,94); }
div.DivClassName
{
background-color: #64595E;
}
.BgClassName
{
background-color: #64595E;
}
</style>
border-color css
<style>
span { border-color: #64595E; }
span { border-color: rgb(100,89,94); }
td.TdClassName
{
border-color: #64595E;
}
.TagClassName
{
border-color: #64595E;
}
</style>