#666460

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

Shades of Storm Dust #666460

Tints of Storm Dust #666460

Color information

#666460 (or 0x666460) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 60. RGB value is (102,100,96). Sum of RGB (Red+Green+Blue) = 102+100+96=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 102 - color contains mainly: red. Hex color #666460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666460 is #999B9F. Grayscale: #646464. Windows color (decimal): -10066848 or 6317158. OLE color: 6317158.

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

Color convert

RGB10210096-
CMYK00.020.060.6
HSL40º3.03%38.82%-
HSV(B)40º5.88%40%-
XYZ12.1512.7812.89-
YUV100.14125.66129.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=34.23%
G=33.56%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021009600.020.060.6403.0338.82
Hex6664600263C28327
Octal1461441400267450347
Binary11001101100100110000001011011110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666460; }

 p { color: rgb(102,100,96); }

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

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

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

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

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

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

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