COLOR #6D472A

HEX: #6D472A RGB: (109,71,42)

Color info

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

RGB color model

#6D472A color RGB value is (109,71,42).

RGB: (109,71,42) (43%, 28%, 16%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 42 of 255 = 16%

109
71
42

R + G + B ~ 29%. #6D472A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 71 + 42 = 222 (100%)
R 109 of 222 ~ 49.1%
G 71 of 222 ~ 31.98%
B 42 of 222 ~ 18.92'%

%49.1
%31.98
%18.92

CMYK color model

#6D472A color CMYK value is (0,35,61,57).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 61.47%
  • key color value is 57.25%

CMYK: (0,35,61,57)
C0M35Y61K57 (0%, 35%, 61%, 57%)
(0.00 / 0.35 / 0.61 / 0.57)

CMYK percentages

%0
%34.86
%61.47
%57.25

Codes

Color #6D472A in popluar color models

6D 47 2A
RGB 109 71 42
HSL 26° 44.37% 29.61%
HSB/HSV 26° 61.47% 42.75%
CMYK 0.00% 34.86% 61.47%
57.25%

Color #6D472A in popluar number systems.

HEX 6D 47 2A
Decimal 109 71 42
Binary 1101101 1000111 101010
Octal 155 107 52

Shades and tints

Shades of #6D472A

#6D472A
(109,71,42)
#644127
(100,65,39)
#5B3B24
(91,59,36)
#523521
(82,53,33)
#492F1E
(73,47,30)
#40291B
(64,41,27)
#372318
(55,35,24)
#2E1D15
(46,29,21)
#251712
(37,23,18)
#1C110F
(28,17,15)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D472A

#6D472A
(109,71,42)
#7A573D
(122,87,61)
#876750
(135,103,80)
#947763
(148,119,99)
#A18776
(161,135,118)
#AE9789
(174,151,137)
#BBA79C
(187,167,156)
#C8B7AF
(200,183,175)
#D5C7C2
(213,199,194)
#E2D7D5
(226,215,213)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D472A; }

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

This text font color is #6D472A.

Background Color

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

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

This div background color is #6D472A.

Border color

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

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

This div border color is #6D472A.

Opacity

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

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

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

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

This text has shadow with #6D472A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D472A.

Preview

Color preview on black background

This text has color #6D472A on black background.


Color preview on white background

This text has color #6D472A on white background.


Black color preview on #6D472A background

This text has black color on #6D472A background.


White color preview on #6D472A background

This text has white color on #6D472A background.


Related colors

Complementary color

Complementary color for #hex is #92B8D5.


I love getcolorcode.com

Triadic colors

1 #2A6D47 and #472A6D with #6D472A are triadic colors.

2 #2A476D and #476D2A with #6D472A are triadic colors.