COLOR #6D885B

HEX: #6D885B RGB: (109,136,91)

Color info

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

RGB color model

#6D885B color RGB value is (109,136,91).

RGB: (109,136,91) (43%, 53%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 91 of 255 = 36%

109
136
91

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

Portions of RGB colors in percentages

R + G + B = 109 + 136 + 91 = 336 (100%)
R 109 of 336 ~ 32.44%
G 136 of 336 ~ 40.48%
B 91 of 336 ~ 27.08'%

%32.44
%40.48
%27.08

CMYK color model

#6D885B color CMYK value is (20,0,33,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK: (20,0,33,47) C20M0Y33K47 (20%,0%,33%,47%) (0.20/0.00/0.33/0.47) 

CMYK percentages

%19.85
%0
%33.09
%46.67

Codes

Color #6D885B in popluar color models

6D 88 5B
RGB 109 136 91
HSL 96° 19.82% 44.51%
HSB/HSV 96° 33.09% 53.33%
CMYK 19.85% 0.00% 33.09%
46.67%

Color #6D885B in popluar number systems.

HEX 6D 88 5B
Decimal 109 136 91
Binary 1101101 10001000 1011011
Octal 155 210 133

Shades and tints

Shades of #6D885B

#6D885B
(109,136,91)
#647C53
(100,124,83)
#5B704B
(91,112,75)
#526443
(82,100,67)
#49583B
(73,88,59)
#404C33
(64,76,51)
#37402B
(55,64,43)
#2E3423
(46,52,35)
#25281B
(37,40,27)
#1C1C13
(28,28,19)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D885B

#6D885B
(109,136,91)
#7A9269
(122,146,105)
#879C77
(135,156,119)
#94A685
(148,166,133)
#A1B093
(161,176,147)
#AEBAA1
(174,186,161)
#BBC4AF
(187,196,175)
#C8CEBD
(200,206,189)
#D5D8CB
(213,216,203)
#E2E2D9
(226,226,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D885B color. Also use rgb(109,136,91) instead hex code.

Text Font Color

.myTextColor { color: #6D885B; }

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

This text font color is #6D885B.

Background Color

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

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

This div background color is #6D885B.

Border color

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

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

This div border color is #6D885B.

Opacity

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

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

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

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

This text has shadow with #6D885B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D885B.

Preview

Color preview on black background

This text has color #6D885B on black background.


Color preview on white background

This text has color #6D885B on white background.


Black color preview on #6D885B background

This text has black color on #6D885B background.


White color preview on #6D885B background

This text has white color on #6D885B background.


Related colors

Complementary color

Complementary color for #hex is #9277A4.


I love getcolorcode.com

Triadic colors

1 #5B6D88 and #885B6D with #6D885B are triadic colors.

2 #5B886D and #886D5B with #6D885B are triadic colors.