COLOR #6A492E

HEX: #6A492E
RGB: (106,73,46)

Color info

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

RGB color model

#6A492E color RGB value is (106,73,46).

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

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 46 of 255 = 18%

106
73
46

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 46 = 225 (100%)
R 106 of 225 ~ 47.11%
G 73 of 225 ~ 32.44%
B 46 of 225 ~ 20.44%

%47.11
%32.44
%20.44

CMYK color model

#6A492E color CMYK value is (0,31,57,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 56.60%
  • key color value is 58.43%
CMYK:
(0,31,57,58)
C0M31Y57K58 
(0%,31%,57%,58%)
(0.00/0.31/0.57/0.58)	

CMYK percentages

%0
%31.13
%56.6
%58.43

Codes

Color #6A492E in popluar color models

6A492E
RGB1067346
HSL27°39.47%29.80%
HSB/HSV27°56.60%41.57%
CMYK0.00%31.13%56.60%
58.43%

Color #6A492E in popluar number systems.

HEX6A492E
Decimal1067346
Binary11010101001001101110
Octal15211156

Shades and tints

Shades of #6A492E

#6A492E
(106,73,46)
#61432A
(97,67,42)
#583D26
(88,61,38)
#4F3722
(79,55,34)
#46311E
(70,49,30)
#3D2B1A
(61,43,26)
#342516
(52,37,22)
#2B1F12
(43,31,18)
#22190E
(34,25,14)
#19130A
(25,19,10)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #6A492E

#6A492E
(106,73,46)
#775941
(119,89,65)
#846954
(132,105,84)
#917967
(145,121,103)
#9E897A
(158,137,122)
#AB998D
(171,153,141)
#B8A9A0
(184,169,160)
#C5B9B3
(197,185,179)
#D2C9C6
(210,201,198)
#DFD9D9
(223,217,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A492E; }

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

This text font color is #6A492E.


Background Color

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

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

This div background color is #6A492E.


Border color

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

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

This div border color is #6A492E.


Opacity

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

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

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

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

This text has shadow with #6A492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A492E on black background.


Color preview on white background

This text has color #6A492E on white background.



Black color preview on #6A492E background

This text has black color on #6A492E background.


White color preview on #6A492E background

This text has white color on #6A492E background.