COLOR #6E6241

HEX: #6E6241
RGB: (110,98,65)

Color info

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

RGB color model

#6E6241 color RGB value is (110,98,65).

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

RGB channels and saturation

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

110
98
65

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 65 = 273 (100%)
R 110 of 273 ~ 40.29%
G 98 of 273 ~ 35.9%
B 65 of 273 ~ 23.81%

%40.29
%35.9
%23.81

CMYK color model

#6E6241 color CMYK value is (0,11,41,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(0,11,41,57)
C0M11Y41K57 
(0%,11%,41%,57%)
(0.00/0.11/0.41/0.57)	

CMYK percentages

%0
%10.91
%40.91
%56.86

Codes

Color #6E6241 in popluar color models

6E6241
RGB1109865
HSL44°25.71%34.31%
HSB/HSV44°40.91%43.14%
CMYK0.00%10.91%40.91%
56.86%

Color #6E6241 in popluar number systems.

HEX6E6241
Decimal1109865
Binary110111011000101000001
Octal156142101

Shades and tints

Shades of #6E6241

#6E6241
(110,98,65)
#645A3C
(100,90,60)
#5A5237
(90,82,55)
#504A32
(80,74,50)
#46422D
(70,66,45)
#3C3A28
(60,58,40)
#323223
(50,50,35)
#282A1E
(40,42,30)
#1E2219
(30,34,25)
#141A14
(20,26,20)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #6E6241

#6E6241
(110,98,65)
#7B7052
(123,112,82)
#887E63
(136,126,99)
#958C74
(149,140,116)
#A29A85
(162,154,133)
#AFA896
(175,168,150)
#BCB6A7
(188,182,167)
#C9C4B8
(201,196,184)
#D6D2C9
(214,210,201)
#E3E0DA
(227,224,218)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6241; }

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

This text font color is #6E6241.


Background Color

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

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

This div background color is #6E6241.


Border color

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

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

This div border color is #6E6241.


Opacity

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

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

Text with #6E6241 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 #6E6241;}

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

This text has shadow with #6E6241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6241 on black background.


Color preview on white background

This text has color #6E6241 on white background.



Black color preview on #6E6241 background

This text has black color on #6E6241 background.


White color preview on #6E6241 background

This text has white color on #6E6241 background.