COLOR #6E6124

HEX: #6E6124
RGB: (110,97,36)

Color info

#6E6124 contains mainly red and green colors. Web safe color of #6E6124 is #666633 (or #663).

RGB color model

#6E6124 color RGB value is (110,97,36).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 36 of 255 = 14%

110
97
36

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 36 = 243 (100%)
R 110 of 243 ~ 45.27%
G 97 of 243 ~ 39.92%
B 36 of 243 ~ 14.81%

%45.27
%39.92
%14.81

CMYK color model

#6E6124 color CMYK value is (0,12,67,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(0,12,67,57)
C0M12Y67K57 
(0%,12%,67%,57%)
(0.00/0.12/0.67/0.57)	

CMYK percentages

%0
%11.82
%67.27
%56.86

Codes

Color #6E6124 in popluar color models

6E6124
RGB1109736
HSL49°50.68%28.63%
HSB/HSV49°67.27%43.14%
CMYK0.00%11.82%67.27%
56.86%

Color #6E6124 in popluar number systems.

HEX6E6124
Decimal1109736
Binary11011101100001100100
Octal15614144

Shades and tints

Shades of #6E6124

#6E6124
(110,97,36)
#645921
(100,89,33)
#5A511E
(90,81,30)
#50491B
(80,73,27)
#464118
(70,65,24)
#3C3915
(60,57,21)
#323112
(50,49,18)
#28290F
(40,41,15)
#1E210C
(30,33,12)
#141909
(20,25,9)
#0A1106
(10,17,6)
#000000
(0,0,0)

Tints of #6E6124

#6E6124
(110,97,36)
#7B6F37
(123,111,55)
#887D4A
(136,125,74)
#958B5D
(149,139,93)
#A29970
(162,153,112)
#AFA783
(175,167,131)
#BCB596
(188,181,150)
#C9C3A9
(201,195,169)
#D6D1BC
(214,209,188)
#E3DFCF
(227,223,207)
#F0EDE2
(240,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6124; }

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

This text font color is #6E6124.


Background Color

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

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

This div background color is #6E6124.


Border color

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

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

This div border color is #6E6124.


Opacity

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

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

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

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

This text has shadow with #6E6124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6124 on black background.


Color preview on white background

This text has color #6E6124 on white background.



Black color preview on #6E6124 background

This text has black color on #6E6124 background.


White color preview on #6E6124 background

This text has white color on #6E6124 background.