#64615A

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

Shades of Storm Dust #64615A

Tints of Storm Dust #64615A

Color information

#64615A (or 0x64615A) is unknown color: approx Storm Dust. HEX triplet: 64, 61 and 5A. RGB value is (100,97,90). Sum of RGB (Red+Green+Blue) = 100+97+90=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 100 - color contains mainly: red. Hex color #64615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64615A is #9B9EA5. Grayscale: #616161. Windows color (decimal): -10198694 or 5923172. OLE color: 5923172.

HSL color Cylindrical-coordinate representation of color #64615A: hue angle of 42º 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 #64615A is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1009790-
CMYK00.030.100.61
HSL42º5.26%37.25%-
HSV(B)42º10%39.22%-
XYZ11.381211.39-
YUV97.1123.99130.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=34.84%
G=33.80%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100979000.030.100.61425.2637.25
Hex64615A03A3D2a525
Octal14414113203127552545
Binary1100100110000110110100111010111101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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