#666557

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

Shades of Storm Dust #666557

Tints of Storm Dust #666557

Color information

#666557 (or 0x666557) is unknown color: approx Storm Dust. HEX triplet: 66, 65 and 57. RGB value is (102,101,87). Sum of RGB (Red+Green+Blue) = 102+101+87=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #666557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666557 is #999AA8. Grayscale: #636363. Windows color (decimal): -10066601 or 5727590. OLE color: 5727590.

HSL color Cylindrical-coordinate representation of color #666557: hue angle of 56º 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 #666557 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB10210187-
CMYK00.010.150.6
HSL56º7.94%37.06%-
HSV(B)56º14.71%40%-
XYZ11.8512.8210.87-
YUV99.7120.83129.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 87 (34.38% from 255) = 30%
R=35.17%
G=34.83%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021018700.010.150.6567.9437.06
Hex66655701F3C38825
Octal146145127011774701045
Binary1100110110010110101110111111111001110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666557; }

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

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

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

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

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

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

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

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