COLOR #6A5B49

HEX: #6A5B49
RGB: (106,91,73)

Color info

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

RGB color model

#6A5B49 color RGB value is (106,91,73).

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

RGB channels and saturation

R 106 of 255 = 42%
G 91 of 255 = 36%
B 73 of 255 = 29%

106
91
73

R + G + B ~ 36%. #6A5B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 91 + 73 = 270 (100%)
R 106 of 270 ~ 39.26%
G 91 of 270 ~ 33.7%
B 73 of 270 ~ 27.04%

%39.26
%33.7
%27.04

CMYK color model

#6A5B49 color CMYK value is (0,14,31,58).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(0,14,31,58)
C0M14Y31K58 
(0%,14%,31%,58%)
(0.00/0.14/0.31/0.58)	

CMYK percentages

%0
%14.15
%31.13
%58.43

Codes

Color #6A5B49 in popluar color models

6A5B49
RGB1069173
HSL33°18.44%35.10%
HSB/HSV33°31.13%41.57%
CMYK0.00%14.15%31.13%
58.43%

Color #6A5B49 in popluar number systems.

HEX6A5B49
Decimal1069173
Binary110101010110111001001
Octal152133111

Shades and tints

Shades of #6A5B49

#6A5B49
(106,91,73)
#615343
(97,83,67)
#584B3D
(88,75,61)
#4F4337
(79,67,55)
#463B31
(70,59,49)
#3D332B
(61,51,43)
#342B25
(52,43,37)
#2B231F
(43,35,31)
#221B19
(34,27,25)
#191313
(25,19,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A5B49

#6A5B49
(106,91,73)
#776959
(119,105,89)
#847769
(132,119,105)
#918579
(145,133,121)
#9E9389
(158,147,137)
#ABA199
(171,161,153)
#B8AFA9
(184,175,169)
#C5BDB9
(197,189,185)
#D2CBC9
(210,203,201)
#DFD9D9
(223,217,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5B49; }

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

This text font color is #6A5B49.


Background Color

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

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

This div background color is #6A5B49.


Border color

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

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

This div border color is #6A5B49.


Opacity

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

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

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

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

This text has shadow with #6A5B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5B49 on black background.


Color preview on white background

This text has color #6A5B49 on white background.



Black color preview on #6A5B49 background

This text has black color on #6A5B49 background.


White color preview on #6A5B49 background

This text has white color on #6A5B49 background.