#666352

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

Shades of Storm Dust #666352

Tints of Storm Dust #666352

Color information

#666352 (or 0x666352) is unknown color: approx Storm Dust. HEX triplet: 66, 63 and 52. RGB value is (102,99,82). Sum of RGB (Red+Green+Blue) = 102+99+82=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #666352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666352 is #999CAD. Grayscale: #626262. Windows color (decimal): -10067118 or 5399398. OLE color: 5399398.

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

Color convert

RGB1029982-
CMYK00.030.200.6
HSL51º10.87%36.08%-
HSV(B)51º19.61%40%-
XYZ11.4612.369.76-
YUV97.96118.99130.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=36.04%
G=34.98%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102998200.030.200.65110.8736.08
Hex66635203143C33b24
Octal146143122032474631344
Binary110011011000111010010011101001111001100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666352; }

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

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

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

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

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

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

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

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