#63635C

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

Shades of Storm Dust #63635C

Tints of Storm Dust #63635C

Color information

#63635C (or 0x63635C) is unknown color: approx Storm Dust. HEX triplet: 63, 63 and 5C. RGB value is (99,99,92). Sum of RGB (Red+Green+Blue) = 99+99+92=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635C is #9C9CA3. Grayscale: #626262. Windows color (decimal): -10263716 or 6054755. OLE color: 6054755.

HSL color Cylindrical-coordinate representation of color #63635C: hue angle of 60º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63635C is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB999992-
CMYK000.070.61
HSL60º3.66%37.45%-
HSV(B)60º7.07%38.82%-
XYZ11.5412.3511.9-
YUV98.2124.5128.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=34.14%
G=34.14%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999992000.070.61603.6637.45
Hex63635C0073D3c425
Octal1431431340077574445
Binary11000111100011101110000111111101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63635C; }

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

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

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

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

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

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

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

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