Color Hex Logo

#6e542c Color Hex

#6E542C
(110,84,44)
0 Favorites   0 Comments

Color spaces of #6e542c

RGB 1108444
HSL0.100.430.30
HSV36°60°43°
CMYK 0.000.240.60   0.57
XYZ10.05549.83753.7517
Yxy9.83750.42530.4161
Hunter Lab31.36482.337914.8634
CIE-Lab37.54925.662327.2454

#6e542c color RGB value is (110,84,44).

#6e542c hex color red value is 110, green value is 84 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6e542c hue: 0.10 , saturation: 0.43 and the lightness value of 6e542c is 0.30.

The process color (four color CMYK) of #6e542c color hex is 0.00, 0.24, 0.60, 0.57. Web safe color of #6e542c is #666633. Color #6e542c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010100 00101100
Octal 156 124 54
Decimal 110 84 44
Hex 6E 54 2C

RGB Percentages of Color #6e542c

%46.22
%35.29
%18.49

CMYK Percentages of Color #6e542c

%0
%24
%60
%57

Triadic Colors of #6e542c

#6e542c #2c6e54 #542c6e

Analogous Colors of #6e542c

#6e542c #676e2c #6e332c

Monochromatic Colors of #6e542c

#6e542c

Complementary Color

#6e542c #2c466e

#6e542c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e542c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e542c Color CSS Codes

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

#6e542c Text Font Color

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

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


#6e542c Background Color

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

This div background color is #6e542c


#6e542c Border Color

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

This div border color is #6e542c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,84,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e542c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e542c;
  -webkit-box-shadow: 1px 1px 3px 2px #6e542c;
  box-shadow:         1px 1px 3px 2px #6e542c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,84,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e542c


Comments

No comments written yet.

Please login to write comment.