#636361

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

Shades of Storm Dust #636361

Tints of Storm Dust #636361

Color information

#636361 (or 0x636361) is unknown color: approx Storm Dust. HEX triplet: 63, 63 and 61. RGB value is (99,99,97). Sum of RGB (Red+Green+Blue) = 99+99+97=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636361 is #9C9C9E. Grayscale: #626262. Windows color (decimal): -10263711 or 6382435. OLE color: 6382435.

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

Color convert

RGB999997-
CMYK000.020.61
HSL60º1.02%38.43%-
HSV(B)60º2.02%38.82%-
XYZ11.7712.4413.09-
YUV98.77127128.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=33.56%
G=33.56%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999997000.020.61601.0238.43
Hex6363610023D3c126
Octal1431431410027574146
Binary11000111100011110000100101111011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636361; }

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

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

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

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

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

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

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

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