#666664

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

Shades of Storm Dust #666664

Tints of Storm Dust #666664

Color information

#666664 (or 0x666664) is unknown color: approx Storm Dust. HEX triplet: 66, 66 and 64. RGB value is (102,102,100). Sum of RGB (Red+Green+Blue) = 102+102+100=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666664 is #99999B. Grayscale: #656565. Windows color (decimal): -10066332 or 6579814. OLE color: 6579814.

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

Color convert

RGB102102100-
CMYK000.020.6
HSL60º0.99%39.61%-
HSV(B)60º1.96%40%-
XYZ12.5313.2513.95-
YUV101.77127128.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=33.55%
G=33.55%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102102100000.020.6600.9939.61
Hex6666640023C3c128
Octal1461461440027474150
Binary11001101100110110010000101111001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666664; }

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

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

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

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

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

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

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

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