#625F55

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

Shades of Storm Dust #625F55

Tints of Storm Dust #625F55

Color information

#625F55 (or 0x625F55) is unknown color: approx Storm Dust. HEX triplet: 62, 5F and 55. RGB value is (98,95,85). Sum of RGB (Red+Green+Blue) = 98+95+85=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #625F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F55 is #9DA0AA. Grayscale: #5E5E5E. Windows color (decimal): -10330283 or 5594978. OLE color: 5594978.

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

Color convert

RGB989585-
CMYK00.030.130.62
HSL46.15º7.1%35.88%-
HSV(B)46.15º13.27%38.43%-
XYZ10.7711.4410.23-
YUV94.76122.49130.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=35.25%
G=34.17%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98958500.030.130.6246.157.135.88
Hex625F5503D3E2e724
Octal14213712503157656744
Binary1100010101111110101010111101111110101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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