Color Hex Logo

#6e722c Color Hex

#6E722C
(110,114,44)
0 Favorites   0 Comments

Color spaces of #6e722c

RGB 11011444
HSL0.180.440.31
HSV63°61°45°
CMYK 0.040.000.61   0.55
XYZ12.902315.53154.7007
Yxy15.53150.38940.4687
Hunter Lab39.4100-10.529120.5151
CIE-Lab46.3537-11.797837.3452

#6e722c color RGB value is (110,114,44).

#6e722c hex color red value is 110, green value is 114 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6e722c hue: 0.18 , saturation: 0.44 and the lightness value of 6e722c is 0.31.

The process color (four color CMYK) of #6e722c color hex is 0.04, 0.00, 0.61, 0.55. Web safe color of #6e722c is #666633. Color #6e722c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01110010 00101100
Octal 156 162 54
Decimal 110 114 44
Hex 6E 72 2C

RGB Percentages of Color #6e722c

%41.04
%42.54
%16.42

CMYK Percentages of Color #6e722c

%4
%0
%61
%55

Triadic Colors of #6e722c

#6e722c #2c6e72 #722c6e

Analogous Colors of #6e722c

#6e722c #4b722c #72532c

Monochromatic Colors of #6e722c

#6e722c

Complementary Color

#6e722c #302c72

#6e722c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e722c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e722c Color CSS Codes

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

#6e722c Text Font Color

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

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


#6e722c Background Color

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

This div background color is #6e722c


#6e722c Border Color

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

This div border color is #6e722c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e722c


Comments

No comments written yet.

Please login to write comment.