COLOR #6D886B

HEX: #6D886B RGB: (109,136,107)

Color info

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

RGB color model

#6D886B color RGB value is (109,136,107).

RGB: (109,136,107) (43%, 53%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 107 of 255 = 42%

109
136
107

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

Portions of RGB colors in percentages

R + G + B = 109 + 136 + 107 = 352 (100%)
R 109 of 352 ~ 30.97%
G 136 of 352 ~ 38.64%
B 107 of 352 ~ 30.4'%

%30.97
%38.64
%30.4

CMYK color model

#6D886B color CMYK value is (20,0,21,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK: (20,0,21,47) C20M0Y21K47 (20%,0%,21%,47%) (0.20/0.00/0.21/0.47) 

CMYK percentages

%19.85
%0
%21.32
%46.67

Codes

Color #6D886B in popluar color models

6D 88 6B
RGB 109 136 107
HSL 116° 11.93% 47.65%
HSB/HSV 116° 21.32% 53.33%
CMYK 19.85% 0.00% 21.32%
46.67%

Color #6D886B in popluar number systems.

HEX 6D 88 6B
Decimal 109 136 107
Binary 1101101 10001000 1101011
Octal 155 210 153

Shades and tints

Shades of #6D886B

#6D886B
(109,136,107)
#647C62
(100,124,98)
#5B7059
(91,112,89)
#526450
(82,100,80)
#495847
(73,88,71)
#404C3E
(64,76,62)
#374035
(55,64,53)
#2E342C
(46,52,44)
#252823
(37,40,35)
#1C1C1A
(28,28,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D886B

#6D886B
(109,136,107)
#7A9278
(122,146,120)
#879C85
(135,156,133)
#94A692
(148,166,146)
#A1B09F
(161,176,159)
#AEBAAC
(174,186,172)
#BBC4B9
(187,196,185)
#C8CEC6
(200,206,198)
#D5D8D3
(213,216,211)
#E2E2E0
(226,226,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D886B; }

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

This text font color is #6D886B.

Background Color

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

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

This div background color is #6D886B.

Border color

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

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

This div border color is #6D886B.

Opacity

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

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

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

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

This text has shadow with #6D886B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D886B.

Preview

Color preview on black background

This text has color #6D886B on black background.


Color preview on white background

This text has color #6D886B on white background.


Black color preview on #6D886B background

This text has black color on #6D886B background.


White color preview on #6D886B background

This text has white color on #6D886B background.


Related colors

Complementary color

Complementary color for #hex is #927794.


I love getcolorcode.com

Triadic colors

1 #6B6D88 and #886B6D with #6D886B are triadic colors.

2 #6B886D and #886D6B with #6D886B are triadic colors.