COLOR #6E5135

HEX: #6E5135
RGB: (110,81,53)

Color info

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

RGB color model

#6E5135 color RGB value is (110,81,53).

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

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 53 of 255 = 21%

110
81
53

R + G + B ~ 32%. #6E5135 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 53 = 244 (100%)
R 110 of 244 ~ 45.08%
G 81 of 244 ~ 33.2%
B 53 of 244 ~ 21.72%

%45.08
%33.2
%21.72

CMYK color model

#6E5135 color CMYK value is (0,26,52,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 51.82%
  • key color value is 56.86%
CMYK:
(0,26,52,57)
C0M26Y52K57 
(0%,26%,52%,57%)
(0.00/0.26/0.52/0.57)	

CMYK percentages

%0
%26.36
%51.82
%56.86

Codes

Color #6E5135 in popluar color models

6E5135
RGB1108153
HSL29°34.97%31.96%
HSB/HSV29°51.82%43.14%
CMYK0.00%26.36%51.82%
56.86%

Color #6E5135 in popluar number systems.

HEX6E5135
Decimal1108153
Binary11011101010001110101
Octal15612165

Shades and tints

Shades of #6E5135

#6E5135
(110,81,53)
#644A31
(100,74,49)
#5A432D
(90,67,45)
#503C29
(80,60,41)
#463525
(70,53,37)
#3C2E21
(60,46,33)
#32271D
(50,39,29)
#282019
(40,32,25)
#1E1915
(30,25,21)
#141211
(20,18,17)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E5135

#6E5135
(110,81,53)
#7B6047
(123,96,71)
#886F59
(136,111,89)
#957E6B
(149,126,107)
#A28D7D
(162,141,125)
#AF9C8F
(175,156,143)
#BCABA1
(188,171,161)
#C9BAB3
(201,186,179)
#D6C9C5
(214,201,197)
#E3D8D7
(227,216,215)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5135; }

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

This text font color is #6E5135.


Background Color

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

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

This div background color is #6E5135.


Border color

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

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

This div border color is #6E5135.


Opacity

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

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

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

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

This text has shadow with #6E5135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5135 on black background.


Color preview on white background

This text has color #6E5135 on white background.



Black color preview on #6E5135 background

This text has black color on #6E5135 background.


White color preview on #6E5135 background

This text has white color on #6E5135 background.