COLOR #6A6846

HEX: #6A6846
RGB: (106,104,70)

Color info

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

RGB color model

#6A6846 color RGB value is (106,104,70).

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

RGB channels and saturation

R 106 of 255 = 42%
G 104 of 255 = 41%
B 70 of 255 = 27%

106
104
70

R + G + B ~ 37%. #6A6846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 70 = 280 (100%)
R 106 of 280 ~ 37.86%
G 104 of 280 ~ 37.14%
B 70 of 280 ~ 25%

%37.86
%37.14
%25

CMYK color model

#6A6846 color CMYK value is (0,2,34,58).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(0,2,34,58)
C0M2Y34K58 
(0%,2%,34%,58%)
(0.00/0.02/0.34/0.58)	

CMYK percentages

%0
%1.89
%33.96
%58.43

Codes

Color #6A6846 in popluar color models

6A6846
RGB10610470
HSL57°20.45%34.51%
HSB/HSV57°33.96%41.57%
CMYK0.00%1.89%33.96%
58.43%

Color #6A6846 in popluar number systems.

HEX6A6846
Decimal10610470
Binary110101011010001000110
Octal152150106

Shades and tints

Shades of #6A6846

#6A6846
(106,104,70)
#615F40
(97,95,64)
#58563A
(88,86,58)
#4F4D34
(79,77,52)
#46442E
(70,68,46)
#3D3B28
(61,59,40)
#343222
(52,50,34)
#2B291C
(43,41,28)
#222016
(34,32,22)
#191710
(25,23,16)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #6A6846

#6A6846
(106,104,70)
#777556
(119,117,86)
#848266
(132,130,102)
#918F76
(145,143,118)
#9E9C86
(158,156,134)
#ABA996
(171,169,150)
#B8B6A6
(184,182,166)
#C5C3B6
(197,195,182)
#D2D0C6
(210,208,198)
#DFDDD6
(223,221,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6846; }

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

This text font color is #6A6846.


Background Color

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

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

This div background color is #6A6846.


Border color

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

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

This div border color is #6A6846.


Opacity

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

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

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

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

This text has shadow with #6A6846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6846 on black background.


Color preview on white background

This text has color #6A6846 on white background.



Black color preview on #6A6846 background

This text has black color on #6A6846 background.


White color preview on #6A6846 background

This text has white color on #6A6846 background.