#64635B

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

Shades of Storm Dust #64635B

Tints of Storm Dust #64635B

Color information

#64635B (or 0x64635B) is unknown color: approx Storm Dust. HEX triplet: 64, 63 and 5B. RGB value is (100,99,91). Sum of RGB (Red+Green+Blue) = 100+99+91=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 100 - color contains mainly: red. Hex color #64635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64635B is #9B9CA4. Grayscale: #626262. Windows color (decimal): -10198181 or 5989220. OLE color: 5989220.

HSL color Cylindrical-coordinate representation of color #64635B: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #64635B is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1009991-
CMYK00.010.090.61
HSL53.33º4.71%37.45%-
HSV(B)53.33º9%39.22%-
XYZ11.6112.3911.68-
YUV98.39123.83129.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=34.48%
G=34.14%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100999100.010.090.6153.334.7137.45
Hex64635B0193D35525
Octal14414313301117565545
Binary110010011000111011011011001111101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64635B; }

 p { color: rgb(100,99,91); }

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

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

 a { background-color: rgb(100,99,91); }

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

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

 span { border-color: rgb(100,99,91); }

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