#666359

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

Shades of Storm Dust #666359

Tints of Storm Dust #666359

Color information

#666359 (or 0x666359) is unknown color: approx Storm Dust. HEX triplet: 66, 63 and 59. RGB value is (102,99,89). Sum of RGB (Red+Green+Blue) = 102+99+89=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #666359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666359 is #999CA6. Grayscale: #626262. Windows color (decimal): -10067111 or 5858150. OLE color: 5858150.

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

Color convert

RGB1029989-
CMYK00.030.130.6
HSL46.15º6.81%37.45%-
HSV(B)46.15º12.75%40%-
XYZ11.7412.4711.24-
YUV98.76122.49130.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=35.17%
G=34.14%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102998900.030.130.646.156.8137.45
Hex66635903D3C2e725
Octal14614313103157456745
Binary1100110110001110110010111101111100101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666359; }

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

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

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

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

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

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

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

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