#636260

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

Shades of Storm Dust #636260

Tints of Storm Dust #636260

Color information

#636260 (or 0x636260) is unknown color: approx Storm Dust. HEX triplet: 63, 62 and 60. RGB value is (99,98,96). Sum of RGB (Red+Green+Blue) = 99+98+96=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 99 - color contains mainly: red. Hex color #636260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636260 is #9C9D9F. Grayscale: #626262. Windows color (decimal): -10263968 or 6316643. OLE color: 6316643.

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

Color convert

RGB999896-
CMYK00.010.030.61
HSL40º1.54%38.24%-
HSV(B)40º3.03%38.82%-
XYZ11.6212.2312.81-
YUV98.07126.83128.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=33.79%
G=33.45%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99989600.010.030.61401.5438.24
Hex6362600133D28226
Octal1431421400137550246
Binary110001111000101100000011111110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636260; }

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

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

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

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

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

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

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

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