#625F53

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

Shades of Storm Dust #625F53

Tints of Storm Dust #625F53

Color information

#625F53 (or 0x625F53) is unknown color: approx Storm Dust. HEX triplet: 62, 5F and 53. RGB value is (98,95,83). Sum of RGB (Red+Green+Blue) = 98+95+83=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #625F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F53 is #9DA0AC. Grayscale: #5E5E5E. Windows color (decimal): -10330285 or 5463906. OLE color: 5463906.

HSL color Cylindrical-coordinate representation of color #625F53: hue angle of 48º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625F53 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB989583-
CMYK00.030.150.62
HSL48º8.29%35.49%-
HSV(B)48º15.31%38.43%-
XYZ10.6911.419.82-
YUV94.53121.49130.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=35.51%
G=34.42%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98958300.030.150.62488.2935.49
Hex625F5303F3E30823
Octal142137123031776601043
Binary11000101011111101001101111111111101100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625F53; }

 p { color: rgb(98,95,83); }

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

<style>
 a { background-color: #625F53; }

 a { background-color: rgb(98,95,83); }

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

<style>
 span { border-color: #625F53; }

 span { border-color: rgb(98,95,83); }

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