#66655C

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

Shades of Storm Dust #66655C

Tints of Storm Dust #66655C

Color information

#66655C (or 0x66655C) is unknown color: approx Storm Dust. HEX triplet: 66, 65 and 5C. RGB value is (102,101,92). Sum of RGB (Red+Green+Blue) = 102+101+92=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #66655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66655C is #999AA3. Grayscale: #646464. Windows color (decimal): -10066596 or 6055270. OLE color: 6055270.

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

Color convert

RGB10210192-
CMYK00.010.100.6
HSL54º5.15%38.04%-
HSV(B)54º9.8%40%-
XYZ12.0612.911.98-
YUV100.27123.33129.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=34.58%
G=34.24%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021019200.010.100.6545.1538.04
Hex66655C01A3C36526
Octal14614513401127466546
Binary110011011001011011100011010111100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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