Html Css Color HEX #666563 Storm Dust

📋 copy color: '#666563'

red 102 ◦ green 101 ◦ blue 99

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

Shades of Storm Dust #666563

Tints of Storm Dust #666563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 33.77%
G = 33.44%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#666563 (or 0x666563) is known color: Storm Dust. HEX triplet: 66, 65 and 63. RGB value is (102,101,99). Sum of RGB (Red+Green+Blue) = 102+101+99=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 102 - color contains mainly: red. Hex color #666563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666563 is #999A9C. Grayscale: #656565. Windows color (decimal): -10066589 or 6514022. OLE color: 6514022.

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

Color convert

RGB 102 101 99 -
CMYK 0 0.01 0.03 0.6
HSL 40º 0.01% 0.39% -
HSV(B) 40º 0.03% 0.4% -
XYZ 12.39 13.03 13.67 -
YUV 101.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 102 101 99 0 0.01 0.03 0.6 40 0.01 0.39
Hex 66 65 63 0 1 3 3C 28 1 27
Octal 146 145 143 0 1 3 74 50 1 47
Binary 1100110 1100101 1100011 0 1 11 111100 101000 1 100111

Color Harmonies of #666563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666563

Black with #666563

Text Example


Text Example

White with #666563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666563; }

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

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

background-color css

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

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

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

border-color css

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

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

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