Color Hex Logo

#6d7445 Color Hex

#6D7445
(109,116,69)
0 Favorites   0 Comments

Color spaces of #6d7445

RGB 10911669
HSL0.190.250.36
HSV69°41°45°
CMYK 0.060.000.41   0.55
XYZ13.626216.17178.0335
Yxy16.17170.36020.4275
Hunter Lab40.2141-9.891316.3056
CIE-Lab47.1990-10.722325.0799

#6d7445 color RGB value is (109,116,69).

#6d7445 hex color red value is 109, green value is 116 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #6d7445 hue: 0.19 , saturation: 0.25 and the lightness value of 6d7445 is 0.36.

The process color (four color CMYK) of #6d7445 color hex is 0.06, 0.00, 0.41, 0.55. Web safe color of #6d7445 is #666633. Color #6d7445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01110100 01000101
Octal 155 164 105
Decimal 109 116 69
Hex 6D 74 45

RGB Percentages of Color #6d7445

%37.07
%39.46
%23.47

CMYK Percentages of Color #6d7445

%6
%0
%41
%55

Triadic Colors of #6d7445

#6d7445 #456d74 #74456d

Analogous Colors of #6d7445

#6d7445 #567445 #746445

Monochromatic Colors of #6d7445

#6d7445

Complementary Color

#6d7445 #4c4574

#6d7445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d7445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d7445 Color CSS Codes

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

#6d7445 Text Font Color

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

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


#6d7445 Background Color

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

This div background color is #6d7445


#6d7445 Border Color

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

This div border color is #6d7445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d7445


Comments

No comments written yet.

Please login to write comment.