COLOR #6A4A2D

HEX: #6A4A2D
RGB: (106,74,45)

Color info

#6A4A2D contains mainly red and green colors. Web safe color of #6A4A2D is #663333 (or #633).

RGB color model

#6A4A2D color RGB value is (106,74,45).

  • red value is 106;
  • green value is 74;
  • blue value is 45.
RGB:
(106,74,45)
(42%,29%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 74 of 255 = 29%
B 45 of 255 = 18%

106
74
45

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

Portions of RGB colors in percentages

R + G + B =
106 + 74 + 45 = 225 (100%)
R 106 of 225 ~ 47.11%
G 74 of 225 ~ 32.89%
B 45 of 225 ~ 20%

%47.11
%32.89
%20

CMYK color model

#6A4A2D color CMYK value is (0,30,58,58).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 57.55%
  • key color value is 58.43%
CMYK:
(0,30,58,58)
C0M30Y58K58 
(0%,30%,58%,58%)
(0.00/0.30/0.58/0.58)	

CMYK percentages

%0
%30.19
%57.55
%58.43

Codes

Color #6A4A2D in popluar color models

6A4A2D
RGB1067445
HSL29°40.40%29.61%
HSB/HSV29°57.55%41.57%
CMYK0.00%30.19%57.55%
58.43%

Color #6A4A2D in popluar number systems.

HEX6A4A2D
Decimal1067445
Binary11010101001010101101
Octal15211255

Shades and tints

Shades of #6A4A2D

#6A4A2D
(106,74,45)
#614429
(97,68,41)
#583E25
(88,62,37)
#4F3821
(79,56,33)
#46321D
(70,50,29)
#3D2C19
(61,44,25)
#342615
(52,38,21)
#2B2011
(43,32,17)
#221A0D
(34,26,13)
#191409
(25,20,9)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #6A4A2D

#6A4A2D
(106,74,45)
#775A40
(119,90,64)
#846A53
(132,106,83)
#917A66
(145,122,102)
#9E8A79
(158,138,121)
#AB9A8C
(171,154,140)
#B8AA9F
(184,170,159)
#C5BAB2
(197,186,178)
#D2CAC5
(210,202,197)
#DFDAD8
(223,218,216)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4A2D color. Also use rgb(106,74,45) instead hex code.

Text Font Color

.myTextColor { color: #6A4A2D; }

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

This text font color is #6A4A2D.


Background Color

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

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

This div background color is #6A4A2D.


Border color

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

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

This div border color is #6A4A2D.


Opacity

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

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

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

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

This text has shadow with #6A4A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4A2D on black background.


Color preview on white background

This text has color #6A4A2D on white background.



Black color preview on #6A4A2D background

This text has black color on #6A4A2D background.


White color preview on #6A4A2D background

This text has white color on #6A4A2D background.