#63625E

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

Shades of Storm Dust #63625E

Tints of Storm Dust #63625E

Color information

#63625E (or 0x63625E) is unknown color: approx Storm Dust. HEX triplet: 63, 62 and 5E. RGB value is (99,98,94). Sum of RGB (Red+Green+Blue) = 99+98+94=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 99 - color contains mainly: red. Hex color #63625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625E is #9C9DA1. Grayscale: #616161. Windows color (decimal): -10263970 or 6185571. OLE color: 6185571.

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

Color convert

RGB999894-
CMYK00.010.050.61
HSL48º2.59%37.84%-
HSV(B)48º5.05%38.82%-
XYZ11.5312.212.34-
YUV97.84125.83128.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=34.02%
G=33.68%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99989400.010.050.61482.5937.84
Hex63625E0153D30326
Octal1431421360157560346
Binary1100011110001010111100110111110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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