Shades of Scorpion #646162
Tints of Scorpion #646162
RGB
CMYK
RGB Variations
Color information
#646162 (or 0x646162) is known color: Scorpion. HEX triplet: 64, 61 and 62. RGB value is (100,97,98). Sum of RGB (Red+Green+Blue) = 100+97+98=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 100 - color contains mainly: red. Hex color #646162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646162 is #9B9E9D. Grayscale: #626262. Windows color (decimal): -10198686 or 6447460. OLE color: 6447460.
HSL color Cylindrical-coordinate representation of color #646162: hue angle of 340º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #646162 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 98 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.61 |
| HSL | 340º | 0.02% | 0.39% | - |
| HSV(B) | 340º | 0.03% | 0.39% | - |
| XYZ | 11.73 | 12.14 | 13.28 | - |
| YUV | 98.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 98 | 0 | 0.03 | 0.02 | 0.61 | 340 | 0.02 | 0.39 |
| Hex | 64 | 61 | 62 | 0 | 3 | 2 | 3D | 154 | 2 | 27 |
| Octal | 144 | 141 | 142 | 0 | 3 | 2 | 75 | 524 | 2 | 47 |
| Binary | 1100100 | 1100001 | 1100010 | 0 | 11 | 10 | 111101 | 101010100 | 10 | 100111 |
Color Harmonies of #646162
Complementary color
Monochromatic Colors of #646162
Black with #646162
Text Example
Text Example
White with #646162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646162; }
p { color: rgb(100,97,98); }
H1.HeaderClassName
{
color: #646162;
}
.AnyTagClassName
{
color: #646162;
}
</style>
background-color css
<style>
a { background-color: #646162; }
a { background-color: rgb(100,97,98); }
div.DivClassName
{
background-color: #646162;
}
.BgClassName
{
background-color: #646162;
}
</style>
border-color css
<style>
span { border-color: #646162; }
span { border-color: rgb(100,97,98); }
td.TdClassName
{
border-color: #646162;
}
.TagClassName
{
border-color: #646162;
}
</style>