Shades of Scorpion #64575D
Tints of Scorpion #64575D
RGB
CMYK
RGB Variations
Color information
#64575D (or 0x64575D) is known color: Scorpion. HEX triplet: 64, 57 and 5D. RGB value is (100,87,93). Sum of RGB (Red+Green+Blue) = 100+87+93=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #64575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64575D is #9BA8A2. Grayscale: #5B5B5B. Windows color (decimal): -10201251 or 6117220. OLE color: 6117220.
HSL color Cylindrical-coordinate representation of color #64575D: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #64575D is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 93 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.61 |
| HSL | 332.31º | 0.07% | 0.37% | - |
| HSV(B) | 332.31º | 0.13% | 0.39% | - |
| XYZ | 10.64 | 10.32 | 11.79 | - |
| YUV | 91.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 93 | 0 | 0.13 | 0.07 | 0.61 | 332.31 | 0.07 | 0.37 |
| Hex | 64 | 57 | 5D | 0 | D | 7 | 3D | 14C | 7 | 25 |
| Octal | 144 | 127 | 135 | 0 | 15 | 7 | 75 | 514 | 7 | 45 |
| Binary | 1100100 | 1010111 | 1011101 | 0 | 1101 | 111 | 111101 | 101001100 | 111 | 100101 |
Color Harmonies of #64575D
Complementary color
Monochromatic Colors of #64575D
Black with #64575D
Text Example
Text Example
White with #64575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64575D; }
p { color: rgb(100,87,93); }
H1.HeaderClassName
{
color: #64575D;
}
.AnyTagClassName
{
color: #64575D;
}
</style>
background-color css
<style>
a { background-color: #64575D; }
a { background-color: rgb(100,87,93); }
div.DivClassName
{
background-color: #64575D;
}
.BgClassName
{
background-color: #64575D;
}
</style>
border-color css
<style>
span { border-color: #64575D; }
span { border-color: rgb(100,87,93); }
td.TdClassName
{
border-color: #64575D;
}
.TagClassName
{
border-color: #64575D;
}
</style>