COLOR #6A4147

HEX: #6A4147
RGB: (106,65,71)

Color info

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

RGB color model

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

  • red value is 106;
  • green value is 65;
  • blue value is 71.
RGB:
(106,65,71)
(42%,25%,28%)

RGB channels and saturation

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

106
65
71

R + G + B ~ 32%. #6A4147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 65 + 71 = 242 (100%)
R 106 of 242 ~ 43.8%
G 65 of 242 ~ 26.86%
B 71 of 242 ~ 29.34%

%43.8
%26.86
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(0,39,33,58)
C0M39Y33K58 
(0%,39%,33%,58%)
(0.00/0.39/0.33/0.58)	

CMYK percentages

%0
%38.68
%33.02
%58.43

Codes

Color #6A4147 in popluar color models

6A4147
RGB1066571
HSL351°23.98%33.53%
HSB/HSV351°38.68%41.57%
CMYK0.00%38.68%33.02%
58.43%

Color #6A4147 in popluar number systems.

HEX6A4147
Decimal1066571
Binary110101010000011000111
Octal152101107

Shades and tints

Shades of #6A4147

#6A4147
(106,65,71)
#613C41
(97,60,65)
#58373B
(88,55,59)
#4F3235
(79,50,53)
#462D2F
(70,45,47)
#3D2829
(61,40,41)
#342323
(52,35,35)
#2B1E1D
(43,30,29)
#221917
(34,25,23)
#191411
(25,20,17)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A4147

#6A4147
(106,65,71)
#775257
(119,82,87)
#846367
(132,99,103)
#917477
(145,116,119)
#9E8587
(158,133,135)
#AB9697
(171,150,151)
#B8A7A7
(184,167,167)
#C5B8B7
(197,184,183)
#D2C9C7
(210,201,199)
#DFDAD7
(223,218,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4147; }

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

This text font color is #6A4147.


Background Color

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

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

This div background color is #6A4147.


Border color

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

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

This div border color is #6A4147.


Opacity

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

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

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

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

This text has shadow with #6A4147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4147 on black background.


Color preview on white background

This text has color #6A4147 on white background.



Black color preview on #6A4147 background

This text has black color on #6A4147 background.


White color preview on #6A4147 background

This text has white color on #6A4147 background.