COLOR #6E6931

HEX: #6E6931
RGB: (110,105,49)

Color info

#6E6931 contains mainly red and green colors. Web safe color of #6E6931 is #666633 (or #663).

RGB color model

#6E6931 color RGB value is (110,105,49).

  • red value is 110;
  • green value is 105;
  • blue value is 49.
RGB:
(110,105,49)
(43%,41%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 49 of 255 = 19%

110
105
49

R + G + B ~ 34%. #6E6931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 49 = 264 (100%)
R 110 of 264 ~ 41.67%
G 105 of 264 ~ 39.77%
B 49 of 264 ~ 18.56%

%41.67
%39.77
%18.56

CMYK color model

#6E6931 color CMYK value is (0,5,55,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 55.45%
  • key color value is 56.86%
CMYK:
(0,5,55,57)
C0M5Y55K57 
(0%,5%,55%,57%)
(0.00/0.05/0.55/0.57)	

CMYK percentages

%0
%4.55
%55.45
%56.86

Codes

Color #6E6931 in popluar color models

6E6931
RGB11010549
HSL55°38.36%31.18%
HSB/HSV55°55.45%43.14%
CMYK0.00%4.55%55.45%
56.86%

Color #6E6931 in popluar number systems.

HEX6E6931
Decimal11010549
Binary11011101101001110001
Octal15615161

Shades and tints

Shades of #6E6931

#6E6931
(110,105,49)
#64602D
(100,96,45)
#5A5729
(90,87,41)
#504E25
(80,78,37)
#464521
(70,69,33)
#3C3C1D
(60,60,29)
#323319
(50,51,25)
#282A15
(40,42,21)
#1E2111
(30,33,17)
#14180D
(20,24,13)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E6931

#6E6931
(110,105,49)
#7B7643
(123,118,67)
#888355
(136,131,85)
#959067
(149,144,103)
#A29D79
(162,157,121)
#AFAA8B
(175,170,139)
#BCB79D
(188,183,157)
#C9C4AF
(201,196,175)
#D6D1C1
(214,209,193)
#E3DED3
(227,222,211)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6931 color. Also use rgb(110,105,49) instead hex code.

Text Font Color

.myTextColor { color: #6E6931; }

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

This text font color is #6E6931.


Background Color

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

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

This div background color is #6E6931.


Border color

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

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

This div border color is #6E6931.


Opacity

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

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

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

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

This text has shadow with #6E6931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6931 on black background.


Color preview on white background

This text has color #6E6931 on white background.



Black color preview on #6E6931 background

This text has black color on #6E6931 background.


White color preview on #6E6931 background

This text has white color on #6E6931 background.