COLOR #6E5935

HEX: #6E5935
RGB: (110,89,53)

Color info

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

RGB color model

#6E5935 color RGB value is (110,89,53).

  • red value is 110;
  • green value is 89;
  • blue value is 53.
RGB:
(110,89,53)
(43%,35%,21%)

RGB channels and saturation

R 110 of 255 = 43%
G 89 of 255 = 35%
B 53 of 255 = 21%

110
89
53

R + G + B ~ 33%. #6E5935 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 89 + 53 = 252 (100%)
R 110 of 252 ~ 43.65%
G 89 of 252 ~ 35.32%
B 53 of 252 ~ 21.03%

%43.65
%35.32
%21.03

CMYK color model

#6E5935 color CMYK value is (0,19,52,57).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 51.82%
  • key color value is 56.86%
CMYK:
(0,19,52,57)
C0M19Y52K57 
(0%,19%,52%,57%)
(0.00/0.19/0.52/0.57)	

CMYK percentages

%0
%19.09
%51.82
%56.86

Codes

Color #6E5935 in popluar color models

6E5935
RGB1108953
HSL38°34.97%31.96%
HSB/HSV38°51.82%43.14%
CMYK0.00%19.09%51.82%
56.86%

Color #6E5935 in popluar number systems.

HEX6E5935
Decimal1108953
Binary11011101011001110101
Octal15613165

Shades and tints

Shades of #6E5935

#6E5935
(110,89,53)
#645131
(100,81,49)
#5A492D
(90,73,45)
#504129
(80,65,41)
#463925
(70,57,37)
#3C3121
(60,49,33)
#32291D
(50,41,29)
#282119
(40,33,25)
#1E1915
(30,25,21)
#141111
(20,17,17)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E5935

#6E5935
(110,89,53)
#7B6847
(123,104,71)
#887759
(136,119,89)
#95866B
(149,134,107)
#A2957D
(162,149,125)
#AFA48F
(175,164,143)
#BCB3A1
(188,179,161)
#C9C2B3
(201,194,179)
#D6D1C5
(214,209,197)
#E3E0D7
(227,224,215)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5935 color. Also use rgb(110,89,53) instead hex code.

Text Font Color

.myTextColor { color: #6E5935; }

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

This text font color is #6E5935.


Background Color

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

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

This div background color is #6E5935.


Border color

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

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

This div border color is #6E5935.


Opacity

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

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

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

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

This text has shadow with #6E5935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5935 on black background.


Color preview on white background

This text has color #6E5935 on white background.



Black color preview on #6E5935 background

This text has black color on #6E5935 background.


White color preview on #6E5935 background

This text has white color on #6E5935 background.