#66655F

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

Shades of Storm Dust #66655F

Tints of Storm Dust #66655F

Color information

#66655F (or 0x66655F) is unknown color: approx Storm Dust. HEX triplet: 66, 65 and 5F. RGB value is (102,101,95). Sum of RGB (Red+Green+Blue) = 102+101+95=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 102 - color contains mainly: red. Hex color #66655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66655F is #999AA0. Grayscale: #646464. Windows color (decimal): -10066593 or 6251878. OLE color: 6251878.

HSL color Cylindrical-coordinate representation of color #66655F: hue angle of 51.43º 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 #66655F is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB10210195-
CMYK00.010.070.6
HSL51.43º3.55%38.63%-
HSV(B)51.43º6.86%40%-
XYZ12.212.9612.68-
YUV100.62124.83128.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=34.23%
G=33.89%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021019500.010.070.651.433.5538.63
Hex66655F0173C33427
Octal1461451370177463447
Binary11001101100101101111101111111100110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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