COLOR #6A4846

HEX: #6A4846
RGB: (106,72,70)

Color info

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

RGB color model

#6A4846 color RGB value is (106,72,70).

  • red value is 106;
  • green value is 72;
  • blue value is 70.
RGB:
(106,72,70)
(42%,28%,27%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 70 of 255 = 27%

106
72
70

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

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 70 = 248 (100%)
R 106 of 248 ~ 42.74%
G 72 of 248 ~ 29.03%
B 70 of 248 ~ 28.23%

%42.74
%29.03
%28.23

CMYK color model

#6A4846 color CMYK value is (0,32,34,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(0,32,34,58)
C0M32Y34K58 
(0%,32%,34%,58%)
(0.00/0.32/0.34/0.58)	

CMYK percentages

%0
%32.08
%33.96
%58.43

Codes

Color #6A4846 in popluar color models

6A4846
RGB1067270
HSL20.45%34.51%
HSB/HSV33.96%41.57%
CMYK0.00%32.08%33.96%
58.43%

Color #6A4846 in popluar number systems.

HEX6A4846
Decimal1067270
Binary110101010010001000110
Octal152110106

Shades and tints

Shades of #6A4846

#6A4846
(106,72,70)
#614240
(97,66,64)
#583C3A
(88,60,58)
#4F3634
(79,54,52)
#46302E
(70,48,46)
#3D2A28
(61,42,40)
#342422
(52,36,34)
#2B1E1C
(43,30,28)
#221816
(34,24,22)
#191210
(25,18,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #6A4846

#6A4846
(106,72,70)
#775856
(119,88,86)
#846866
(132,104,102)
#917876
(145,120,118)
#9E8886
(158,136,134)
#AB9896
(171,152,150)
#B8A8A6
(184,168,166)
#C5B8B6
(197,184,182)
#D2C8C6
(210,200,198)
#DFD8D6
(223,216,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4846; }

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

This text font color is #6A4846.


Background Color

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

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

This div background color is #6A4846.


Border color

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

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

This div border color is #6A4846.


Opacity

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

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

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

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

This text has shadow with #6A4846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4846 on black background.


Color preview on white background

This text has color #6A4846 on white background.



Black color preview on #6A4846 background

This text has black color on #6A4846 background.


White color preview on #6A4846 background

This text has white color on #6A4846 background.