COLOR #6A4D49

HEX: #6A4D49
RGB: (106,77,73)

Color info

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

RGB color model

#6A4D49 color RGB value is (106,77,73).

  • red value is 106;
  • green value is 77;
  • blue value is 73.
RGB:
(106,77,73)
(42%,30%,29%)

RGB channels and saturation

R 106 of 255 = 42%
G 77 of 255 = 30%
B 73 of 255 = 29%

106
77
73

R + G + B ~ 34%. #6A4D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 77 + 73 = 256 (100%)
R 106 of 256 ~ 41.41%
G 77 of 256 ~ 30.08%
B 73 of 256 ~ 28.52%

%41.41
%30.08
%28.52

CMYK color model

#6A4D49 color CMYK value is (0,27,31,58).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(0,27,31,58)
C0M27Y31K58 
(0%,27%,31%,58%)
(0.00/0.27/0.31/0.58)	

CMYK percentages

%0
%27.36
%31.13
%58.43

Codes

Color #6A4D49 in popluar color models

6A4D49
RGB1067773
HSL18.44%35.10%
HSB/HSV31.13%41.57%
CMYK0.00%27.36%31.13%
58.43%

Color #6A4D49 in popluar number systems.

HEX6A4D49
Decimal1067773
Binary110101010011011001001
Octal152115111

Shades and tints

Shades of #6A4D49

#6A4D49
(106,77,73)
#614643
(97,70,67)
#583F3D
(88,63,61)
#4F3837
(79,56,55)
#463131
(70,49,49)
#3D2A2B
(61,42,43)
#342325
(52,35,37)
#2B1C1F
(43,28,31)
#221519
(34,21,25)
#190E13
(25,14,19)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #6A4D49

#6A4D49
(106,77,73)
#775D59
(119,93,89)
#846D69
(132,109,105)
#917D79
(145,125,121)
#9E8D89
(158,141,137)
#AB9D99
(171,157,153)
#B8ADA9
(184,173,169)
#C5BDB9
(197,189,185)
#D2CDC9
(210,205,201)
#DFDDD9
(223,221,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4D49; }

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

This text font color is #6A4D49.


Background Color

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

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

This div background color is #6A4D49.


Border color

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

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

This div border color is #6A4D49.


Opacity

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

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

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

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

This text has shadow with #6A4D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4D49 on black background.


Color preview on white background

This text has color #6A4D49 on white background.



Black color preview on #6A4D49 background

This text has black color on #6A4D49 background.


White color preview on #6A4D49 background

This text has white color on #6A4D49 background.