#635F51

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

Shades of Storm Dust #635F51

Tints of Storm Dust #635F51

Color information

#635F51 (or 0x635F51) is unknown color: approx Storm Dust. HEX triplet: 63, 5F and 51. RGB value is (99,95,81). Sum of RGB (Red+Green+Blue) = 99+95+81=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F51 is #9CA0AE. Grayscale: #5E5E5E. Windows color (decimal): -10264751 or 5332835. OLE color: 5332835.

HSL color Cylindrical-coordinate representation of color #635F51: hue angle of 46.67º 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 #635F51 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB999581-
CMYK00.040.180.61
HSL46.67º10%35.29%-
HSV(B)46.67º18.18%38.82%-
XYZ10.7211.439.43-
YUV94.6120.33131.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=36%
G=34.55%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99958100.040.180.6146.671035.29
Hex635F5104123D2fa23
Octal143137121042275571243
Binary1100011101111110100010100100101111011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635F51; }

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

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

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

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

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

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

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

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