#666358

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

Shades of Storm Dust #666358

Tints of Storm Dust #666358

Color information

#666358 (or 0x666358) is unknown color: approx Storm Dust. HEX triplet: 66, 63 and 58. RGB value is (102,99,88). Sum of RGB (Red+Green+Blue) = 102+99+88=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #666358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666358 is #999CA7. Grayscale: #626262. Windows color (decimal): -10067112 or 5792614. OLE color: 5792614.

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

Color convert

RGB1029988-
CMYK00.030.140.6
HSL47.14º7.37%37.25%-
HSV(B)47.14º13.73%40%-
XYZ11.712.4511.02-
YUV98.64121.99130.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=35.29%
G=34.26%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102998800.030.140.647.147.3737.25
Hex66635803E3C2f725
Octal14614313003167457745
Binary1100110110001110110000111110111100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666358; }

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

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

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

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

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

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

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

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