COLOR #6A493B

HEX: #6A493B RGB: (106,73,59)

Color info

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

RGB color model

#6A493B color RGB value is (106,73,59).

RGB: (106,73,59) (42%, 29%, 23%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 59 of 255 = 23%

106
73
59

R + G + B ~ 31%. #6A493B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 73 + 59 = 238 (100%)
R 106 of 238 ~ 44.54%
G 73 of 238 ~ 30.67%
B 59 of 238 ~ 24.79'%

%44.54
%30.67
%24.79

CMYK color model

#6A493B color CMYK value is (0,31,44,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 44.34%
  • key color value is 58.43%

CMYK: (0,31,44,58)
C0M31Y44K58 (0%, 31%, 44%, 58%)
(0.00 / 0.31 / 0.44 / 0.58)

CMYK percentages

%0
%31.13
%44.34
%58.43

Codes

Color #6A493B in popluar color models

6A 49 3B
RGB 106 73 59
HSL 18° 28.48% 32.35%
HSB/HSV 18° 44.34% 41.57%
CMYK 0.00% 31.13% 44.34%
58.43%

Color #6A493B in popluar number systems.

HEX 6A 49 3B
Decimal 106 73 59
Binary 1101010 1001001 111011
Octal 152 111 73

Shades and tints

Shades of #6A493B

#6A493B
(106,73,59)
#614336
(97,67,54)
#583D31
(88,61,49)
#4F372C
(79,55,44)
#463127
(70,49,39)
#3D2B22
(61,43,34)
#34251D
(52,37,29)
#2B1F18
(43,31,24)
#221913
(34,25,19)
#19130E
(25,19,14)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #6A493B

#6A493B
(106,73,59)
#77594C
(119,89,76)
#84695D
(132,105,93)
#91796E
(145,121,110)
#9E897F
(158,137,127)
#AB9990
(171,153,144)
#B8A9A1
(184,169,161)
#C5B9B2
(197,185,178)
#D2C9C3
(210,201,195)
#DFD9D4
(223,217,212)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A493B; }

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

This text font color is #6A493B.

Background Color

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

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

This div background color is #6A493B.

Border color

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

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

This div border color is #6A493B.

Opacity

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

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

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

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

This text has shadow with #6A493B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A493B.

Preview

Color preview on black background

This text has color #6A493B on black background.


Color preview on white background

This text has color #6A493B on white background.


Black color preview on #6A493B background

This text has black color on #6A493B background.


White color preview on #6A493B background

This text has white color on #6A493B background.


Related colors

Complementary color

Complementary color for #hex is #95B6C4.


I love getcolorcode.com

Triadic colors

1 #3B6A49 and #493B6A with #6A493B are triadic colors.

2 #3B496A and #496A3B with #6A493B are triadic colors.