COLOR #6E6141

HEX: #6E6141
RGB: (110,97,65)

Color info

#6E6141 contains red, green and blue colors in about the same proportion. Web safe color of #6E6141 is #666633 (or #663).

RGB color model

#6E6141 color RGB value is (110,97,65).

  • red value is 110;
  • green value is 97;
  • blue value is 65.
RGB:
(110,97,65)
(43%,38%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 65 of 255 = 25%

110
97
65

R + G + B ~ 35%. #6E6141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 65 = 272 (100%)
R 110 of 272 ~ 40.44%
G 97 of 272 ~ 35.66%
B 65 of 272 ~ 23.9%

%40.44
%35.66
%23.9

CMYK color model

#6E6141 color CMYK value is (0,12,41,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(0,12,41,57)
C0M12Y41K57 
(0%,12%,41%,57%)
(0.00/0.12/0.41/0.57)	

CMYK percentages

%0
%11.82
%40.91
%56.86

Codes

Color #6E6141 in popluar color models

6E6141
RGB1109765
HSL43°25.71%34.31%
HSB/HSV43°40.91%43.14%
CMYK0.00%11.82%40.91%
56.86%

Color #6E6141 in popluar number systems.

HEX6E6141
Decimal1109765
Binary110111011000011000001
Octal156141101

Shades and tints

Shades of #6E6141

#6E6141
(110,97,65)
#64593C
(100,89,60)
#5A5137
(90,81,55)
#504932
(80,73,50)
#46412D
(70,65,45)
#3C3928
(60,57,40)
#323123
(50,49,35)
#28291E
(40,41,30)
#1E2119
(30,33,25)
#141914
(20,25,20)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E6141

#6E6141
(110,97,65)
#7B6F52
(123,111,82)
#887D63
(136,125,99)
#958B74
(149,139,116)
#A29985
(162,153,133)
#AFA796
(175,167,150)
#BCB5A7
(188,181,167)
#C9C3B8
(201,195,184)
#D6D1C9
(214,209,201)
#E3DFDA
(227,223,218)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6141 color. Also use rgb(110,97,65) instead hex code.

Text Font Color

.myTextColor { color: #6E6141; }

<p style="color:#6E6141">This sample text font color is #6E6141.</p>

This text font color is #6E6141.


Background Color

.myBgColor { background-color: #6E6141; }

<div style="background-color:#6E6141">Inner text</div>

This div background color is #6E6141.


Border color

.myBorderColor { border: 1px solid #6E6141; }

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

This div border color is #6E6141.


Opacity

.myOpacity80 { color: #6E6141; opacity: 0.8; }

<p style="color:#6E6141;opacity:0.8;">80%</p>

Text with #6E6141 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E6141;}

<p style="text-shadow: 3px 3px 1px #6E6141">Text here.</p>

This text has shadow with #6E6141 color.

.textShadow {text-shadow: 3px 3px 1px #6E6141, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E6141, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E6141 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E6141, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E6141, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E6141 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E6141;
  -webkit-box-shadow:	1px 1px 3px 2px #6E6141;
  box-shadow:		1px 1px 3px 2px #6E6141;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E6141;
-webkit-box-shadow: 1px 1px 3px 2px #6E6141;
box-shadow:1px 1px 3px 2px #6E6141;">
Div content here</div>
This div box has shadow with color #6E6141.

Preview

Color preview on black background

This text has color #6E6141 on black background.


Color preview on white background

This text has color #6E6141 on white background.



Black color preview on #6E6141 background

This text has black color on #6E6141 background.


White color preview on #6E6141 background

This text has white color on #6E6141 background.