#63635B

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

Shades of Storm Dust #63635B

Tints of Storm Dust #63635B

Color information

#63635B (or 0x63635B) is unknown color: approx Storm Dust. HEX triplet: 63, 63 and 5B. RGB value is (99,99,91). Sum of RGB (Red+Green+Blue) = 99+99+91=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635B is #9C9CA4. Grayscale: #626262. Windows color (decimal): -10263717 or 5989219. OLE color: 5989219.

HSL color Cylindrical-coordinate representation of color #63635B: 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.08%. Process color model (Four color, CMYK) of #63635B is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB999991-
CMYK000.080.61
HSL60º4.21%37.25%-
HSV(B)60º8.08%38.82%-
XYZ11.512.3311.67-
YUV98.09124128.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=34.26%
G=34.26%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999991000.080.61604.2137.25
Hex63635B0083D3c425
Octal14314313300107574445
Binary110001111000111011011001000111101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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