#635F52

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

Shades of Storm Dust #635F52

Tints of Storm Dust #635F52

Color information

#635F52 (or 0x635F52) is unknown color: approx Storm Dust. HEX triplet: 63, 5F and 52. RGB value is (99,95,82). Sum of RGB (Red+Green+Blue) = 99+95+82=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #635F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F52 is #9CA0AD. Grayscale: #5E5E5E. Windows color (decimal): -10264750 or 5398371. OLE color: 5398371.

HSL color Cylindrical-coordinate representation of color #635F52: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #635F52 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB999582-
CMYK00.040.170.61
HSL45.88º9.39%35.49%-
HSV(B)45.88º17.17%38.82%-
XYZ10.7611.459.62-
YUV94.71120.83131.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=35.87%
G=34.42%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99958200.040.170.6145.889.3935.49
Hex635F5204113D2e923
Octal143137122042175561143
Binary1100011101111110100100100100011111011011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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