Shades of Scorpion #64585F
Tints of Scorpion #64585F
RGB
CMYK
RGB Variations
Color information
#64585F (or 0x64585F) is known color: Scorpion. HEX triplet: 64, 58 and 5F. RGB value is (100,88,95). Sum of RGB (Red+Green+Blue) = 100+88+95=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #64585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64585F is #9BA7A0. Grayscale: #5C5C5C. Windows color (decimal): -10200993 or 6248548. OLE color: 6248548.
HSL color Cylindrical-coordinate representation of color #64585F: hue angle of 325º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64585F is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 95 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.61 |
| HSL | 325º | 0.06% | 0.37% | - |
| HSV(B) | 325º | 0.12% | 0.39% | - |
| XYZ | 10.81 | 10.52 | 12.29 | - |
| YUV | 92.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 95 | 0 | 0.12 | 0.05 | 0.61 | 325 | 0.06 | 0.37 |
| Hex | 64 | 58 | 5F | 0 | C | 5 | 3D | 145 | 6 | 25 |
| Octal | 144 | 130 | 137 | 0 | 14 | 5 | 75 | 505 | 6 | 45 |
| Binary | 1100100 | 1011000 | 1011111 | 0 | 1100 | 101 | 111101 | 101000101 | 110 | 100101 |
Color Harmonies of #64585F
Complementary color
Monochromatic Colors of #64585F
Black with #64585F
Text Example
Text Example
White with #64585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64585F; }
p { color: rgb(100,88,95); }
H1.HeaderClassName
{
color: #64585F;
}
.AnyTagClassName
{
color: #64585F;
}
</style>
background-color css
<style>
a { background-color: #64585F; }
a { background-color: rgb(100,88,95); }
div.DivClassName
{
background-color: #64585F;
}
.BgClassName
{
background-color: #64585F;
}
</style>
border-color css
<style>
span { border-color: #64585F; }
span { border-color: rgb(100,88,95); }
td.TdClassName
{
border-color: #64585F;
}
.TagClassName
{
border-color: #64585F;
}
</style>