COLOR #6E6134

HEX: #6E6134
RGB: (110,97,52)

Color info

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

RGB color model

#6E6134 color RGB value is (110,97,52).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 52 of 255 = 20%

110
97
52

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 52 = 259 (100%)
R 110 of 259 ~ 42.47%
G 97 of 259 ~ 37.45%
B 52 of 259 ~ 20.08%

%42.47
%37.45
%20.08

CMYK color model

#6E6134 color CMYK value is (0,12,53,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 52.73%
  • key color value is 56.86%
CMYK:
(0,12,53,57)
C0M12Y53K57 
(0%,12%,53%,57%)
(0.00/0.12/0.53/0.57)	

CMYK percentages

%0
%11.82
%52.73
%56.86

Codes

Color #6E6134 in popluar color models

6E6134
RGB1109752
HSL47°35.80%31.76%
HSB/HSV47°52.73%43.14%
CMYK0.00%11.82%52.73%
56.86%

Color #6E6134 in popluar number systems.

HEX6E6134
Decimal1109752
Binary11011101100001110100
Octal15614164

Shades and tints

Shades of #6E6134

#6E6134
(110,97,52)
#645930
(100,89,48)
#5A512C
(90,81,44)
#504928
(80,73,40)
#464124
(70,65,36)
#3C3920
(60,57,32)
#32311C
(50,49,28)
#282918
(40,41,24)
#1E2114
(30,33,20)
#141910
(20,25,16)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #6E6134

#6E6134
(110,97,52)
#7B6F46
(123,111,70)
#887D58
(136,125,88)
#958B6A
(149,139,106)
#A2997C
(162,153,124)
#AFA78E
(175,167,142)
#BCB5A0
(188,181,160)
#C9C3B2
(201,195,178)
#D6D1C4
(214,209,196)
#E3DFD6
(227,223,214)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6134; }

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

This text font color is #6E6134.


Background Color

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

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

This div background color is #6E6134.


Border color

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

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

This div border color is #6E6134.


Opacity

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

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

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

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

This text has shadow with #6E6134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6134 on black background.


Color preview on white background

This text has color #6E6134 on white background.



Black color preview on #6E6134 background

This text has black color on #6E6134 background.


White color preview on #6E6134 background

This text has white color on #6E6134 background.