#666665

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

Shades of Storm Dust #666665

Tints of Storm Dust #666665

Color information

#666665 (or 0x666665) is unknown color: approx Storm Dust. HEX triplet: 66, 66 and 65. RGB value is (102,102,101). Sum of RGB (Red+Green+Blue) = 102+102+101=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666665 is #99999A. Grayscale: #656565. Windows color (decimal): -10066331 or 6645350. OLE color: 6645350.

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

Color convert

RGB102102101-
CMYK000.010.6
HSL60º0.49%39.8%-
HSV(B)60º0.98%40%-
XYZ12.5813.2714.21-
YUV101.89127.5128.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=33.44%
G=33.44%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102102101000.010.6600.4939.8
Hex6666650013C3c028
Octal1461461450017474050
Binary1100110110011011001010011111001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666665; }

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

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

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

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

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

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

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

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