Shades of Scorpion #64565B
Tints of Scorpion #64565B
RGB
CMYK
RGB Variations
Color information
#64565B (or 0x64565B) is known color: Scorpion. HEX triplet: 64, 56 and 5B. RGB value is (100,86,91). Sum of RGB (Red+Green+Blue) = 100+86+91=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64565B is #9BA9A4. Grayscale: #5A5A5A. Windows color (decimal): -10201509 or 5985892. OLE color: 5985892.
HSL color Cylindrical-coordinate representation of color #64565B: hue angle of 338.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64565B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 91 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.61 |
| HSL | 338.57º | 0.08% | 0.36% | - |
| HSV(B) | 338.57º | 0.14% | 0.39% | - |
| XYZ | 10.47 | 10.12 | 11.3 | - |
| YUV | 90.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 91 | 0 | 0.14 | 0.09 | 0.61 | 338.57 | 0.08 | 0.36 |
| Hex | 64 | 56 | 5B | 0 | E | 9 | 3D | 153 | 8 | 24 |
| Octal | 144 | 126 | 133 | 0 | 16 | 11 | 75 | 523 | 10 | 44 |
| Binary | 1100100 | 1010110 | 1011011 | 0 | 1110 | 1001 | 111101 | 101010011 | 1000 | 100100 |
Color Harmonies of #64565B
Complementary color
Monochromatic Colors of #64565B
Black with #64565B
Text Example
Text Example
White with #64565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64565B; }
p { color: rgb(100,86,91); }
H1.HeaderClassName
{
color: #64565B;
}
.AnyTagClassName
{
color: #64565B;
}
</style>
background-color css
<style>
a { background-color: #64565B; }
a { background-color: rgb(100,86,91); }
div.DivClassName
{
background-color: #64565B;
}
.BgClassName
{
background-color: #64565B;
}
</style>
border-color css
<style>
span { border-color: #64565B; }
span { border-color: rgb(100,86,91); }
td.TdClassName
{
border-color: #64565B;
}
.TagClassName
{
border-color: #64565B;
}
</style>