COLOR #6E6135

HEX: #6E6135 RGB: (110,97,53)

Color info

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

RGB color model

#6E6135 color RGB value is (110,97,53).

RGB: (110,97,53) (43%, 38%, 21%)

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 53 of 255 = 21%

110
97
53

R + G + B ~ 34%. #6E6135 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 97 + 53 = 260 (100%)
R 110 of 260 ~ 42.31%
G 97 of 260 ~ 37.31%
B 53 of 260 ~ 20.38'%

%42.31
%37.31
%20.38

CMYK color model

#6E6135 color CMYK value is (0,12,52,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 51.82%
  • key color value is 56.86%

CMYK: (0,12,52,57)
C0M12Y52K57 (0%, 12%, 52%, 57%)
(0.00 / 0.12 / 0.52 / 0.57)

CMYK percentages

%0
%11.82
%51.82
%56.86

Codes

Color #6E6135 in popluar color models

6E 61 35
RGB 110 97 53
HSL 46° 34.97% 31.96%
HSB/HSV 46° 51.82% 43.14%
CMYK 0.00% 11.82% 51.82%
56.86%

Color #6E6135 in popluar number systems.

HEX 6E 61 35
Decimal 110 97 53
Binary 1101110 1100001 110101
Octal 156 141 65

Shades and tints

Shades of #6E6135

#6E6135
(110,97,53)
#645931
(100,89,49)
#5A512D
(90,81,45)
#504929
(80,73,41)
#464125
(70,65,37)
#3C3921
(60,57,33)
#32311D
(50,49,29)
#282919
(40,41,25)
#1E2115
(30,33,21)
#141911
(20,25,17)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E6135

#6E6135
(110,97,53)
#7B6F47
(123,111,71)
#887D59
(136,125,89)
#958B6B
(149,139,107)
#A2997D
(162,153,125)
#AFA78F
(175,167,143)
#BCB5A1
(188,181,161)
#C9C3B3
(201,195,179)
#D6D1C5
(214,209,197)
#E3DFD7
(227,223,215)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6135; }

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

This text font color is #6E6135.

Background Color

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

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

This div background color is #6E6135.

Border color

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

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

This div border color is #6E6135.

Opacity

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

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

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

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

This text has shadow with #6E6135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6135.

Preview

Color preview on black background

This text has color #6E6135 on black background.


Color preview on white background

This text has color #6E6135 on white background.


Black color preview on #6E6135 background

This text has black color on #6E6135 background.


White color preview on #6E6135 background

This text has white color on #6E6135 background.


Related colors

Complementary color

Complementary color for #hex is #919ECA.


I love getcolorcode.com

Triadic colors

1 #356E61 and #61356E with #6E6135 are triadic colors.

2 #35616E and #616E35 with #6E6135 are triadic colors.