COLOR #6E6B17

HEX: #6E6B17
RGB: (110,107,23)

Color info

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

RGB color model

#6E6B17 color RGB value is (110,107,23).

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

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 23 of 255 = 9%

110
107
23

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 23 = 240 (100%)
R 110 of 240 ~ 45.83%
G 107 of 240 ~ 44.58%
B 23 of 240 ~ 9.58%

%45.83
%44.58
%9.58

CMYK color model

#6E6B17 color CMYK value is (0,3,79,57).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 79.09%
  • key color value is 56.86%
CMYK:
(0,3,79,57)
C0M3Y79K57 
(0%,3%,79%,57%)
(0.00/0.03/0.79/0.57)	

CMYK percentages

%0
%2.73
%79.09
%56.86

Codes

Color #6E6B17 in popluar color models

6E6B17
RGB11010723
HSL58°65.41%26.08%
HSB/HSV58°79.09%43.14%
CMYK0.00%2.73%79.09%
56.86%

Color #6E6B17 in popluar number systems.

HEX6E6B17
Decimal11010723
Binary1101110110101110111
Octal15615327

Shades and tints

Shades of #6E6B17

#6E6B17
(110,107,23)
#646215
(100,98,21)
#5A5913
(90,89,19)
#505011
(80,80,17)
#46470F
(70,71,15)
#3C3E0D
(60,62,13)
#32350B
(50,53,11)
#282C09
(40,44,9)
#1E2307
(30,35,7)
#141A05
(20,26,5)
#0A1103
(10,17,3)
#000000
(0,0,0)

Tints of #6E6B17

#6E6B17
(110,107,23)
#7B782C
(123,120,44)
#888541
(136,133,65)
#959256
(149,146,86)
#A29F6B
(162,159,107)
#AFAC80
(175,172,128)
#BCB995
(188,185,149)
#C9C6AA
(201,198,170)
#D6D3BF
(214,211,191)
#E3E0D4
(227,224,212)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B17; }

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

This text font color is #6E6B17.


Background Color

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

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

This div background color is #6E6B17.


Border color

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

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

This div border color is #6E6B17.


Opacity

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

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

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

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

This text has shadow with #6E6B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B17 on black background.


Color preview on white background

This text has color #6E6B17 on white background.



Black color preview on #6E6B17 background

This text has black color on #6E6B17 background.


White color preview on #6E6B17 background

This text has white color on #6E6B17 background.