#63625A

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

Shades of Storm Dust #63625A

Tints of Storm Dust #63625A

Color information

#63625A (or 0x63625A) is unknown color: approx Storm Dust. HEX triplet: 63, 62 and 5A. RGB value is (99,98,90). Sum of RGB (Red+Green+Blue) = 99+98+90=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #63625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625A is #9C9DA5. Grayscale: #616161. Windows color (decimal): -10263974 or 5923427. OLE color: 5923427.

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

Color convert

RGB999890-
CMYK00.010.090.61
HSL53.33º4.76%37.06%-
HSV(B)53.33º9.09%38.82%-
XYZ11.3612.1311.41-
YUV97.39123.83129.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=34.49%
G=34.15%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99989000.010.090.6153.334.7637.06
Hex63625A0193D35525
Octal14314213201117565545
Binary110001111000101011010011001111101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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