#63625D

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

Shades of Storm Dust #63625D

Tints of Storm Dust #63625D

Color information

#63625D (or 0x63625D) is unknown color: approx Storm Dust. HEX triplet: 63, 62 and 5D. RGB value is (99,98,93). Sum of RGB (Red+Green+Blue) = 99+98+93=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 99 - color contains mainly: red. Hex color #63625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625D is #9C9DA2. Grayscale: #616161. Windows color (decimal): -10263971 or 6120035. OLE color: 6120035.

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

Color convert

RGB999893-
CMYK00.010.060.61
HSL50º3.13%37.65%-
HSV(B)50º6.06%38.82%-
XYZ11.4912.1812.1-
YUV97.73125.33128.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=34.14%
G=33.79%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99989300.010.060.61503.1337.65
Hex63625D0163D32326
Octal1431421350167562346
Binary1100011110001010111010111011110111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63625D; }

 p { color: rgb(99,98,93); }

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

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

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

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

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

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

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