COLOR #6D471B

HEX: #6D471B
RGB: (109,71,27)

Color info

#6D471B contains mainly red and green colors. Web safe color of #6D471B is #663333 (or #633).

RGB color model

#6D471B color RGB value is (109,71,27).

  • red value is 109;
  • green value is 71;
  • blue value is 27.
RGB:
(109,71,27)
(43%,28%,11%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 27 of 255 = 11%

109
71
27

R + G + B ~ 27%. #6D471B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 71 + 27 = 207 (100%)
R 109 of 207 ~ 52.66%
G 71 of 207 ~ 34.3%
B 27 of 207 ~ 13.04%

%52.66
%34.3
%13.04

CMYK color model

#6D471B color CMYK value is (0,35,75,57).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 75.23%
  • key color value is 57.25%
CMYK:
(0,35,75,57)
C0M35Y75K57 
(0%,35%,75%,57%)
(0.00/0.35/0.75/0.57)	

CMYK percentages

%0
%34.86
%75.23
%57.25

Codes

Color #6D471B in popluar color models

6D471B
RGB1097127
HSL32°60.29%26.67%
HSB/HSV32°75.23%42.75%
CMYK0.00%34.86%75.23%
57.25%

Color #6D471B in popluar number systems.

HEX6D471B
Decimal1097127
Binary1101101100011111011
Octal15510733

Shades and tints

Shades of #6D471B

#6D471B
(109,71,27)
#644119
(100,65,25)
#5B3B17
(91,59,23)
#523515
(82,53,21)
#492F13
(73,47,19)
#402911
(64,41,17)
#37230F
(55,35,15)
#2E1D0D
(46,29,13)
#25170B
(37,23,11)
#1C1109
(28,17,9)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #6D471B

#6D471B
(109,71,27)
#7A572F
(122,87,47)
#876743
(135,103,67)
#947757
(148,119,87)
#A1876B
(161,135,107)
#AE977F
(174,151,127)
#BBA793
(187,167,147)
#C8B7A7
(200,183,167)
#D5C7BB
(213,199,187)
#E2D7CF
(226,215,207)
#EFE7E3
(239,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D471B color. Also use rgb(109,71,27) instead hex code.

Text Font Color

.myTextColor { color: #6D471B; }

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

This text font color is #6D471B.


Background Color

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

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

This div background color is #6D471B.


Border color

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

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

This div border color is #6D471B.


Opacity

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

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

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

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

This text has shadow with #6D471B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D471B on black background.


Color preview on white background

This text has color #6D471B on white background.



Black color preview on #6D471B background

This text has black color on #6D471B background.


White color preview on #6D471B background

This text has white color on #6D471B background.