COLOR #6A4540

HEX: #6A4540 RGB: (106,69,64)

Color info

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

RGB color model

#6A4540 color RGB value is (106,69,64).

RGB: (106,69,64) (42%, 27%, 25%)

RGB channels and saturation

R 106 of 255 = 42%
G 69 of 255 = 27%
B 64 of 255 = 25%

106
69
64

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

Portions of RGB colors in percentages

R + G + B = 106 + 69 + 64 = 239 (100%)
R 106 of 239 ~ 44.35%
G 69 of 239 ~ 28.87%
B 64 of 239 ~ 26.78'%

%44.35
%28.87
%26.78

CMYK color model

#6A4540 color CMYK value is (0,35,40,58).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 39.62%
  • key color value is 58.43%

CMYK: (0,35,40,58)
C0M35Y40K58 (0%, 35%, 40%, 58%)
(0.00 / 0.35 / 0.40 / 0.58)

CMYK percentages

%0
%34.91
%39.62
%58.43

Codes

Color #6A4540 in popluar color models

6A 45 40
RGB 106 69 64
HSL 24.71% 33.33%
HSB/HSV 39.62% 41.57%
CMYK 0.00% 34.91% 39.62%
58.43%

Color #6A4540 in popluar number systems.

HEX 6A 45 40
Decimal 106 69 64
Binary 1101010 1000101 1000000
Octal 152 105 100

Shades and tints

Shades of #6A4540

#6A4540
(106,69,64)
#613F3B
(97,63,59)
#583936
(88,57,54)
#4F3331
(79,51,49)
#462D2C
(70,45,44)
#3D2727
(61,39,39)
#342122
(52,33,34)
#2B1B1D
(43,27,29)
#221518
(34,21,24)
#190F13
(25,15,19)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #6A4540

#6A4540
(106,69,64)
#775551
(119,85,81)
#846562
(132,101,98)
#917573
(145,117,115)
#9E8584
(158,133,132)
#AB9595
(171,149,149)
#B8A5A6
(184,165,166)
#C5B5B7
(197,181,183)
#D2C5C8
(210,197,200)
#DFD5D9
(223,213,217)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4540 color. Also use rgb(106,69,64) instead hex code.

Text Font Color

.myTextColor { color: #6A4540; }

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

This text font color is #6A4540.

Background Color

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

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

This div background color is #6A4540.

Border color

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

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

This div border color is #6A4540.

Opacity

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

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

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

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

This text has shadow with #6A4540 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4540.

Preview

Color preview on black background

This text has color #6A4540 on black background.


Color preview on white background

This text has color #6A4540 on white background.


Black color preview on #6A4540 background

This text has black color on #6A4540 background.


White color preview on #6A4540 background

This text has white color on #6A4540 background.


Related colors

Complementary color

Complementary color for #hex is #95BABF.


I love getcolorcode.com

Triadic colors

1 #406A45 and #45406A with #6A4540 are triadic colors.

2 #40456A and #456A40 with #6A4540 are triadic colors.