#636052

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

Shades of Storm Dust #636052

Tints of Storm Dust #636052

Color information

#636052 (or 0x636052) is unknown color: approx Storm Dust. HEX triplet: 63, 60 and 52. RGB value is (99,96,82). Sum of RGB (Red+Green+Blue) = 99+96+82=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #636052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636052 is #9C9FAD. Grayscale: #5F5F5F. Windows color (decimal): -10264494 or 5398627. OLE color: 5398627.

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

Color convert

RGB999682-
CMYK00.030.170.61
HSL49.41º9.39%35.49%-
HSV(B)49.41º17.17%38.82%-
XYZ10.8511.639.66-
YUV95.3120.49130.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=35.74%
G=34.66%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99968200.030.170.6149.419.3935.49
Hex63605203113D31923
Octal143140122032175611143
Binary110001111000001010010011100011111011100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636052; }

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

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

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

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

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

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

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

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