#646358

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

Shades of Storm Dust #646358

Tints of Storm Dust #646358

Color information

#646358 (or 0x646358) is unknown color: approx Storm Dust. HEX triplet: 64, 63 and 58. RGB value is (100,99,88). Sum of RGB (Red+Green+Blue) = 100+99+88=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 100 - color contains mainly: red. Hex color #646358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646358 is #9B9CA7. Grayscale: #626262. Windows color (decimal): -10198184 or 5792612. OLE color: 5792612.

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

Color convert

RGB1009988-
CMYK00.010.120.61
HSL55º6.38%36.86%-
HSV(B)55º12%39.22%-
XYZ11.4812.3411.01-
YUV98.04122.33129.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=34.84%
G=34.49%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100998800.010.120.61556.3836.86
Hex64635801C3D37625
Octal14414313001147567645
Binary110010011000111011000011100111101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646358; }

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

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

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

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

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

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

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

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