COLOR #6A4649

HEX: #6A4649
RGB: (106,70,73)

Color info

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

RGB color model

#6A4649 color RGB value is (106,70,73).

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

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 73 of 255 = 29%

106
70
73

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

Portions of RGB colors in percentages

R + G + B =
106 + 70 + 73 = 249 (100%)
R 106 of 249 ~ 42.57%
G 70 of 249 ~ 28.11%
B 73 of 249 ~ 29.32%

%42.57
%28.11
%29.32

CMYK color model

#6A4649 color CMYK value is (0,34,31,58).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(0,34,31,58)
C0M34Y31K58 
(0%,34%,31%,58%)
(0.00/0.34/0.31/0.58)	

CMYK percentages

%0
%33.96
%31.13
%58.43

Codes

Color #6A4649 in popluar color models

6A4649
RGB1067073
HSL355°20.45%34.51%
HSB/HSV355°33.96%41.57%
CMYK0.00%33.96%31.13%
58.43%

Color #6A4649 in popluar number systems.

HEX6A4649
Decimal1067073
Binary110101010001101001001
Octal152106111

Shades and tints

Shades of #6A4649

#6A4649
(106,70,73)
#614043
(97,64,67)
#583A3D
(88,58,61)
#4F3437
(79,52,55)
#462E31
(70,46,49)
#3D282B
(61,40,43)
#342225
(52,34,37)
#2B1C1F
(43,28,31)
#221619
(34,22,25)
#191013
(25,16,19)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #6A4649

#6A4649
(106,70,73)
#775659
(119,86,89)
#846669
(132,102,105)
#917679
(145,118,121)
#9E8689
(158,134,137)
#AB9699
(171,150,153)
#B8A6A9
(184,166,169)
#C5B6B9
(197,182,185)
#D2C6C9
(210,198,201)
#DFD6D9
(223,214,217)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4649; }

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

This text font color is #6A4649.


Background Color

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

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

This div background color is #6A4649.


Border color

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

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

This div border color is #6A4649.


Opacity

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

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

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

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

This text has shadow with #6A4649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4649 on black background.


Color preview on white background

This text has color #6A4649 on white background.



Black color preview on #6A4649 background

This text has black color on #6A4649 background.


White color preview on #6A4649 background

This text has white color on #6A4649 background.