#636051

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

Shades of Storm Dust #636051

Tints of Storm Dust #636051

Color information

#636051 (or 0x636051) is unknown color: approx Storm Dust. HEX triplet: 63, 60 and 51. RGB value is (99,96,81). Sum of RGB (Red+Green+Blue) = 99+96+81=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #636051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636051 is #9C9FAE. Grayscale: #5F5F5F. Windows color (decimal): -10264495 or 5333091. OLE color: 5333091.

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

Color convert

RGB999681-
CMYK00.030.180.61
HSL50º10%35.29%-
HSV(B)50º18.18%38.82%-
XYZ10.8111.619.46-
YUV95.19119.99130.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=35.87%
G=34.78%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99968100.030.180.61501035.29
Hex63605103123D32a23
Octal143140121032275621243
Binary110001111000001010001011100101111011100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636051; }

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

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

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

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

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

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

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

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