COLOR #6E6122

HEX: #6E6122
RGB: (110,97,34)

Color info

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

RGB color model

#6E6122 color RGB value is (110,97,34).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 34 of 255 = 13%

110
97
34

R + G + B ~ 31%. #6E6122 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 34 = 241 (100%)
R 110 of 241 ~ 45.64%
G 97 of 241 ~ 40.25%
B 34 of 241 ~ 14.11%

%45.64
%40.25
%14.11

CMYK color model

#6E6122 color CMYK value is (0,12,69,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 69.09%
  • key color value is 56.86%
CMYK:
(0,12,69,57)
C0M12Y69K57 
(0%,12%,69%,57%)
(0.00/0.12/0.69/0.57)	

CMYK percentages

%0
%11.82
%69.09
%56.86

Codes

Color #6E6122 in popluar color models

6E6122
RGB1109734
HSL50°52.78%28.24%
HSB/HSV50°69.09%43.14%
CMYK0.00%11.82%69.09%
56.86%

Color #6E6122 in popluar number systems.

HEX6E6122
Decimal1109734
Binary11011101100001100010
Octal15614142

Shades and tints

Shades of #6E6122

#6E6122
(110,97,34)
#64591F
(100,89,31)
#5A511C
(90,81,28)
#504919
(80,73,25)
#464116
(70,65,22)
#3C3913
(60,57,19)
#323110
(50,49,16)
#28290D
(40,41,13)
#1E210A
(30,33,10)
#141907
(20,25,7)
#0A1104
(10,17,4)
#000000
(0,0,0)

Tints of #6E6122

#6E6122
(110,97,34)
#7B6F36
(123,111,54)
#887D4A
(136,125,74)
#958B5E
(149,139,94)
#A29972
(162,153,114)
#AFA786
(175,167,134)
#BCB59A
(188,181,154)
#C9C3AE
(201,195,174)
#D6D1C2
(214,209,194)
#E3DFD6
(227,223,214)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6122; }

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

This text font color is #6E6122.


Background Color

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

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

This div background color is #6E6122.


Border color

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

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

This div border color is #6E6122.


Opacity

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

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

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

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

This text has shadow with #6E6122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6122 on black background.


Color preview on white background

This text has color #6E6122 on white background.



Black color preview on #6E6122 background

This text has black color on #6E6122 background.


White color preview on #6E6122 background

This text has white color on #6E6122 background.