COLOR #6A5349

HEX: #6A5349
RGB: (106,83,73)

Color info

#6A5349 contains red, green and blue colors in about the same proportion. Web safe color of #6A5349 is #666633 (or #663).

RGB color model

#6A5349 color RGB value is (106,83,73).

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

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 73 of 255 = 29%

106
83
73

R + G + B ~ 35%. #6A5349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 73 = 262 (100%)
R 106 of 262 ~ 40.46%
G 83 of 262 ~ 31.68%
B 73 of 262 ~ 27.86%

%40.46
%31.68
%27.86

CMYK color model

#6A5349 color CMYK value is (0,22,31,58).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(0,22,31,58)
C0M22Y31K58 
(0%,22%,31%,58%)
(0.00/0.22/0.31/0.58)	

CMYK percentages

%0
%21.7
%31.13
%58.43

Codes

Color #6A5349 in popluar color models

6A5349
RGB1068373
HSL18°18.44%35.10%
HSB/HSV18°31.13%41.57%
CMYK0.00%21.70%31.13%
58.43%

Color #6A5349 in popluar number systems.

HEX6A5349
Decimal1068373
Binary110101010100111001001
Octal152123111

Shades and tints

Shades of #6A5349

#6A5349
(106,83,73)
#614C43
(97,76,67)
#58453D
(88,69,61)
#4F3E37
(79,62,55)
#463731
(70,55,49)
#3D302B
(61,48,43)
#342925
(52,41,37)
#2B221F
(43,34,31)
#221B19
(34,27,25)
#191413
(25,20,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #6A5349

#6A5349
(106,83,73)
#776259
(119,98,89)
#847169
(132,113,105)
#918079
(145,128,121)
#9E8F89
(158,143,137)
#AB9E99
(171,158,153)
#B8ADA9
(184,173,169)
#C5BCB9
(197,188,185)
#D2CBC9
(210,203,201)
#DFDAD9
(223,218,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5349; }

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

This text font color is #6A5349.


Background Color

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

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

This div background color is #6A5349.


Border color

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

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

This div border color is #6A5349.


Opacity

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

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

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

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

This text has shadow with #6A5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5349 on black background.


Color preview on white background

This text has color #6A5349 on white background.



Black color preview on #6A5349 background

This text has black color on #6A5349 background.


White color preview on #6A5349 background

This text has white color on #6A5349 background.