COLOR #6D7552

HEX: #6D7552 RGB: (109,117,82)

Color info

#6D7552 contains red, green and blue colors in about the same proportion. Web safe color of #6D7552 is #666666 (or #666).

RGB color model

#6D7552 color RGB value is (109,117,82).

RGB: (109,117,82) (43%, 46%, 32%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 82 of 255 = 32%

109
117
82

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

Portions of RGB colors in percentages

R + G + B = 109 + 117 + 82 = 308 (100%)
R 109 of 308 ~ 35.39%
G 117 of 308 ~ 37.99%
B 82 of 308 ~ 26.62'%

%35.39
%37.99
%26.62

CMYK color model

#6D7552 color CMYK value is (7,0,30,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 54.12%

CMYK: (7,0,30,54)
C7M0Y30K54 (7%, 0%, 30%, 54%)
(0.07 / 0.00 / 0.30 / 0.54)

CMYK percentages

%6.84
%0
%29.91
%54.12

Codes

Color #6D7552 in popluar color models

6D 75 52
RGB 109 117 82
HSL 74° 17.59% 39.02%
HSB/HSV 74° 29.91% 45.88%
CMYK 6.84% 0.00% 29.91%
54.12%

Color #6D7552 in popluar number systems.

HEX 6D 75 52
Decimal 109 117 82
Binary 1101101 1110101 1010010
Octal 155 165 122

Shades and tints

Shades of #6D7552

#6D7552
(109,117,82)
#646B4B
(100,107,75)
#5B6144
(91,97,68)
#52573D
(82,87,61)
#494D36
(73,77,54)
#40432F
(64,67,47)
#373928
(55,57,40)
#2E2F21
(46,47,33)
#25251A
(37,37,26)
#1C1B13
(28,27,19)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D7552

#6D7552
(109,117,82)
#7A8161
(122,129,97)
#878D70
(135,141,112)
#94997F
(148,153,127)
#A1A58E
(161,165,142)
#AEB19D
(174,177,157)
#BBBDAC
(187,189,172)
#C8C9BB
(200,201,187)
#D5D5CA
(213,213,202)
#E2E1D9
(226,225,217)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7552 color. Also use rgb(109,117,82) instead hex code.

Text Font Color

.myTextColor { color: #6D7552; }

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

This text font color is #6D7552.

Background Color

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

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

This div background color is #6D7552.

Border color

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

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

This div border color is #6D7552.

Opacity

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

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

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

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

This text has shadow with #6D7552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7552.

Preview

Color preview on black background

This text has color #6D7552 on black background.


Color preview on white background

This text has color #6D7552 on white background.


Black color preview on #6D7552 background

This text has black color on #6D7552 background.


White color preview on #6D7552 background

This text has white color on #6D7552 background.


Related colors

Complementary color

Complementary color for #hex is #928AAD.


I love getcolorcode.com

Triadic colors

1 #526D75 and #75526D with #6D7552 are triadic colors.

2 #52756D and #756D52 with #6D7552 are triadic colors.