Color Hex Logo

#6e3111 Color Hex

#6E3111
(110,49,17)
0 Favorites   0 Comments

Color spaces of #6e3111

RGB 1104917
HSL0.060.730.25
HSV21°85°43°
CMYK 0.000.550.85   0.57
XYZ7.62995.55211.1998
Yxy5.55210.53050.3861
Hunter Lab23.562916.565013.4750
CIE-Lab28.253124.943931.7930

#6e3111 color RGB value is (110,49,17).

#6e3111 hex color red value is 110, green value is 49 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #6e3111 hue: 0.06 , saturation: 0.73 and the lightness value of 6e3111 is 0.25.

The process color (four color CMYK) of #6e3111 color hex is 0.00, 0.55, 0.85, 0.57. Web safe color of #6e3111 is #663300. Color #6e3111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110001 00010001
Octal 156 61 21
Decimal 110 49 17
Hex 6E 31 11

RGB Percentages of Color #6e3111

%62.50
%27.84
%9.66

CMYK Percentages of Color #6e3111

%0
%55
%85
%57

Triadic Colors of #6e3111

#6e3111 #116e31 #31116e

Analogous Colors of #6e3111

#6e3111 #6e6011 #6e1120

Monochromatic Colors of #6e3111

#6e3111

Complementary Color

#6e3111 #114e6e

#6e3111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e3111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e3111 Color CSS Codes

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

#6e3111 Text Font Color

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

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


#6e3111 Background Color

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

This div background color is #6e3111


#6e3111 Border Color

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

This div border color is #6e3111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e3111


Comments

No comments written yet.

Please login to write comment.