#63625B

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

Shades of Storm Dust #63625B

Tints of Storm Dust #63625B

Color information

#63625B (or 0x63625B) is unknown color: approx Storm Dust. HEX triplet: 63, 62 and 5B. RGB value is (99,98,91). Sum of RGB (Red+Green+Blue) = 99+98+91=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #63625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625B is #9C9DA4. Grayscale: #616161. Windows color (decimal): -10263973 or 5988963. OLE color: 5988963.

HSL color Cylindrical-coordinate representation of color #63625B: hue angle of 52.5º 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 #63625B is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB999891-
CMYK00.010.080.61
HSL52.5º4.21%37.25%-
HSV(B)52.5º8.08%38.82%-
XYZ11.412.1411.64-
YUV97.5124.33129.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=34.38%
G=34.03%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99989100.010.080.6152.54.2137.25
Hex63625B0183D35425
Octal14314213301107565445
Binary110001111000101011011011000111101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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