#66635D

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

Shades of Storm Dust #66635D

Tints of Storm Dust #66635D

Color information

#66635D (or 0x66635D) is unknown color: approx Storm Dust. HEX triplet: 66, 63 and 5D. RGB value is (102,99,93). Sum of RGB (Red+Green+Blue) = 102+99+93=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 102 - color contains mainly: red. Hex color #66635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66635D is #999CA2. Grayscale: #636363. Windows color (decimal): -10067107 or 6120294. OLE color: 6120294.

HSL color Cylindrical-coordinate representation of color #66635D: hue angle of 40º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66635D is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1029993-
CMYK00.030.090.6
HSL40º4.62%38.24%-
HSV(B)40º8.82%40%-
XYZ11.9212.5412.15-
YUV99.21124.49129.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=34.69%
G=33.67%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102999300.030.090.6404.6238.24
Hex66635D0393C28526
Octal14614313503117450546
Binary1100110110001110111010111001111100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66635D; }

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

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

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

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

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

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

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

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