Color Hex Logo

#646349 Color Hex

#646349
(100,99,73)
0 Favorites   0 Comments

Color spaces of #646349

RGB 1009973
HSL0.160.160.34
HSV58°27°39°
CMYK 0.000.010.27   0.61
XYZ10.920012.11408.0660
Yxy12.11400.35110.3895
Hunter Lab34.8052-4.905310.6233
CIE-Lab41.3967-4.329714.9631

#646349 color RGB value is (100,99,73).

#646349 hex color red value is 100, green value is 99 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #646349 hue: 0.16 , saturation: 0.16 and the lightness value of 646349 is 0.34.

The process color (four color CMYK) of #646349 color hex is 0.00, 0.01, 0.27, 0.61. Web safe color of #646349 is #666633. Color #646349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100011 01001001
Octal 144 143 111
Decimal 100 99 73
Hex 64 63 49

RGB Percentages of Color #646349

%36.76
%36.40
%26.84

CMYK Percentages of Color #646349

%0
%1
%27
%61

Triadic Colors of #646349

#646349 #496463 #634964

Analogous Colors of #646349

#646349 #586449 #645649

Monochromatic Colors of #646349

#646349

Complementary Color

#646349 #494a64

#646349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646349 Color CSS Codes

.mybgcolor {background-color:#646349; } 
.myforecolor {color:#646349; }
.mybordercolor {border:3px solid #646349; }

#646349 Text Font Color

<p style="color:#646349">Text here</p>

This sample text font color is #646349
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#646349 Background Color

<div style="background-color:#646349">
Div content here</div>

This div background color is #646349


#646349 Border Color

<div style="border:3px solid #646349">
Div here</div>

This div border color is #646349


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,99,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646349; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646349;
  -webkit-box-shadow: 1px 1px 3px 2px #646349;
  box-shadow:         1px 1px 3px 2px #646349; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,99,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #646349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #646349;
  -webkit-box-shadow: 1px 1px 3px 2px #646349;
  box-shadow:         1px 1px 3px 2px #646349;">
Div content here</div>

This div box has shadow with color #646349


Comments

No comments written yet.

Please login to write comment.