COLOR #6D995C

HEX: #6D995C
RGB: (109,153,92)

Color info

#6D995C contains mainly red and green colors. Web safe color of #6D995C is #669966 (or #696).

RGB color model

#6D995C color RGB value is (109,153,92).

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

RGB channels and saturation

R 109 of 255 = 43%
G 153 of 255 = 60%
B 92 of 255 = 36%

109
153
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 153 + 92 = 354 (100%)
R 109 of 354 ~ 30.79%
G 153 of 354 ~ 43.22%
B 92 of 354 ~ 25.99%

%30.79
%43.22
%25.99

CMYK color model

#6D995C color CMYK value is (29,0,40,40).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 40.00%
CMYK:
(29,0,40,40)
C29M0Y40K40 
(29%,0%,40%,40%)
(0.29/0.00/0.40/0.40)	

CMYK percentages

%28.76
%0
%39.87
%40

Codes

Color #6D995C in popluar color models

6D995C
RGB10915392
HSL103°24.90%48.04%
HSB/HSV103°39.87%60.00%
CMYK28.76%0.00%39.87%
40.00%

Color #6D995C in popluar number systems.

HEX6D995C
Decimal10915392
Binary1101101100110011011100
Octal155231134

Shades and tints

Shades of #6D995C

#6D995C
(109,153,92)
#648C54
(100,140,84)
#5B7F4C
(91,127,76)
#527244
(82,114,68)
#49653C
(73,101,60)
#405834
(64,88,52)
#374B2C
(55,75,44)
#2E3E24
(46,62,36)
#25311C
(37,49,28)
#1C2414
(28,36,20)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #6D995C

#6D995C
(109,153,92)
#7AA26A
(122,162,106)
#87AB78
(135,171,120)
#94B486
(148,180,134)
#A1BD94
(161,189,148)
#AEC6A2
(174,198,162)
#BBCFB0
(187,207,176)
#C8D8BE
(200,216,190)
#D5E1CC
(213,225,204)
#E2EADA
(226,234,218)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D995C; }

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

This text font color is #6D995C.


Background Color

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

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

This div background color is #6D995C.


Border color

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

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

This div border color is #6D995C.


Opacity

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

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

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

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

This text has shadow with #6D995C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D995C on black background.


Color preview on white background

This text has color #6D995C on white background.



Black color preview on #6D995C background

This text has black color on #6D995C background.


White color preview on #6D995C background

This text has white color on #6D995C background.