COLOR #6A5346

HEX: #6A5346
RGB: (106,83,70)

Color info

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

RGB color model

#6A5346 color RGB value is (106,83,70).

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

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 70 of 255 = 27%

106
83
70

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

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 70 = 259 (100%)
R 106 of 259 ~ 40.93%
G 83 of 259 ~ 32.05%
B 70 of 259 ~ 27.03%

%40.93
%32.05
%27.03

CMYK color model

#6A5346 color CMYK value is (0,22,34,58).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(0,22,34,58)
C0M22Y34K58 
(0%,22%,34%,58%)
(0.00/0.22/0.34/0.58)	

CMYK percentages

%0
%21.7
%33.96
%58.43

Codes

Color #6A5346 in popluar color models

6A5346
RGB1068370
HSL22°20.45%34.51%
HSB/HSV22°33.96%41.57%
CMYK0.00%21.70%33.96%
58.43%

Color #6A5346 in popluar number systems.

HEX6A5346
Decimal1068370
Binary110101010100111000110
Octal152123106

Shades and tints

Shades of #6A5346

#6A5346
(106,83,70)
#614C40
(97,76,64)
#58453A
(88,69,58)
#4F3E34
(79,62,52)
#46372E
(70,55,46)
#3D3028
(61,48,40)
#342922
(52,41,34)
#2B221C
(43,34,28)
#221B16
(34,27,22)
#191410
(25,20,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A5346

#6A5346
(106,83,70)
#776256
(119,98,86)
#847166
(132,113,102)
#918076
(145,128,118)
#9E8F86
(158,143,134)
#AB9E96
(171,158,150)
#B8ADA6
(184,173,166)
#C5BCB6
(197,188,182)
#D2CBC6
(210,203,198)
#DFDAD6
(223,218,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5346; }

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

This text font color is #6A5346.


Background Color

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

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

This div background color is #6A5346.


Border color

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

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

This div border color is #6A5346.


Opacity

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

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

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

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

This text has shadow with #6A5346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5346 on black background.


Color preview on white background

This text has color #6A5346 on white background.



Black color preview on #6A5346 background

This text has black color on #6A5346 background.


White color preview on #6A5346 background

This text has white color on #6A5346 background.