#666357

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

Shades of Storm Dust #666357

Tints of Storm Dust #666357

Color information

#666357 (or 0x666357) is unknown color: approx Storm Dust. HEX triplet: 66, 63 and 57. RGB value is (102,99,87). Sum of RGB (Red+Green+Blue) = 102+99+87=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #666357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666357 is #999CA8. Grayscale: #626262. Windows color (decimal): -10067113 or 5727078. OLE color: 5727078.

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

Color convert

RGB1029987-
CMYK00.030.150.6
HSL48º7.94%37.06%-
HSV(B)48º14.71%40%-
XYZ11.6612.4410.8-
YUV98.53121.49130.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=35.42%
G=34.38%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102998700.030.150.6487.9437.06
Hex66635703F3C30825
Octal146143127031774601045
Binary11001101100011101011101111111111001100001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666357; }

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

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

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

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

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

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

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

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