#646263

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

Shades of Scorpion #646263

Tints of Scorpion #646263

Color information

#646263 (or 0x646263) is unknown color: approx Scorpion. HEX triplet: 64, 62 and 63. RGB value is (100,98,99). Sum of RGB (Red+Green+Blue) = 100+98+99=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 100 - color contains mainly: red. Hex color #646263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646263 is #9B9D9C. Grayscale: #626262. Windows color (decimal): -10198429 or 6513252. OLE color: 6513252.

HSL color Cylindrical-coordinate representation of color #646263: hue angle of 330º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #646263 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB1009899-
CMYK00.020.010.61
HSL330º1.01%38.82%-
HSV(B)330º2%39.22%-
XYZ11.8812.3513.56-
YUV98.71128.16128.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=33.67%
G=33.00%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100989900.020.010.613301.0138.82
Hex6462630213D14a127
Octal14414214302175512147
Binary11001001100010110001101011111011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646263; }

 p { color: rgb(100,98,99); }

 H1.HeaderClassName
 {
   color: #646263;
 }
 .AnyTagClassName
 {
   color: #646263;
 }
</style>
background-color css

<style>
 a { background-color: #646263; }

 a { background-color: rgb(100,98,99); }

 div.DivClassName
 {
   background-color: #646263;
 }
 .BgClassName
 {
   background-color: #646263;
 }
</style>
border-color css

<style>
 span { border-color: #646263; }

 span { border-color: rgb(100,98,99); }

 td.TdClassName
 {
   border-color: #646263;
 }
 .TagClassName
 {
   border-color: #646263;
 }
</style>