#666255

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

Shades of Storm Dust #666255

Tints of Storm Dust #666255

Color information

#666255 (or 0x666255) is unknown color: approx Storm Dust. HEX triplet: 66, 62 and 55. RGB value is (102,98,85). Sum of RGB (Red+Green+Blue) = 102+98+85=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #666255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666255 is #999DAA. Grayscale: #616161. Windows color (decimal): -10067371 or 5595750. OLE color: 5595750.

HSL color Cylindrical-coordinate representation of color #666255: hue angle of 45.88º 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 #666255 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1029885-
CMYK00.040.170.6
HSL45.88º9.09%36.67%-
HSV(B)45.88º16.67%40%-
XYZ11.4912.2210.35-
YUV97.71120.83131.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=35.79%
G=34.39%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102988500.040.170.645.889.0936.67
Hex66625504113C2e925
Octal146142125042174561145
Binary1100110110001010101010100100011111001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666255; }

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

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

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

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

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

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

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

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