Color Hex Logo

#6d3a0e Color Hex

#6D3A0E
(109,58,14)
0 Favorites   0 Comments

Color spaces of #6d3a0e

RGB 1095814
HSL0.080.770.24
HSV28°87°43°
CMYK 0.000.470.87   0.57
XYZ7.89906.30901.2169
Yxy6.30900.51210.4090
Hunter Lab25.117712.178514.7099
CIE-Lab30.179019.149034.9032

#6d3a0e color RGB value is (109,58,14).

#6d3a0e hex color red value is 109, green value is 58 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6d3a0e hue: 0.08 , saturation: 0.77 and the lightness value of 6d3a0e is 0.24.

The process color (four color CMYK) of #6d3a0e color hex is 0.00, 0.47, 0.87, 0.57. Web safe color of #6d3a0e is #663300. Color #6d3a0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00111010 00001110
Octal 155 72 16
Decimal 109 58 14
Hex 6D 3A E

RGB Percentages of Color #6d3a0e

%60.22
%32.04
%7.73

CMYK Percentages of Color #6d3a0e

%0
%47
%87
%57

Triadic Colors of #6d3a0e

#6d3a0e #0e6d3a #3a0e6d

Analogous Colors of #6d3a0e

#6d3a0e #6d6a0e #6d0e12

Monochromatic Colors of #6d3a0e

#6d3a0e

Complementary Color

#6d3a0e #0e416d

#6d3a0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d3a0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d3a0e Color CSS Codes

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

#6d3a0e Text Font Color

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

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


#6d3a0e Background Color

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

This div background color is #6d3a0e


#6d3a0e Border Color

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

This div border color is #6d3a0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d3a0e


Comments

No comments written yet.

Please login to write comment.