#636056

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

Shades of Storm Dust #636056

Tints of Storm Dust #636056

Color information

#636056 (or 0x636056) is unknown color: approx Storm Dust. HEX triplet: 63, 60 and 56. RGB value is (99,96,86). Sum of RGB (Red+Green+Blue) = 99+96+86=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #636056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636056 is #9C9FA9. Grayscale: #5F5F5F. Windows color (decimal): -10264490 or 5660771. OLE color: 5660771.

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

Color convert

RGB999686-
CMYK00.030.130.61
HSL46.15º7.03%36.27%-
HSV(B)46.15º13.13%38.82%-
XYZ11.0111.6910.48-
YUV95.76122.49130.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=35.23%
G=34.16%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99968600.030.130.6146.157.0336.27
Hex63605603D3D2e724
Octal14314012603157556744
Binary1100011110000010101100111101111101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636056; }

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

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

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

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

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

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

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

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