#646158

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

Shades of Storm Dust #646158

Tints of Storm Dust #646158

Color information

#646158 (or 0x646158) is unknown color: approx Storm Dust. HEX triplet: 64, 61 and 58. RGB value is (100,97,88). Sum of RGB (Red+Green+Blue) = 100+97+88=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #646158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646158 is #9B9EA7. Grayscale: #606060. Windows color (decimal): -10198696 or 5792100. OLE color: 5792100.

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

Color convert

RGB1009788-
CMYK00.030.120.61
HSL45º6.38%36.86%-
HSV(B)45º12%39.22%-
XYZ11.2911.9610.95-
YUV96.87122.99130.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=35.09%
G=34.04%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100978800.030.120.61456.3836.86
Hex64615803C3D2d625
Octal14414113003147555645
Binary1100100110000110110000111100111101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646158; }

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

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

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

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

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

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

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

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