COLOR #6A4932

HEX: #6A4932
RGB: (106,73,50)

Color info

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

RGB color model

#6A4932 color RGB value is (106,73,50).

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

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 50 of 255 = 20%

106
73
50

R + G + B ~ 30%. #6A4932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 50 = 229 (100%)
R 106 of 229 ~ 46.29%
G 73 of 229 ~ 31.88%
B 50 of 229 ~ 21.83%

%46.29
%31.88
%21.83

CMYK color model

#6A4932 color CMYK value is (0,31,53,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 52.83%
  • key color value is 58.43%
CMYK:
(0,31,53,58)
C0M31Y53K58 
(0%,31%,53%,58%)
(0.00/0.31/0.53/0.58)	

CMYK percentages

%0
%31.13
%52.83
%58.43

Codes

Color #6A4932 in popluar color models

6A4932
RGB1067350
HSL25°35.90%30.59%
HSB/HSV25°52.83%41.57%
CMYK0.00%31.13%52.83%
58.43%

Color #6A4932 in popluar number systems.

HEX6A4932
Decimal1067350
Binary11010101001001110010
Octal15211162

Shades and tints

Shades of #6A4932

#6A4932
(106,73,50)
#61432E
(97,67,46)
#583D2A
(88,61,42)
#4F3726
(79,55,38)
#463122
(70,49,34)
#3D2B1E
(61,43,30)
#34251A
(52,37,26)
#2B1F16
(43,31,22)
#221912
(34,25,18)
#19130E
(25,19,14)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A4932

#6A4932
(106,73,50)
#775944
(119,89,68)
#846956
(132,105,86)
#917968
(145,121,104)
#9E897A
(158,137,122)
#AB998C
(171,153,140)
#B8A99E
(184,169,158)
#C5B9B0
(197,185,176)
#D2C9C2
(210,201,194)
#DFD9D4
(223,217,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4932; }

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

This text font color is #6A4932.


Background Color

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

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

This div background color is #6A4932.


Border color

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

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

This div border color is #6A4932.


Opacity

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

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

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

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

This text has shadow with #6A4932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4932 on black background.


Color preview on white background

This text has color #6A4932 on white background.



Black color preview on #6A4932 background

This text has black color on #6A4932 background.


White color preview on #6A4932 background

This text has white color on #6A4932 background.