#636155

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

Shades of Storm Dust #636155

Tints of Storm Dust #636155

Color information

#636155 (or 0x636155) is unknown color: approx Storm Dust. HEX triplet: 63, 61 and 55. RGB value is (99,97,85). Sum of RGB (Red+Green+Blue) = 99+97+85=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #636155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636155 is #9C9EAA. Grayscale: #606060. Windows color (decimal): -10264235 or 5595491. OLE color: 5595491.

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

Color convert

RGB999785-
CMYK00.020.140.61
HSL51.43º7.61%36.08%-
HSV(B)51.43º14.14%38.82%-
XYZ11.0611.8610.3-
YUV96.23121.66129.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=35.23%
G=34.52%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99978500.020.140.6151.437.6136.08
Hex63615502E3D33824
Octal143141125021675631044
Binary11000111100001101010101011101111011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636155; }

 p { color: rgb(99,97,85); }

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

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

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

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

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

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

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