#63615C

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

Shades of Storm Dust #63615C

Tints of Storm Dust #63615C

Color information

#63615C (or 0x63615C) is unknown color: approx Storm Dust. HEX triplet: 63, 61 and 5C. RGB value is (99,97,92). Sum of RGB (Red+Green+Blue) = 99+97+92=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #63615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615C is #9C9EA3. Grayscale: #616161. Windows color (decimal): -10264228 or 6054243. OLE color: 6054243.

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

Color convert

RGB999792-
CMYK00.020.070.61
HSL42.86º3.66%37.45%-
HSV(B)42.86º7.07%38.82%-
XYZ11.3511.9711.84-
YUV97.03125.16129.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=34.38%
G=33.68%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99979200.020.070.6142.863.6637.45
Hex63615C0273D2b425
Octal1431411340277553445
Binary110001111000011011100010111111101101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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