#636360

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

Shades of Storm Dust #636360

Tints of Storm Dust #636360

Color information

#636360 (or 0x636360) is unknown color: approx Storm Dust. HEX triplet: 63, 63 and 60. RGB value is (99,99,96). Sum of RGB (Red+Green+Blue) = 99+99+96=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636360 is #9C9C9F. Grayscale: #626262. Windows color (decimal): -10263712 or 6316899. OLE color: 6316899.

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

Color convert

RGB999996-
CMYK000.030.61
HSL60º1.54%38.24%-
HSV(B)60º3.03%38.82%-
XYZ11.7212.4212.85-
YUV98.66126.5128.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=33.67%
G=33.67%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999996000.030.61601.5438.24
Hex6363600033D3c226
Octal1431431400037574246
Binary110001111000111100000001111110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636360; }

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

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

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

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

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

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

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

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