Html Css Color HEX #666460 Storm Dust

📋 copy color: '#666460'

red 102 ◦ green 100 ◦ blue 96

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

Shades of Storm Dust #666460

Tints of Storm Dust #666460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 34.23%
G = 33.56%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#666460 (or 0x666460) is known color: Storm Dust. HEX triplet: 66, 64 and 60. RGB value is (102,100,96). Sum of RGB (Red+Green+Blue) = 102+100+96=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 102 - color contains mainly: red. Hex color #666460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666460 is #999B9F. Grayscale: #646464. Windows color (decimal): -10066848 or 6317158. OLE color: 6317158.

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

Color convert

RGB 102 100 96 -
CMYK 0 0.02 0.06 0.6
HSL 40º 0.03% 0.39% -
HSV(B) 40º 0.06% 0.4% -
XYZ 12.15 12.78 12.89 -
YUV 100.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 102 100 96 0 0.02 0.06 0.6 40 0.03 0.39
Hex 66 64 60 0 2 6 3C 28 3 27
Octal 146 144 140 0 2 6 74 50 3 47
Binary 1100110 1100100 1100000 0 10 110 111100 101000 11 100111

Color Harmonies of #666460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666460

Black with #666460

Text Example


Text Example

White with #666460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666460; }

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

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

background-color css

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

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

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

border-color css

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

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

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