#636054

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

Shades of Storm Dust #636054

Tints of Storm Dust #636054

Color information

#636054 (or 0x636054) is unknown color: approx Storm Dust. HEX triplet: 63, 60 and 54. RGB value is (99,96,84). Sum of RGB (Red+Green+Blue) = 99+96+84=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #636054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636054 is #9C9FAB. Grayscale: #5F5F5F. Windows color (decimal): -10264492 or 5529699. OLE color: 5529699.

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

Color convert

RGB999684-
CMYK00.030.150.61
HSL48º8.2%35.88%-
HSV(B)48º15.15%38.82%-
XYZ10.9311.6610.06-
YUV95.53121.49130.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=35.48%
G=34.41%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99968400.030.150.61488.235.88
Hex63605403F3D30824
Octal143140124031775601044
Binary11000111100000101010001111111111011100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636054; }

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

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

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

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

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

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

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

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