#625F56

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

Shades of Storm Dust #625F56

Tints of Storm Dust #625F56

Color information

#625F56 (or 0x625F56) is unknown color: approx Storm Dust. HEX triplet: 62, 5F and 56. RGB value is (98,95,86). Sum of RGB (Red+Green+Blue) = 98+95+86=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F56 is #9DA0A9. Grayscale: #5E5E5E. Windows color (decimal): -10330282 or 5660514. OLE color: 5660514.

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

Color convert

RGB989586-
CMYK00.030.120.62
HSL45º6.52%36.08%-
HSV(B)45º12.24%38.43%-
XYZ10.8111.4510.45-
YUV94.87122.99130.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=35.13%
G=34.05%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98958600.030.120.62456.5236.08
Hex625F5603C3E2d724
Octal14213712603147655744
Binary1100010101111110101100111100111110101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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