#666459

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

Shades of Storm Dust #666459

Tints of Storm Dust #666459

Color information

#666459 (or 0x666459) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 59. RGB value is (102,100,89). Sum of RGB (Red+Green+Blue) = 102+100+89=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #666459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666459 is #999BA6. Grayscale: #636363. Windows color (decimal): -10066855 or 5858406. OLE color: 5858406.

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

Color convert

RGB10210089-
CMYK00.020.130.6
HSL50.77º6.81%37.45%-
HSV(B)50.77º12.75%40%-
XYZ11.8412.6611.27-
YUV99.34122.16129.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=35.05%
G=34.36%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021008900.020.130.650.776.8137.45
Hex66645902D3C33725
Octal14614413102157463745
Binary1100110110010010110010101101111100110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666459; }

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

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

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

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

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

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

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

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