Color Hex Logo

#6d754a Color Hex

#6D754A
(109,117,74)
0 Favorites   0 Comments

Color spaces of #6d754a

RGB 10911774
HSL0.200.230.37
HSV71°37°46°
CMYK 0.070.000.37   0.54
XYZ13.904016.46828.9244
Yxy16.46820.35380.4191
Hunter Lab40.5810-9.858615.3679
CIE-Lab47.5829-10.610622.7490

#6d754a color RGB value is (109,117,74).

#6d754a hex color red value is 109, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6d754a hue: 0.20 , saturation: 0.23 and the lightness value of 6d754a is 0.37.

The process color (four color CMYK) of #6d754a color hex is 0.07, 0.00, 0.37, 0.54. Web safe color of #6d754a is #666633. Color #6d754a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01110101 01001010
Octal 155 165 112
Decimal 109 117 74
Hex 6D 75 4A

RGB Percentages of Color #6d754a

%36.33
%39.00
%24.67

CMYK Percentages of Color #6d754a

%7
%0
%37
%54

Triadic Colors of #6d754a

#6d754a #4a6d75 #754a6d

Analogous Colors of #6d754a

#6d754a #58754a #75684a

Monochromatic Colors of #6d754a

#6d754a

Complementary Color

#6d754a #524a75

#6d754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d754a Color CSS Codes

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

#6d754a Text Font Color

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

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


#6d754a Background Color

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

This div background color is #6d754a


#6d754a Border Color

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

This div border color is #6d754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d754a


Comments

No comments written yet.

Please login to write comment.