Shades of Scorpion #645C60
Tints of Scorpion #645C60
RGB
CMYK
RGB Variations
Color information
#645C60 (or 0x645C60) is known color: Scorpion. HEX triplet: 64, 5C and 60. RGB value is (100,92,96). Sum of RGB (Red+Green+Blue) = 100+92+96=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 100 - color contains mainly: red. Hex color #645C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C60 is #9BA39F. Grayscale: #5E5E5E. Windows color (decimal): -10199968 or 6315108. OLE color: 6315108.
HSL color Cylindrical-coordinate representation of color #645C60: hue angle of 330º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #645C60 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 96 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.61 |
| HSL | 330º | 0.04% | 0.38% | - |
| HSV(B) | 330º | 0.08% | 0.39% | - |
| XYZ | 11.19 | 11.21 | 12.64 | - |
| YUV | 94.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 96 | 0 | 0.08 | 0.04 | 0.61 | 330 | 0.04 | 0.38 |
| Hex | 64 | 5C | 60 | 0 | 8 | 4 | 3D | 14A | 4 | 26 |
| Octal | 144 | 134 | 140 | 0 | 10 | 4 | 75 | 512 | 4 | 46 |
| Binary | 1100100 | 1011100 | 1100000 | 0 | 1000 | 100 | 111101 | 101001010 | 100 | 100110 |
Color Harmonies of #645C60
Complementary color
Monochromatic Colors of #645C60
Black with #645C60
Text Example
Text Example
White with #645C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C60; }
p { color: rgb(100,92,96); }
H1.HeaderClassName
{
color: #645C60;
}
.AnyTagClassName
{
color: #645C60;
}
</style>
background-color css
<style>
a { background-color: #645C60; }
a { background-color: rgb(100,92,96); }
div.DivClassName
{
background-color: #645C60;
}
.BgClassName
{
background-color: #645C60;
}
</style>
border-color css
<style>
span { border-color: #645C60; }
span { border-color: rgb(100,92,96); }
td.TdClassName
{
border-color: #645C60;
}
.TagClassName
{
border-color: #645C60;
}
</style>