Color Hex Logo

#6e4519 Color Hex

#6E4519
(110,69,25)
0 Favorites   0 Comments

Color spaces of #6e4519

RGB 1106925
HSL0.090.630.26
HSV31°77°43°
CMYK 0.000.370.77   0.57
XYZ8.73407.64141.9343
Yxy7.64140.47700.4173
Hunter Lab27.64318.022815.2014
CIE-Lab33.224613.454032.6844

#6e4519 color RGB value is (110,69,25).

#6e4519 hex color red value is 110, green value is 69 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #6e4519 hue: 0.09 , saturation: 0.63 and the lightness value of 6e4519 is 0.26.

The process color (four color CMYK) of #6e4519 color hex is 0.00, 0.37, 0.77, 0.57. Web safe color of #6e4519 is #663300. Color #6e4519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000101 00011001
Octal 156 105 31
Decimal 110 69 25
Hex 6E 45 19

RGB Percentages of Color #6e4519

%53.92
%33.82
%12.25

CMYK Percentages of Color #6e4519

%0
%37
%77
%57

Triadic Colors of #6e4519

#6e4519 #196e45 #45196e

Analogous Colors of #6e4519

#6e4519 #6d6e19 #6e1b19

Monochromatic Colors of #6e4519

#6e4519

Complementary Color

#6e4519 #19426e

#6e4519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e4519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e4519 Color CSS Codes

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

#6e4519 Text Font Color

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

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


#6e4519 Background Color

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

This div background color is #6e4519


#6e4519 Border Color

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

This div border color is #6e4519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e4519


Comments

No comments written yet.

Please login to write comment.