#666456

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

Shades of Storm Dust #666456

Tints of Storm Dust #666456

Color information

#666456 (or 0x666456) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 56. RGB value is (102,100,86). Sum of RGB (Red+Green+Blue) = 102+100+86=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #666456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666456 is #999BA9. Grayscale: #636363. Windows color (decimal): -10066858 or 5661798. OLE color: 5661798.

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

Color convert

RGB10210086-
CMYK00.020.160.6
HSL52.5º8.51%36.86%-
HSV(B)52.5º15.69%40%-
XYZ11.7212.6110.62-
YUV99120.66130.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=35.42%
G=34.72%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021008600.020.160.652.58.5136.86
Hex66645602103C34925
Octal146144126022074641145
Binary110011011001001010110010100001111001101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666456; }

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

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

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

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

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

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

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

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