#66665C

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

Shades of Storm Dust #66665C

Tints of Storm Dust #66665C

Color information

#66665C (or 0x66665C) is unknown color: approx Storm Dust. HEX triplet: 66, 66 and 5C. RGB value is (102,102,92). Sum of RGB (Red+Green+Blue) = 102+102+92=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66665C is #9999A3. Grayscale: #646464. Windows color (decimal): -10066340 or 6055526. OLE color: 6055526.

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

Color convert

RGB10210292-
CMYK000.100.6
HSL60º5.15%38.04%-
HSV(B)60º9.8%40%-
XYZ12.1613.112.01-
YUV100.86123128.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=34.46%
G=34.46%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210292000.100.6605.1538.04
Hex66665C00A3C3c526
Octal14614613400127474546
Binary110011011001101011100001010111100111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66665C; }

 p { color: rgb(102,102,92); }

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

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

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

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

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

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

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