Color Hex Logo

#6e642c Color Hex

#6E642C
(110,100,44)
0 Favorites   0 Comments

Color spaces of #6e642c

RGB 11010044
HSL0.140.430.30
HSV51°60°43°
CMYK 0.000.090.60   0.57
XYZ11.442212.61124.2140
Yxy12.61120.40480.4461
Hunter Lab35.5123-4.633017.8230
CIE-Lab42.1715-3.854732.6446

#6e642c color RGB value is (110,100,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100100 00101100
Octal 156 144 54
Decimal 110 100 44
Hex 6E 64 2C

RGB Percentages of Color #6e642c

%43.31
%39.37
%17.32

CMYK Percentages of Color #6e642c

%0
%9
%60
%57

Triadic Colors of #6e642c

#6e642c #2c6e64 #642c6e

Analogous Colors of #6e642c

#6e642c #576e2c #6e432c

Monochromatic Colors of #6e642c

#6e642c

Complementary Color

#6e642c #2c366e

#6e642c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e642c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e642c Color CSS Codes

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

#6e642c Text Font Color

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

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


#6e642c Background Color

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

This div background color is #6e642c


#6e642c Border Color

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

This div border color is #6e642c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,100,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 #6e642c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e642c


Comments

No comments written yet.

Please login to write comment.