COLOR #6D6142

HEX: #6D6142
RGB: (109,97,66)

Color info

#6D6142 contains red, green and blue colors in about the same proportion. Web safe color of #6D6142 is #666633 (or #663).

RGB color model

#6D6142 color RGB value is (109,97,66).

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

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 66 of 255 = 26%

109
97
66

R + G + B ~ 36%. #6D6142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 66 = 272 (100%)
R 109 of 272 ~ 40.07%
G 97 of 272 ~ 35.66%
B 66 of 272 ~ 24.26%

%40.07
%35.66
%24.26

CMYK color model

#6D6142 color CMYK value is (0,11,39,57).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 39.45%
  • key color value is 57.25%
CMYK:
(0,11,39,57)
C0M11Y39K57 
(0%,11%,39%,57%)
(0.00/0.11/0.39/0.57)	

CMYK percentages

%0
%11.01
%39.45
%57.25

Codes

Color #6D6142 in popluar color models

6D6142
RGB1099766
HSL43°24.57%34.31%
HSB/HSV43°39.45%42.75%
CMYK0.00%11.01%39.45%
57.25%

Color #6D6142 in popluar number systems.

HEX6D6142
Decimal1099766
Binary110110111000011000010
Octal155141102

Shades and tints

Shades of #6D6142

#6D6142
(109,97,66)
#64593C
(100,89,60)
#5B5136
(91,81,54)
#524930
(82,73,48)
#49412A
(73,65,42)
#403924
(64,57,36)
#37311E
(55,49,30)
#2E2918
(46,41,24)
#252112
(37,33,18)
#1C190C
(28,25,12)
#131106
(19,17,6)
#000000
(0,0,0)

Tints of #6D6142

#6D6142
(109,97,66)
#7A6F53
(122,111,83)
#877D64
(135,125,100)
#948B75
(148,139,117)
#A19986
(161,153,134)
#AEA797
(174,167,151)
#BBB5A8
(187,181,168)
#C8C3B9
(200,195,185)
#D5D1CA
(213,209,202)
#E2DFDB
(226,223,219)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6142; }

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

This text font color is #6D6142.


Background Color

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

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

This div background color is #6D6142.


Border color

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

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

This div border color is #6D6142.


Opacity

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

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

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

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

This text has shadow with #6D6142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6142 on black background.


Color preview on white background

This text has color #6D6142 on white background.



Black color preview on #6D6142 background

This text has black color on #6D6142 background.


White color preview on #6D6142 background

This text has white color on #6D6142 background.