COLOR #6E6838

HEX: #6E6838 RGB: (110,104,56)

Color info

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

RGB color model

#6E6838 color RGB value is (110,104,56).

RGB: (110,104,56) (43%, 41%, 22%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 56 of 255 = 22%

110
104
56

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

Portions of RGB colors in percentages

R + G + B = 110 + 104 + 56 = 270 (100%)
R 110 of 270 ~ 40.74%
G 104 of 270 ~ 38.52%
B 56 of 270 ~ 20.74'%

%40.74
%38.52
%20.74

CMYK color model

#6E6838 color CMYK value is (0,5,49,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 49.09%
  • key color value is 56.86%

CMYK: (0,5,49,57)
C0M5Y49K57 (0%, 5%, 49%, 57%)
(0.00 / 0.05 / 0.49 / 0.57)

CMYK percentages

%0
%5.45
%49.09
%56.86

Codes

Color #6E6838 in popluar color models

6E 68 38
RGB 110 104 56
HSL 53° 32.53% 32.55%
HSB/HSV 53° 49.09% 43.14%
CMYK 0.00% 5.45% 49.09%
56.86%

Color #6E6838 in popluar number systems.

HEX 6E 68 38
Decimal 110 104 56
Binary 1101110 1101000 111000
Octal 156 150 70

Shades and tints

Shades of #6E6838

#6E6838
(110,104,56)
#645F33
(100,95,51)
#5A562E
(90,86,46)
#504D29
(80,77,41)
#464424
(70,68,36)
#3C3B1F
(60,59,31)
#32321A
(50,50,26)
#282915
(40,41,21)
#1E2010
(30,32,16)
#14170B
(20,23,11)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #6E6838

#6E6838
(110,104,56)
#7B754A
(123,117,74)
#88825C
(136,130,92)
#958F6E
(149,143,110)
#A29C80
(162,156,128)
#AFA992
(175,169,146)
#BCB6A4
(188,182,164)
#C9C3B6
(201,195,182)
#D6D0C8
(214,208,200)
#E3DDDA
(227,221,218)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6838 color. Also use rgb(110,104,56) instead hex code.

Text Font Color

.myTextColor { color: #6E6838; }

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

This text font color is #6E6838.

Background Color

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

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

This div background color is #6E6838.

Border color

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

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

This div border color is #6E6838.

Opacity

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

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

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

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

This text has shadow with #6E6838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6838.

Preview

Color preview on black background

This text has color #6E6838 on black background.


Color preview on white background

This text has color #6E6838 on white background.


Black color preview on #6E6838 background

This text has black color on #6E6838 background.


White color preview on #6E6838 background

This text has white color on #6E6838 background.


Related colors

Complementary color

Complementary color for #hex is #9197C7.


I love getcolorcode.com

Triadic colors

1 #386E68 and #68386E with #6E6838 are triadic colors.

2 #38686E and #686E38 with #6E6838 are triadic colors.