COLOR #6E6117

HEX: #6E6117
RGB: (110,97,23)

Color info

#6E6117 contains mainly red and green colors. Web safe color of #6E6117 is #666600 (or #660).

RGB color model

#6E6117 color RGB value is (110,97,23).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 23 of 255 = 9%

110
97
23

R + G + B ~ 30%. #6E6117 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 23 = 230 (100%)
R 110 of 230 ~ 47.83%
G 97 of 230 ~ 42.17%
B 23 of 230 ~ 10%

%47.83
%42.17
%10

CMYK color model

#6E6117 color CMYK value is (0,12,79,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 79.09%
  • key color value is 56.86%
CMYK:
(0,12,79,57)
C0M12Y79K57 
(0%,12%,79%,57%)
(0.00/0.12/0.79/0.57)	

CMYK percentages

%0
%11.82
%79.09
%56.86

Codes

Color #6E6117 in popluar color models

6E6117
RGB1109723
HSL51°65.41%26.08%
HSB/HSV51°79.09%43.14%
CMYK0.00%11.82%79.09%
56.86%

Color #6E6117 in popluar number systems.

HEX6E6117
Decimal1109723
Binary1101110110000110111
Octal15614127

Shades and tints

Shades of #6E6117

#6E6117
(110,97,23)
#645915
(100,89,21)
#5A5113
(90,81,19)
#504911
(80,73,17)
#46410F
(70,65,15)
#3C390D
(60,57,13)
#32310B
(50,49,11)
#282909
(40,41,9)
#1E2107
(30,33,7)
#141905
(20,25,5)
#0A1103
(10,17,3)
#000000
(0,0,0)

Tints of #6E6117

#6E6117
(110,97,23)
#7B6F2C
(123,111,44)
#887D41
(136,125,65)
#958B56
(149,139,86)
#A2996B
(162,153,107)
#AFA780
(175,167,128)
#BCB595
(188,181,149)
#C9C3AA
(201,195,170)
#D6D1BF
(214,209,191)
#E3DFD4
(227,223,212)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6117; }

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

This text font color is #6E6117.


Background Color

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

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

This div background color is #6E6117.


Border color

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

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

This div border color is #6E6117.


Opacity

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

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

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

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

This text has shadow with #6E6117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6117 on black background.


Color preview on white background

This text has color #6E6117 on white background.



Black color preview on #6E6117 background

This text has black color on #6E6117 background.


White color preview on #6E6117 background

This text has white color on #6E6117 background.