#63615D

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

Shades of Storm Dust #63615D

Tints of Storm Dust #63615D

Color information

#63615D (or 0x63615D) is unknown color: approx Storm Dust. HEX triplet: 63, 61 and 5D. RGB value is (99,97,93). Sum of RGB (Red+Green+Blue) = 99+97+93=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #63615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615D is #9C9EA2. Grayscale: #616161. Windows color (decimal): -10264227 or 6119779. OLE color: 6119779.

HSL color Cylindrical-coordinate representation of color #63615D: hue angle of 40º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #63615D is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB999793-
CMYK00.020.060.61
HSL40º3.13%37.65%-
HSV(B)40º6.06%38.82%-
XYZ11.411.9912.07-
YUV97.14125.66129.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=34.26%
G=33.56%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99979300.020.060.61403.1337.65
Hex63615D0263D28326
Octal1431411350267550346
Binary11000111100001101110101011011110110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63615D; }

 p { color: rgb(99,97,93); }

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

<style>
 a { background-color: #63615D; }

 a { background-color: rgb(99,97,93); }

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

<style>
 span { border-color: #63615D; }

 span { border-color: rgb(99,97,93); }

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