COLOR #6D6152

HEX: #6D6152
RGB: (109,97,82)

Color info

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

RGB color model

#6D6152 color RGB value is (109,97,82).

  • red value is 109;
  • green value is 97;
  • blue value is 82.
RGB:
(109,97,82)
(43%,38%,32%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 82 of 255 = 32%

109
97
82

R + G + B ~ 38%. #6D6152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 82 = 288 (100%)
R 109 of 288 ~ 37.85%
G 97 of 288 ~ 33.68%
B 82 of 288 ~ 28.47%

%37.85
%33.68
%28.47

CMYK color model

#6D6152 color CMYK value is (0,11,25,57).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 24.77%
  • key color value is 57.25%
CMYK:
(0,11,25,57)
C0M11Y25K57 
(0%,11%,25%,57%)
(0.00/0.11/0.25/0.57)	

CMYK percentages

%0
%11.01
%24.77
%57.25

Codes

Color #6D6152 in popluar color models

6D6152
RGB1099782
HSL33°14.14%37.45%
HSB/HSV33°24.77%42.75%
CMYK0.00%11.01%24.77%
57.25%

Color #6D6152 in popluar number systems.

HEX6D6152
Decimal1099782
Binary110110111000011010010
Octal155141122

Shades and tints

Shades of #6D6152

#6D6152
(109,97,82)
#64594B
(100,89,75)
#5B5144
(91,81,68)
#52493D
(82,73,61)
#494136
(73,65,54)
#40392F
(64,57,47)
#373128
(55,49,40)
#2E2921
(46,41,33)
#25211A
(37,33,26)
#1C1913
(28,25,19)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D6152

#6D6152
(109,97,82)
#7A6F61
(122,111,97)
#877D70
(135,125,112)
#948B7F
(148,139,127)
#A1998E
(161,153,142)
#AEA79D
(174,167,157)
#BBB5AC
(187,181,172)
#C8C3BB
(200,195,187)
#D5D1CA
(213,209,202)
#E2DFD9
(226,223,217)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6152; }

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

This text font color is #6D6152.


Background Color

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

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

This div background color is #6D6152.


Border color

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

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

This div border color is #6D6152.


Opacity

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

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

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

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

This text has shadow with #6D6152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6152 on black background.


Color preview on white background

This text has color #6D6152 on white background.



Black color preview on #6D6152 background

This text has black color on #6D6152 background.


White color preview on #6D6152 background

This text has white color on #6D6152 background.