COLOR #6D5948

HEX: #6D5948 RGB: (109,89,72)

Color info

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

RGB color model

#6D5948 color RGB value is (109,89,72).

  • red value is 109;
  • green value is 89;
  • blue value is 72.
RGB: (109,89,72) (43%,35%,28%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 72 of 255 = 28%

109
89
72

R + G + B ~ 35%. #6D5948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 72 = 270 (100%)
R 109 of 270 ~ 40.37%
G 89 of 270 ~ 32.96%
B 72 of 270 ~ 26.67%

%40.37
%32.96
%26.67

CMYK color model

#6D5948 color CMYK value is (0,18,34,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK: (0,18,34,57) C0M18Y34K57 (0%,18%,34%,57%) (0.00/0.18/0.34/0.57)

CMYK percentages

%0
%18.35
%33.94
%57.25

Codes

Color #6D5948 in popluar color models

6D5948
RGB1098972
HSL28°20.44%35.49%
HSB/HSV28°33.94%42.75%
CMYK0.00%18.35%33.94%
57.25%

Color #6D5948 in popluar number systems.

HEX6D5948
Decimal1098972
Binary110110110110011001000
Octal155131110

Shades and tints

Shades of #6D5948

#6D5948
(109,89,72)
#645142
(100,81,66)
#5B493C
(91,73,60)
#524136
(82,65,54)
#493930
(73,57,48)
#40312A
(64,49,42)
#372924
(55,41,36)
#2E211E
(46,33,30)
#251918
(37,25,24)
#1C1112
(28,17,18)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D5948

#6D5948
(109,89,72)
#7A6858
(122,104,88)
#877768
(135,119,104)
#948678
(148,134,120)
#A19588
(161,149,136)
#AEA498
(174,164,152)
#BBB3A8
(187,179,168)
#C8C2B8
(200,194,184)
#D5D1C8
(213,209,200)
#E2E0D8
(226,224,216)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5948 color. Also use rgb(109,89,72) instead hex code.

Text Font Color

.myTextColor { color: #6D5948; }

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

This text font color is #6D5948.


Background Color

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

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

This div background color is #6D5948.


Border color

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

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

This div border color is #6D5948.


Opacity

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

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

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

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

This text has shadow with #6D5948 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D5948 on black background.


Color preview on white background

This text has color #6D5948 on white background.



Black color preview on #6D5948 background

This text has black color on #6D5948 background.


White color preview on #6D5948 background

This text has white color on #6D5948 background.