Html Css Color HEX #666660 Storm Dust

📋 copy color: '#666660'

red 102 ◦ green 102 ◦ blue 96

#666660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #666660

Tints of Storm Dust #666660

RGB

 RED value IS 102 (40.23% from 255) = 34%

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 34%
G = 34%
B = 32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#666660 (or 0x666660) is known color: Storm Dust. HEX triplet: 66, 66 and 60. RGB value is (102,102,96). Sum of RGB (Red+Green+Blue) = 102+102+96=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666660 is #99999F. Grayscale: #656565. Windows color (decimal): -10066336 or 6317670. OLE color: 6317670.

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

Color convert

RGB 102 102 96 -
CMYK 0 0 0.06 0.6
HSL 60º 0.03% 0.39% -
HSV(B) 60º 0.06% 0.4% -
XYZ 12.34 13.17 12.96 -
YUV 101.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 102 102 96 0 0 0.06 0.6 60 0.03 0.39
Hex 66 66 60 0 0 6 3C 3C 3 27
Octal 146 146 140 0 0 6 74 74 3 47
Binary 1100110 1100110 1100000 0 0 110 111100 111100 11 100111

Color Harmonies of #666660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666660

Black with #666660

Text Example


Text Example

White with #666660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666660; }

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

 H1.HeaderClassName
 {
   color: #666660;
 }
 .AnyTagClassName
 {
   color: #666660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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