COLOR #6C895C

HEX: #6C895C RGB: (108,137,92)

Color info

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

RGB color model

#6C895C color RGB value is (108,137,92).

RGB: (108,137,92) (42%, 54%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 92 of 255 = 36%

108
137
92

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

Portions of RGB colors in percentages

R + G + B = 108 + 137 + 92 = 337 (100%)
R 108 of 337 ~ 32.05%
G 137 of 337 ~ 40.65%
B 92 of 337 ~ 27.3'%

%32.05
%40.65
%27.3

CMYK color model

#6C895C color CMYK value is (21,0,33,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%

CMYK: (21,0,33,46)
C21M0Y33K46 (21%, 0%, 33%, 46%)
(0.21 / 0.00 / 0.33 / 0.46)

CMYK percentages

%21.17
%0
%32.85
%46.27

Codes

Color #6C895C in popluar color models

6C 89 5C
RGB 108 137 92
HSL 99° 19.65% 44.90%
HSB/HSV 99° 32.85% 53.73%
CMYK 21.17% 0.00% 32.85%
46.27%

Color #6C895C in popluar number systems.

HEX 6C 89 5C
Decimal 108 137 92
Binary 1101100 10001001 1011100
Octal 154 211 134

Shades and tints

Shades of #6C895C

#6C895C
(108,137,92)
#637D54
(99,125,84)
#5A714C
(90,113,76)
#516544
(81,101,68)
#48593C
(72,89,60)
#3F4D34
(63,77,52)
#36412C
(54,65,44)
#2D3524
(45,53,36)
#24291C
(36,41,28)
#1B1D14
(27,29,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #6C895C

#6C895C
(108,137,92)
#79936A
(121,147,106)
#869D78
(134,157,120)
#93A786
(147,167,134)
#A0B194
(160,177,148)
#ADBBA2
(173,187,162)
#BAC5B0
(186,197,176)
#C7CFBE
(199,207,190)
#D4D9CC
(212,217,204)
#E1E3DA
(225,227,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C895C; }

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

This text font color is #6C895C.

Background Color

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

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

This div background color is #6C895C.

Border color

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

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

This div border color is #6C895C.

Opacity

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

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

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

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

This text has shadow with #6C895C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C895C.

Preview

Color preview on black background

This text has color #6C895C on black background.


Color preview on white background

This text has color #6C895C on white background.


Black color preview on #6C895C background

This text has black color on #6C895C background.


White color preview on #6C895C background

This text has white color on #6C895C background.


Related colors

Complementary color

Complementary color for #hex is #9376A3.


I love getcolorcode.com

Triadic colors

1 #5C6C89 and #895C6C with #6C895C are triadic colors.

2 #5C896C and #896C5C with #6C895C are triadic colors.