#66645D

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

Shades of Storm Dust #66645D

Tints of Storm Dust #66645D

Color information

#66645D (or 0x66645D) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 5D. RGB value is (102,100,93). Sum of RGB (Red+Green+Blue) = 102+100+93=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #66645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66645D is #999BA2. Grayscale: #636363. Windows color (decimal): -10066851 or 6120550. OLE color: 6120550.

HSL color Cylindrical-coordinate representation of color #66645D: hue angle of 46.67º 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 #66645D is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB10210093-
CMYK00.020.090.6
HSL46.67º4.62%38.24%-
HSV(B)46.67º8.82%40%-
XYZ12.0112.7312.18-
YUV99.8124.16129.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=34.58%
G=33.90%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021009300.020.090.646.674.6238.24
Hex66645D0293C2f526
Octal14614413502117457546
Binary1100110110010010111010101001111100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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