#66655D

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

Shades of Storm Dust #66655D

Tints of Storm Dust #66655D

Color information

#66655D (or 0x66655D) is unknown color: approx Storm Dust. HEX triplet: 66, 65 and 5D. RGB value is (102,101,93). Sum of RGB (Red+Green+Blue) = 102+101+93=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 102 - color contains mainly: red. Hex color #66655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66655D is #999AA2. Grayscale: #646464. Windows color (decimal): -10066595 or 6120806. OLE color: 6120806.

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

Color convert

RGB10210193-
CMYK00.010.090.6
HSL53.33º4.62%38.24%-
HSV(B)53.33º8.82%40%-
XYZ12.1112.9212.21-
YUV100.39123.83129.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=34.46%
G=34.12%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021019300.010.090.653.334.6238.24
Hex66655D0193C35526
Octal14614513501117465546
Binary110011011001011011101011001111100110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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