#666457

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

Shades of Storm Dust #666457

Tints of Storm Dust #666457

Color information

#666457 (or 0x666457) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 57. RGB value is (102,100,87). Sum of RGB (Red+Green+Blue) = 102+100+87=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #666457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666457 is #999BA8. Grayscale: #636363. Windows color (decimal): -10066857 or 5727334. OLE color: 5727334.

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

Color convert

RGB10210087-
CMYK00.020.150.6
HSL52º7.94%37.06%-
HSV(B)52º14.71%40%-
XYZ11.7612.6310.83-
YUV99.12121.16130.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=35.29%
G=34.60%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021008700.020.150.6527.9437.06
Hex66645702F3C34825
Octal146144127021774641045
Binary11001101100100101011101011111111001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666457; }

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

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

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

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

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

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

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

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