Color Hex Logo

#6d503e Color Hex

#6D503E
(109,80,62)
0 Favorites   0 Comments

Color spaces of #6d503e

RGB 1098062
HSL0.060.270.34
HSV23°43°43°
CMYK 0.000.270.43   0.57
XYZ10.04489.33635.8301
Yxy9.33630.39840.3703
Hunter Lab30.55545.208410.0760
CIE-Lab36.62399.567515.3487

#6d503e color RGB value is (109,80,62).

#6d503e hex color red value is 109, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6d503e hue: 0.06 , saturation: 0.27 and the lightness value of 6d503e is 0.34.

The process color (four color CMYK) of #6d503e color hex is 0.00, 0.27, 0.43, 0.57. Web safe color of #6d503e is #666633. Color #6d503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01010000 00111110
Octal 155 120 76
Decimal 109 80 62
Hex 6D 50 3E

RGB Percentages of Color #6d503e

%43.43
%31.87
%24.70

CMYK Percentages of Color #6d503e

%0
%27
%43
%57

Triadic Colors of #6d503e

#6d503e #3e6d50 #503e6d

Analogous Colors of #6d503e

#6d503e #6d683e #6d3e43

Monochromatic Colors of #6d503e

#6d503e

Complementary Color

#6d503e #3e5b6d

#6d503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d503e Color CSS Codes

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

#6d503e Text Font Color

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

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


#6d503e Background Color

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

This div background color is #6d503e


#6d503e Border Color

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

This div border color is #6d503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d503e


Comments

No comments written yet.

Please login to write comment.