#666455

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

Shades of Storm Dust #666455

Tints of Storm Dust #666455

Color information

#666455 (or 0x666455) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 55. RGB value is (102,100,85). Sum of RGB (Red+Green+Blue) = 102+100+85=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #666455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666455 is #999BAA. Grayscale: #626262. Windows color (decimal): -10066859 or 5596262. OLE color: 5596262.

HSL color Cylindrical-coordinate representation of color #666455: hue angle of 52.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666455 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB10210085-
CMYK00.020.170.6
HSL52.94º9.09%36.67%-
HSV(B)52.94º16.67%40%-
XYZ11.6812.610.41-
YUV98.89120.16130.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=35.54%
G=34.84%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021008500.020.170.652.949.0936.67
Hex66645502113C35925
Octal146144125022174651145
Binary110011011001001010101010100011111001101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666455; }

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

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

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

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

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

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

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

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