#62605B

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

Shades of Storm Dust #62605B

Tints of Storm Dust #62605B

Color information

#62605B (or 0x62605B) is unknown color: approx Storm Dust. HEX triplet: 62, 60 and 5B. RGB value is (98,96,91). Sum of RGB (Red+Green+Blue) = 98+96+91=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 98 - color contains mainly: red. Hex color #62605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62605B is #9D9FA4. Grayscale: #606060. Windows color (decimal): -10330021 or 5988450. OLE color: 5988450.

HSL color Cylindrical-coordinate representation of color #62605B: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #62605B is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB989691-
CMYK00.020.070.62
HSL42.86º3.7%37.06%-
HSV(B)42.86º7.14%38.43%-
XYZ11.1111.7211.57-
YUV96.03125.16129.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=34.39%
G=33.68%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98969100.020.070.6242.863.737.06
Hex62605B0273E2b425
Octal1421401330277653445
Binary110001011000001011011010111111110101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62605B; }

 p { color: rgb(98,96,91); }

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

<style>
 a { background-color: #62605B; }

 a { background-color: rgb(98,96,91); }

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

<style>
 span { border-color: #62605B; }

 span { border-color: rgb(98,96,91); }

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