COLOR #6D895C

HEX: #6D895C
RGB: (109,137,92)

Color info

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

RGB color model

#6D895C color RGB value is (109,137,92).

  • red value is 109;
  • green value is 137;
  • blue value is 92.
RGB:
(109,137,92)
(43%,54%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 92 of 255 = 36%

109
137
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 137 + 92 = 338 (100%)
R 109 of 338 ~ 32.25%
G 137 of 338 ~ 40.53%
B 92 of 338 ~ 27.22%

%32.25
%40.53
%27.22

CMYK color model

#6D895C color CMYK value is (20,0,33,46).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%
CMYK:
(20,0,33,46)
C20M0Y33K46 
(20%,0%,33%,46%)
(0.20/0.00/0.33/0.46)	

CMYK percentages

%20.44
%0
%32.85
%46.27

Codes

Color #6D895C in popluar color models

6D895C
RGB10913792
HSL97°19.65%44.90%
HSB/HSV97°32.85%53.73%
CMYK20.44%0.00%32.85%
46.27%

Color #6D895C in popluar number systems.

HEX6D895C
Decimal10913792
Binary1101101100010011011100
Octal155211134

Shades and tints

Shades of #6D895C

#6D895C
(109,137,92)
#647D54
(100,125,84)
#5B714C
(91,113,76)
#526544
(82,101,68)
#49593C
(73,89,60)
#404D34
(64,77,52)
#37412C
(55,65,44)
#2E3524
(46,53,36)
#25291C
(37,41,28)
#1C1D14
(28,29,20)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D895C

#6D895C
(109,137,92)
#7A936A
(122,147,106)
#879D78
(135,157,120)
#94A786
(148,167,134)
#A1B194
(161,177,148)
#AEBBA2
(174,187,162)
#BBC5B0
(187,197,176)
#C8CFBE
(200,207,190)
#D5D9CC
(213,217,204)
#E2E3DA
(226,227,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D895C color. Also use rgb(109,137,92) instead hex code.

Text Font Color

.myTextColor { color: #6D895C; }

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

This text font color is #6D895C.


Background Color

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

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

This div background color is #6D895C.


Border color

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

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

This div border color is #6D895C.


Opacity

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

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

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

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

This text has shadow with #6D895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D895C on black background.


Color preview on white background

This text has color #6D895C on white background.



Black color preview on #6D895C background

This text has black color on #6D895C background.


White color preview on #6D895C background

This text has white color on #6D895C background.