Shades of Scorpion #645C5F
Tints of Scorpion #645C5F
RGB
CMYK
RGB Variations
Color information
#645C5F (or 0x645C5F) is known color: Scorpion. HEX triplet: 64, 5C and 5F. RGB value is (100,92,95). Sum of RGB (Red+Green+Blue) = 100+92+95=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 100 - color contains mainly: red. Hex color #645C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C5F is #9BA3A0. Grayscale: #5E5E5E. Windows color (decimal): -10199969 or 6249572. OLE color: 6249572.
HSL color Cylindrical-coordinate representation of color #645C5F: hue angle of 337.5º 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 #645C5F is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 95 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.61 |
| HSL | 337.5º | 0.04% | 0.38% | - |
| HSV(B) | 337.5º | 0.08% | 0.39% | - |
| XYZ | 11.15 | 11.19 | 12.4 | - |
| YUV | 94.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 95 | 0 | 0.08 | 0.05 | 0.61 | 337.5 | 0.04 | 0.38 |
| Hex | 64 | 5C | 5F | 0 | 8 | 5 | 3D | 152 | 4 | 26 |
| Octal | 144 | 134 | 137 | 0 | 10 | 5 | 75 | 522 | 4 | 46 |
| Binary | 1100100 | 1011100 | 1011111 | 0 | 1000 | 101 | 111101 | 101010010 | 100 | 100110 |
Color Harmonies of #645C5F
Complementary color
Monochromatic Colors of #645C5F
Black with #645C5F
Text Example
Text Example
White with #645C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C5F; }
p { color: rgb(100,92,95); }
H1.HeaderClassName
{
color: #645C5F;
}
.AnyTagClassName
{
color: #645C5F;
}
</style>
background-color css
<style>
a { background-color: #645C5F; }
a { background-color: rgb(100,92,95); }
div.DivClassName
{
background-color: #645C5F;
}
.BgClassName
{
background-color: #645C5F;
}
</style>
border-color css
<style>
span { border-color: #645C5F; }
span { border-color: rgb(100,92,95); }
td.TdClassName
{
border-color: #645C5F;
}
.TagClassName
{
border-color: #645C5F;
}
</style>