#666563

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

Shades of Storm Dust #666563

Tints of Storm Dust #666563

Color information

#666563 (or 0x666563) is unknown color: approx Storm Dust. HEX triplet: 66, 65 and 63. RGB value is (102,101,99). Sum of RGB (Red+Green+Blue) = 102+101+99=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 102 - color contains mainly: red. Hex color #666563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666563 is #999A9C. Grayscale: #656565. Windows color (decimal): -10066589 or 6514022. OLE color: 6514022.

HSL color Cylindrical-coordinate representation of color #666563: hue angle of 40º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666563 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB10210199-
CMYK00.010.030.6
HSL40º1.49%39.41%-
HSV(B)40º2.94%40%-
XYZ12.3913.0313.67-
YUV101.07126.83128.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=33.77%
G=33.44%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021019900.010.030.6401.4939.41
Hex6665630133C28127
Octal1461451430137450147
Binary11001101100101110001101111111001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666563; }

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

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

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

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

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

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

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

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