COLOR #6D6245

HEX: #6D6245
RGB: (109,98,69)

Color info

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

RGB color model

#6D6245 color RGB value is (109,98,69).

  • red value is 109;
  • green value is 98;
  • blue value is 69.
RGB:
(109,98,69)
(43%,38%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 69 of 255 = 27%

109
98
69

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 69 = 276 (100%)
R 109 of 276 ~ 39.49%
G 98 of 276 ~ 35.51%
B 69 of 276 ~ 25%

%39.49
%35.51
%25

CMYK color model

#6D6245 color CMYK value is (0,10,37,57).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 36.70%
  • key color value is 57.25%
CMYK:
(0,10,37,57)
C0M10Y37K57 
(0%,10%,37%,57%)
(0.00/0.10/0.37/0.57)	

CMYK percentages

%0
%10.09
%36.7
%57.25

Codes

Color #6D6245 in popluar color models

6D6245
RGB1099869
HSL44°22.47%34.90%
HSB/HSV44°36.70%42.75%
CMYK0.00%10.09%36.70%
57.25%

Color #6D6245 in popluar number systems.

HEX6D6245
Decimal1099869
Binary110110111000101000101
Octal155142105

Shades and tints

Shades of #6D6245

#6D6245
(109,98,69)
#645A3F
(100,90,63)
#5B5239
(91,82,57)
#524A33
(82,74,51)
#49422D
(73,66,45)
#403A27
(64,58,39)
#373221
(55,50,33)
#2E2A1B
(46,42,27)
#252215
(37,34,21)
#1C1A0F
(28,26,15)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #6D6245

#6D6245
(109,98,69)
#7A7055
(122,112,85)
#877E65
(135,126,101)
#948C75
(148,140,117)
#A19A85
(161,154,133)
#AEA895
(174,168,149)
#BBB6A5
(187,182,165)
#C8C4B5
(200,196,181)
#D5D2C5
(213,210,197)
#E2E0D5
(226,224,213)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6245 color. Also use rgb(109,98,69) instead hex code.

Text Font Color

.myTextColor { color: #6D6245; }

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

This text font color is #6D6245.


Background Color

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

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

This div background color is #6D6245.


Border color

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

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

This div border color is #6D6245.


Opacity

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

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

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

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

This text has shadow with #6D6245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6245 on black background.


Color preview on white background

This text has color #6D6245 on white background.



Black color preview on #6D6245 background

This text has black color on #6D6245 background.


White color preview on #6D6245 background

This text has white color on #6D6245 background.