Color Hex Logo

#6d4715 Color Hex

#6D4715
(109,71,21)
0 Favorites   0 Comments

Color spaces of #6d4715

RGB 1097121
HSL0.090.680.25
HSV34°81°43°
CMYK 0.000.350.81   0.57
XYZ8.69537.81181.7590
Yxy7.81180.47600.4277
Hunter Lab27.94966.620715.8333
CIE-Lab33.587811.554734.9372

#6d4715 color RGB value is (109,71,21).

#6d4715 hex color red value is 109, green value is 71 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #6d4715 hue: 0.09 , saturation: 0.68 and the lightness value of 6d4715 is 0.25.

The process color (four color CMYK) of #6d4715 color hex is 0.00, 0.35, 0.81, 0.57. Web safe color of #6d4715 is #663300. Color #6d4715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01000111 00010101
Octal 155 107 25
Decimal 109 71 21
Hex 6D 47 15

RGB Percentages of Color #6d4715

%54.23
%35.32
%10.45

CMYK Percentages of Color #6d4715

%0
%35
%81
%57

Triadic Colors of #6d4715

#6d4715 #156d47 #47156d

Analogous Colors of #6d4715

#6d4715 #676d15 #6d1b15

Monochromatic Colors of #6d4715

#6d4715

Complementary Color

#6d4715 #153b6d

#6d4715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d4715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d4715 Color CSS Codes

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

#6d4715 Text Font Color

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

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


#6d4715 Background Color

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

This div background color is #6d4715


#6d4715 Border Color

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

This div border color is #6d4715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d4715


Comments

No comments written yet.

Please login to write comment.