#64625A

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

Shades of Storm Dust #64625A

Tints of Storm Dust #64625A

Color information

#64625A (or 0x64625A) is unknown color: approx Storm Dust. HEX triplet: 64, 62 and 5A. RGB value is (100,98,90). Sum of RGB (Red+Green+Blue) = 100+98+90=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 100 - color contains mainly: red. Hex color #64625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64625A is #9B9DA5. Grayscale: #616161. Windows color (decimal): -10198438 or 5923428. OLE color: 5923428.

HSL color Cylindrical-coordinate representation of color #64625A: hue angle of 48º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64625A is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1009890-
CMYK00.020.100.61
HSL48º5.26%37.25%-
HSV(B)48º10%39.22%-
XYZ11.4712.1811.42-
YUV97.69123.66129.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=34.72%
G=34.03%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100989000.020.100.61485.2637.25
Hex64625A02A3D30525
Octal14414213202127560545
Binary1100100110001010110100101010111101110000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64625A; }

 p { color: rgb(100,98,90); }

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

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

 a { background-color: rgb(100,98,90); }

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

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

 span { border-color: rgb(100,98,90); }

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