#66645F

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

Shades of Storm Dust #66645F

Tints of Storm Dust #66645F

Color information

#66645F (or 0x66645F) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 5F. RGB value is (102,100,95). Sum of RGB (Red+Green+Blue) = 102+100+95=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 102 - color contains mainly: red. Hex color #66645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66645F is #999BA0. Grayscale: #646464. Windows color (decimal): -10066849 or 6251622. OLE color: 6251622.

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

Color convert

RGB10210095-
CMYK00.020.070.6
HSL42.86º3.55%38.63%-
HSV(B)42.86º6.86%40%-
XYZ12.112.7712.65-
YUV100.03125.16129.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=34.34%
G=33.67%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021009500.020.070.642.863.5538.63
Hex66645F0273C2b427
Octal1461441370277453447
Binary110011011001001011111010111111100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66645F; }

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

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

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

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

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

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

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

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