COLOR #6A4747

HEX: #6A4747 RGB: (106,71,71)

Color info

#6A4747 contains red, green and blue colors in about the same proportion. Web safe color of #6A4747 is #663333 (or #633).

RGB color model

#6A4747 color RGB value is (106,71,71).

RGB: (106,71,71) (42%, 28%, 28%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 71 of 255 = 28%

106
71
71

R + G + B ~ 33%. #6A4747 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 71 + 71 = 248 (100%)
R 106 of 248 ~ 42.74%
G 71 of 248 ~ 28.63%
B 71 of 248 ~ 28.63'%

%42.74
%28.63
%28.63

CMYK color model

#6A4747 color CMYK value is (0,33,33,58).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 33.02%
  • key color value is 58.43%

CMYK: (0,33,33,58)
C0M33Y33K58 (0%, 33%, 33%, 58%)
(0.00 / 0.33 / 0.33 / 0.58)

CMYK percentages

%0
%33.02
%33.02
%58.43

Codes

Color #6A4747 in popluar color models

6A 47 47
RGB 106 71 71
HSL 19.77% 34.71%
HSB/HSV 33.02% 41.57%
CMYK 0.00% 33.02% 33.02%
58.43%

Color #6A4747 in popluar number systems.

HEX 6A 47 47
Decimal 106 71 71
Binary 1101010 1000111 1000111
Octal 152 107 107

Shades and tints

Shades of #6A4747

#6A4747
(106,71,71)
#614141
(97,65,65)
#583B3B
(88,59,59)
#4F3535
(79,53,53)
#462F2F
(70,47,47)
#3D2929
(61,41,41)
#342323
(52,35,35)
#2B1D1D
(43,29,29)
#221717
(34,23,23)
#191111
(25,17,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A4747

#6A4747
(106,71,71)
#775757
(119,87,87)
#846767
(132,103,103)
#917777
(145,119,119)
#9E8787
(158,135,135)
#AB9797
(171,151,151)
#B8A7A7
(184,167,167)
#C5B7B7
(197,183,183)
#D2C7C7
(210,199,199)
#DFD7D7
(223,215,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4747; }

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

This text font color is #6A4747.

Background Color

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

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

This div background color is #6A4747.

Border color

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

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

This div border color is #6A4747.

Opacity

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

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

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

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

This text has shadow with #6A4747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4747.

Preview

Color preview on black background

This text has color #6A4747 on black background.


Color preview on white background

This text has color #6A4747 on white background.


Black color preview on #6A4747 background

This text has black color on #6A4747 background.


White color preview on #6A4747 background

This text has white color on #6A4747 background.


Related colors

Complementary color

Complementary color for #hex is #95B8B8.


I love getcolorcode.com