COLOR #6E866C

HEX: #6E866C
RGB: (110,134,108)

Color info

#6E866C contains red, green and blue colors in about the same proportion. Web safe color of #6E866C is #669966 (or #696).

RGB color model

#6E866C color RGB value is (110,134,108).

  • red value is 110;
  • green value is 134;
  • blue value is 108.
RGB:
(110,134,108)
(43%,53%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 108 of 255 = 42%

110
134
108

R + G + B ~ 46%. #6E866C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 108 = 352 (100%)
R 110 of 352 ~ 31.25%
G 134 of 352 ~ 38.07%
B 108 of 352 ~ 30.68%

%31.25
%38.07
%30.68

CMYK color model

#6E866C color CMYK value is (18,0,19,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 47.45%
CMYK:
(18,0,19,47)
C18M0Y19K47 
(18%,0%,19%,47%)
(0.18/0.00/0.19/0.47)	

CMYK percentages

%17.91
%0
%19.4
%47.45

Codes

Color #6E866C in popluar color models

6E866C
RGB110134108
HSL115°10.74%47.45%
HSB/HSV115°19.40%52.55%
CMYK17.91%0.00%19.40%
47.45%

Color #6E866C in popluar number systems.

HEX6E866C
Decimal110134108
Binary1101110100001101101100
Octal156206154

Shades and tints

Shades of #6E866C

#6E866C
(110,134,108)
#647A63
(100,122,99)
#5A6E5A
(90,110,90)
#506251
(80,98,81)
#465648
(70,86,72)
#3C4A3F
(60,74,63)
#323E36
(50,62,54)
#28322D
(40,50,45)
#1E2624
(30,38,36)
#141A1B
(20,26,27)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6E866C

#6E866C
(110,134,108)
#7B9179
(123,145,121)
#889C86
(136,156,134)
#95A793
(149,167,147)
#A2B2A0
(162,178,160)
#AFBDAD
(175,189,173)
#BCC8BA
(188,200,186)
#C9D3C7
(201,211,199)
#D6DED4
(214,222,212)
#E3E9E1
(227,233,225)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E866C color. Also use rgb(110,134,108) instead hex code.

Text Font Color

.myTextColor { color: #6E866C; }

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

This text font color is #6E866C.


Background Color

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

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

This div background color is #6E866C.


Border color

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

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

This div border color is #6E866C.


Opacity

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

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

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

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

This text has shadow with #6E866C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E866C on black background.


Color preview on white background

This text has color #6E866C on white background.



Black color preview on #6E866C background

This text has black color on #6E866C background.


White color preview on #6E866C background

This text has white color on #6E866C background.