COLOR #6C886F

HEX: #6C886F RGB: (108,136,111)

Color info

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

RGB color model

#6C886F color RGB value is (108,136,111).

RGB: (108,136,111) (42%, 53%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 111 of 255 = 44%

108
136
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 136 + 111 = 355 (100%)
R 108 of 355 ~ 30.42%
G 136 of 355 ~ 38.31%
B 111 of 355 ~ 31.27'%

%30.42
%38.31
%31.27

CMYK color model

#6C886F color CMYK value is (21,0,18,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK: (21,0,18,47) C21M0Y18K47 (21%,0%,18%,47%) (0.21/0.00/0.18/0.47) 

CMYK percentages

%20.59
%0
%18.38
%46.67

Codes

Color #6C886F in popluar color models

6C 88 6F
RGB 108 136 111
HSL 126° 11.48% 47.84%
HSB/HSV 126° 20.59% 53.33%
CMYK 20.59% 0.00% 18.38%
46.67%

Color #6C886F in popluar number systems.

HEX 6C 88 6F
Decimal 108 136 111
Binary 1101100 10001000 1101111
Octal 154 210 157

Shades and tints

Shades of #6C886F

#6C886F
(108,136,111)
#637C65
(99,124,101)
#5A705B
(90,112,91)
#516451
(81,100,81)
#485847
(72,88,71)
#3F4C3D
(63,76,61)
#364033
(54,64,51)
#2D3429
(45,52,41)
#24281F
(36,40,31)
#1B1C15
(27,28,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C886F

#6C886F
(108,136,111)
#79927C
(121,146,124)
#869C89
(134,156,137)
#93A696
(147,166,150)
#A0B0A3
(160,176,163)
#ADBAB0
(173,186,176)
#BAC4BD
(186,196,189)
#C7CECA
(199,206,202)
#D4D8D7
(212,216,215)
#E1E2E4
(225,226,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C886F color. Also use rgb(108,136,111) instead hex code.

Text Font Color

.myTextColor { color: #6C886F; }

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

This text font color is #6C886F.

Background Color

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

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

This div background color is #6C886F.

Border color

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

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

This div border color is #6C886F.

Opacity

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

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

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

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

This text has shadow with #6C886F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C886F.

Preview

Color preview on black background

This text has color #6C886F on black background.


Color preview on white background

This text has color #6C886F on white background.


Black color preview on #6C886F background

This text has black color on #6C886F background.


White color preview on #6C886F background

This text has white color on #6C886F background.


Related colors

Complementary color

Complementary color for #hex is #937790.


I love getcolorcode.com

Triadic colors

1 #6F6C88 and #886F6C with #6C886F are triadic colors.

2 #6F886C and #886C6F with #6C886F are triadic colors.