Shades of Scorpion #645D60
Tints of Scorpion #645D60
RGB
CMYK
RGB Variations
Color information
#645D60 (or 0x645D60) is known color: Scorpion. HEX triplet: 64, 5D and 60. RGB value is (100,93,96). Sum of RGB (Red+Green+Blue) = 100+93+96=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 100 - color contains mainly: red. Hex color #645D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D60 is #9BA29F. Grayscale: #5F5F5F. Windows color (decimal): -10199712 or 6315364. OLE color: 6315364.
HSL color Cylindrical-coordinate representation of color #645D60: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #645D60 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 96 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.61 |
| HSL | 334.29º | 0.04% | 0.38% | - |
| HSV(B) | 334.29º | 0.07% | 0.39% | - |
| XYZ | 11.28 | 11.38 | 12.67 | - |
| YUV | 95.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 96 | 0 | 0.07 | 0.04 | 0.61 | 334.29 | 0.04 | 0.38 |
| Hex | 64 | 5D | 60 | 0 | 7 | 4 | 3D | 14E | 4 | 26 |
| Octal | 144 | 135 | 140 | 0 | 7 | 4 | 75 | 516 | 4 | 46 |
| Binary | 1100100 | 1011101 | 1100000 | 0 | 111 | 100 | 111101 | 101001110 | 100 | 100110 |
Color Harmonies of #645D60
Complementary color
Monochromatic Colors of #645D60
Black with #645D60
Text Example
Text Example
White with #645D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D60; }
p { color: rgb(100,93,96); }
H1.HeaderClassName
{
color: #645D60;
}
.AnyTagClassName
{
color: #645D60;
}
</style>
background-color css
<style>
a { background-color: #645D60; }
a { background-color: rgb(100,93,96); }
div.DivClassName
{
background-color: #645D60;
}
.BgClassName
{
background-color: #645D60;
}
</style>
border-color css
<style>
span { border-color: #645D60; }
span { border-color: rgb(100,93,96); }
td.TdClassName
{
border-color: #645D60;
}
.TagClassName
{
border-color: #645D60;
}
</style>