Html Css Color HEX #666663 Storm Dust

📋 copy color: '#666663'

red 102 ◦ green 102 ◦ blue 99

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

Shades of Storm Dust #666663

Tints of Storm Dust #666663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 33.66%
G = 33.66%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#666663 (or 0x666663) is known color: Storm Dust. HEX triplet: 66, 66 and 63. RGB value is (102,102,99). Sum of RGB (Red+Green+Blue) = 102+102+99=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666663 is #99999C. Grayscale: #656565. Windows color (decimal): -10066333 or 6514278. OLE color: 6514278.

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

Color convert

RGB 102 102 99 -
CMYK 0 0 0.03 0.6
HSL 60º 0.01% 0.39% -
HSV(B) 60º 0.03% 0.4% -
XYZ 12.48 13.23 13.7 -
YUV 101.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 102 102 99 0 0 0.03 0.6 60 0.01 0.39
Hex 66 66 63 0 0 3 3C 3C 1 27
Octal 146 146 143 0 0 3 74 74 1 47
Binary 1100110 1100110 1100011 0 0 11 111100 111100 1 100111

Color Harmonies of #666663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666663

Black with #666663

Text Example


Text Example

White with #666663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666663; }

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

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

background-color css

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

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

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

border-color css

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

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

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