COLOR #6D825C

HEX: #6D825C RGB: (109,130,92)

Color info

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

RGB color model

#6D825C color RGB value is (109,130,92).

RGB: (109,130,92) (43%, 51%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 92 of 255 = 36%

109
130
92

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

Portions of RGB colors in percentages

R + G + B = 109 + 130 + 92 = 331 (100%)
R 109 of 331 ~ 32.93%
G 130 of 331 ~ 39.27%
B 92 of 331 ~ 27.79'%

%32.93
%39.27
%27.79

CMYK color model

#6D825C color CMYK value is (16,0,29,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 49.02%

CMYK: (16,0,29,49)
C16M0Y29K49 (16%, 0%, 29%, 49%)
(0.16 / 0.00 / 0.29 / 0.49)

CMYK percentages

%16.15
%0
%29.23
%49.02

Codes

Color #6D825C in popluar color models

6D 82 5C
RGB 109 130 92
HSL 93° 17.12% 43.53%
HSB/HSV 93° 29.23% 50.98%
CMYK 16.15% 0.00% 29.23%
49.02%

Color #6D825C in popluar number systems.

HEX 6D 82 5C
Decimal 109 130 92
Binary 1101101 10000010 1011100
Octal 155 202 134

Shades and tints

Shades of #6D825C

#6D825C
(109,130,92)
#647754
(100,119,84)
#5B6C4C
(91,108,76)
#526144
(82,97,68)
#49563C
(73,86,60)
#404B34
(64,75,52)
#37402C
(55,64,44)
#2E3524
(46,53,36)
#252A1C
(37,42,28)
#1C1F14
(28,31,20)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #6D825C

#6D825C
(109,130,92)
#7A8D6A
(122,141,106)
#879878
(135,152,120)
#94A386
(148,163,134)
#A1AE94
(161,174,148)
#AEB9A2
(174,185,162)
#BBC4B0
(187,196,176)
#C8CFBE
(200,207,190)
#D5DACC
(213,218,204)
#E2E5DA
(226,229,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D825C color. Also use rgb(109,130,92) instead hex code.

Text Font Color

.myTextColor { color: #6D825C; }

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

This text font color is #6D825C.

Background Color

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

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

This div background color is #6D825C.

Border color

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

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

This div border color is #6D825C.

Opacity

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

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

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

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

This text has shadow with #6D825C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D825C.

Preview

Color preview on black background

This text has color #6D825C on black background.


Color preview on white background

This text has color #6D825C on white background.


Black color preview on #6D825C background

This text has black color on #6D825C background.


White color preview on #6D825C background

This text has white color on #6D825C background.


Related colors

Complementary color

Complementary color for #hex is #927DA3.


I love getcolorcode.com

Triadic colors

1 #5C6D82 and #825C6D with #6D825C are triadic colors.

2 #5C826D and #826D5C with #6D825C are triadic colors.