COLOR #6B895C

HEX: #6B895C RGB: (107,137,92)

Color info

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

RGB color model

#6B895C color RGB value is (107,137,92).

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

RGB channels and saturation

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

107
137
92

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

Portions of RGB colors in percentages

R + G + B = 107 + 137 + 92 = 336 (100%)
R 107 of 336 ~ 31.85%
G 137 of 336 ~ 40.77%
B 92 of 336 ~ 27.38'%

%31.85
%40.77
%27.38

CMYK color model

#6B895C color CMYK value is (22,0,33,46).

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

CMYK: (22,0,33,46)
C22M0Y33K46 (22%, 0%, 33%, 46%)
(0.22 / 0.00 / 0.33 / 0.46)

CMYK percentages

%21.9
%0
%32.85
%46.27

Codes

Color #6B895C in popluar color models

6B 89 5C
RGB 107 137 92
HSL 100° 19.65% 44.90%
HSB/HSV 100° 32.85% 53.73%
CMYK 21.90% 0.00% 32.85%
46.27%

Color #6B895C in popluar number systems.

HEX 6B 89 5C
Decimal 107 137 92
Binary 1101011 10001001 1011100
Octal 153 211 134

Shades and tints

Shades of #6B895C

#6B895C
(107,137,92)
#627D54
(98,125,84)
#59714C
(89,113,76)
#506544
(80,101,68)
#47593C
(71,89,60)
#3E4D34
(62,77,52)
#35412C
(53,65,44)
#2C3524
(44,53,36)
#23291C
(35,41,28)
#1A1D14
(26,29,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B895C

#6B895C
(107,137,92)
#78936A
(120,147,106)
#859D78
(133,157,120)
#92A786
(146,167,134)
#9FB194
(159,177,148)
#ACBBA2
(172,187,162)
#B9C5B0
(185,197,176)
#C6CFBE
(198,207,190)
#D3D9CC
(211,217,204)
#E0E3DA
(224,227,218)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B895C; }

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

This text font color is #6B895C.

Background Color

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

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

This div background color is #6B895C.

Border color

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

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

This div border color is #6B895C.

Opacity

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

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

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

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

This text has shadow with #6B895C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B895C.

Preview

Color preview on black background

This text has color #6B895C on black background.


Color preview on white background

This text has color #6B895C on white background.


Black color preview on #6B895C background

This text has black color on #6B895C background.


White color preview on #6B895C background

This text has white color on #6B895C background.


Related colors

Complementary color

Complementary color for #hex is #9476A3.


I love getcolorcode.com

Triadic colors

1 #5C6B89 and #895C6B with #6B895C are triadic colors.

2 #5C896B and #896B5C with #6B895C are triadic colors.