COLOR #6E835A

HEX: #6E835A RGB: (110,131,90)

Color info

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

RGB color model

#6E835A color RGB value is (110,131,90).

RGB: (110,131,90) (43%, 51%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 90 of 255 = 35%

110
131
90

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

Portions of RGB colors in percentages

R + G + B = 110 + 131 + 90 = 331 (100%)
R 110 of 331 ~ 33.23%
G 131 of 331 ~ 39.58%
B 90 of 331 ~ 27.19'%

%33.23
%39.58
%27.19

CMYK color model

#6E835A color CMYK value is (16,0,31,49).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 48.63%

CMYK: (16,0,31,49)
C16M0Y31K49 (16%, 0%, 31%, 49%)
(0.16 / 0.00 / 0.31 / 0.49)

CMYK percentages

%16.03
%0
%31.3
%48.63

Codes

Color #6E835A in popluar color models

6E 83 5A
RGB 110 131 90
HSL 91° 18.55% 43.33%
HSB/HSV 91° 31.30% 51.37%
CMYK 16.03% 0.00% 31.30%
48.63%

Color #6E835A in popluar number systems.

HEX 6E 83 5A
Decimal 110 131 90
Binary 1101110 10000011 1011010
Octal 156 203 132

Shades and tints

Shades of #6E835A

#6E835A
(110,131,90)
#647852
(100,120,82)
#5A6D4A
(90,109,74)
#506242
(80,98,66)
#46573A
(70,87,58)
#3C4C32
(60,76,50)
#32412A
(50,65,42)
#283622
(40,54,34)
#1E2B1A
(30,43,26)
#142012
(20,32,18)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #6E835A

#6E835A
(110,131,90)
#7B8E69
(123,142,105)
#889978
(136,153,120)
#95A487
(149,164,135)
#A2AF96
(162,175,150)
#AFBAA5
(175,186,165)
#BCC5B4
(188,197,180)
#C9D0C3
(201,208,195)
#D6DBD2
(214,219,210)
#E3E6E1
(227,230,225)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E835A; }

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

This text font color is #6E835A.

Background Color

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

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

This div background color is #6E835A.

Border color

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

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

This div border color is #6E835A.

Opacity

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

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

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

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

This text has shadow with #6E835A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E835A.

Preview

Color preview on black background

This text has color #6E835A on black background.


Color preview on white background

This text has color #6E835A on white background.


Black color preview on #6E835A background

This text has black color on #6E835A background.


White color preview on #6E835A background

This text has white color on #6E835A background.


Related colors

Complementary color

Complementary color for #hex is #917CA5.


I love getcolorcode.com

Triadic colors

1 #5A6E83 and #835A6E with #6E835A are triadic colors.

2 #5A836E and #836E5A with #6E835A are triadic colors.