Color Hex Logo

#6d564e Color Hex

#6D564E
(109,86,78)
1 Favorites   0 Comments

Color spaces of #6d564e

RGB 1098678
HSL0.040.170.37
HSV15°28°43°
CMYK 0.000.210.28   0.57
XYZ11.009610.45688.6458
Yxy10.45680.36560.3473
Hunter Lab32.33704.18326.7838
CIE-Lab38.65018.17238.2613

#6d564e color RGB value is (109,86,78).

#6d564e hex color red value is 109, green value is 86 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6d564e hue: 0.04 , saturation: 0.17 and the lightness value of 6d564e is 0.37.

The process color (four color CMYK) of #6d564e color hex is 0.00, 0.21, 0.28, 0.57. Web safe color of #6d564e is #666666. Color #6d564e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01010110 01001110
Octal 155 126 116
Decimal 109 86 78
Hex 6D 56 4E

RGB Percentages of Color #6d564e

%39.93
%31.50
%28.57

CMYK Percentages of Color #6d564e

%0
%21
%28
%57

Triadic Colors of #6d564e

#6d564e #4e6d56 #564e6d

Analogous Colors of #6d564e

#6d564e #6d664e #6d4e56

Monochromatic Colors of #6d564e

#6d564e

Complementary Color

#6d564e #4e656d

#6d564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d564e Color CSS Codes

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

#6d564e Text Font Color

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

This sample text font color is #6d564e
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.


#6d564e Background Color

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

This div background color is #6d564e


#6d564e Border Color

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

This div border color is #6d564e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,86,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d564e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d564e;
  -webkit-box-shadow: 1px 1px 3px 2px #6d564e;
  box-shadow:         1px 1px 3px 2px #6d564e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,86,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d564e


Comments

No comments written yet.

Please login to write comment.