COLOR #6E835C

HEX: #6E835C
RGB: (110,131,92)

Color info

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

RGB color model

#6E835C color RGB value is (110,131,92).

  • red value is 110;
  • green value is 131;
  • blue value is 92.
RGB:
(110,131,92)
(43%,51%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 92 of 255 = 36%

110
131
92

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

Portions of RGB colors in percentages

R + G + B =
110 + 131 + 92 = 333 (100%)
R 110 of 333 ~ 33.03%
G 131 of 333 ~ 39.34%
B 92 of 333 ~ 27.63%

%33.03
%39.34
%27.63

CMYK color model

#6E835C color CMYK value is (16,0,30,49).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 48.63%
CMYK:
(16,0,30,49)
C16M0Y30K49 
(16%,0%,30%,49%)
(0.16/0.00/0.30/0.49)	

CMYK percentages

%16.03
%0
%29.77
%48.63

Codes

Color #6E835C in popluar color models

6E835C
RGB11013192
HSL92°17.49%43.73%
HSB/HSV92°29.77%51.37%
CMYK16.03%0.00%29.77%
48.63%

Color #6E835C in popluar number systems.

HEX6E835C
Decimal11013192
Binary1101110100000111011100
Octal156203134

Shades and tints

Shades of #6E835C

#6E835C
(110,131,92)
#647854
(100,120,84)
#5A6D4C
(90,109,76)
#506244
(80,98,68)
#46573C
(70,87,60)
#3C4C34
(60,76,52)
#32412C
(50,65,44)
#283624
(40,54,36)
#1E2B1C
(30,43,28)
#142014
(20,32,20)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #6E835C

#6E835C
(110,131,92)
#7B8E6A
(123,142,106)
#889978
(136,153,120)
#95A486
(149,164,134)
#A2AF94
(162,175,148)
#AFBAA2
(175,186,162)
#BCC5B0
(188,197,176)
#C9D0BE
(201,208,190)
#D6DBCC
(214,219,204)
#E3E6DA
(227,230,218)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E835C color. Also use rgb(110,131,92) instead hex code.

Text Font Color

.myTextColor { color: #6E835C; }

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

This text font color is #6E835C.


Background Color

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

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

This div background color is #6E835C.


Border color

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

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

This div border color is #6E835C.


Opacity

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

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

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

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

This text has shadow with #6E835C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E835C on black background.


Color preview on white background

This text has color #6E835C on white background.



Black color preview on #6E835C background

This text has black color on #6E835C background.


White color preview on #6E835C background

This text has white color on #6E835C background.