#646463

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

Shades of Storm Dust #646463

Tints of Storm Dust #646463

Color information

#646463 (or 0x646463) is unknown color: approx Storm Dust. HEX triplet: 64, 64 and 63. RGB value is (100,100,99). Sum of RGB (Red+Green+Blue) = 100+100+99=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646463 is #9B9B9C. Grayscale: #636363. Windows color (decimal): -10197917 or 6513764. OLE color: 6513764.

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

Color convert

RGB10010099-
CMYK000.010.61
HSL60º0.5%39.02%-
HSV(B)60º1%39.22%-
XYZ12.0612.7213.62-
YUV99.89127.5128.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=33.44%
G=33.44%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010099000.010.61600.539.02
Hex6464630013D3c127
Octal1441441430017574147
Binary1100100110010011000110011111011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646463; }

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

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

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

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

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

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

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

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