#646162

Color #646162 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #646162

Tints of Scorpion #646162

Color information

#646162 (or 0x646162) is unknown color: approx 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

RGB1009798-
CMYK00.030.020.61
HSL340º1.52%38.63%-
HSV(B)340º3%39.22%-
XYZ11.7312.1413.28-
YUV98.01127.99129.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=33.90%
G=32.88%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100979800.030.020.613401.5238.63
Hex6461620323D154227
Octal14414114203275524247
Binary1100100110000111000100111011110110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>