COLOR #6A5145

HEX: #6A5145 RGB: (106,81,69)

Color info

#6A5145 contains red, green and blue colors in about the same proportion. Web safe color of #6A5145 is #666633 (or #663).

RGB color model

#6A5145 color RGB value is (106,81,69).

RGB: (106,81,69) (42%, 32%, 27%)

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 69 of 255 = 27%

106
81
69

R + G + B ~ 34%. #6A5145 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 81 + 69 = 256 (100%)
R 106 of 256 ~ 41.41%
G 81 of 256 ~ 31.64%
B 69 of 256 ~ 26.95'%

%41.41
%31.64
%26.95

CMYK color model

#6A5145 color CMYK value is (0,24,35,58).

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

CMYK: (0,24,35,58)
C0M24Y35K58 (0%, 24%, 35%, 58%)
(0.00 / 0.24 / 0.35 / 0.58)

CMYK percentages

%0
%23.58
%34.91
%58.43

Codes

Color #6A5145 in popluar color models

6A 51 45
RGB 106 81 69
HSL 19° 21.14% 34.31%
HSB/HSV 19° 34.91% 41.57%
CMYK 0.00% 23.58% 34.91%
58.43%

Color #6A5145 in popluar number systems.

HEX 6A 51 45
Decimal 106 81 69
Binary 1101010 1010001 1000101
Octal 152 121 105

Shades and tints

Shades of #6A5145

#6A5145
(106,81,69)
#614A3F
(97,74,63)
#584339
(88,67,57)
#4F3C33
(79,60,51)
#46352D
(70,53,45)
#3D2E27
(61,46,39)
#342721
(52,39,33)
#2B201B
(43,32,27)
#221915
(34,25,21)
#19120F
(25,18,15)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #6A5145

#6A5145
(106,81,69)
#776055
(119,96,85)
#846F65
(132,111,101)
#917E75
(145,126,117)
#9E8D85
(158,141,133)
#AB9C95
(171,156,149)
#B8ABA5
(184,171,165)
#C5BAB5
(197,186,181)
#D2C9C5
(210,201,197)
#DFD8D5
(223,216,213)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5145; }

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

This text font color is #6A5145.

Background Color

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

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

This div background color is #6A5145.

Border color

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

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

This div border color is #6A5145.

Opacity

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

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

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

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

This text has shadow with #6A5145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5145.

Preview

Color preview on black background

This text has color #6A5145 on black background.


Color preview on white background

This text has color #6A5145 on white background.


Black color preview on #6A5145 background

This text has black color on #6A5145 background.


White color preview on #6A5145 background

This text has white color on #6A5145 background.


Related colors

Complementary color

Complementary color for #hex is #95AEBA.


I love getcolorcode.com

Triadic colors

1 #456A51 and #51456A with #6A5145 are triadic colors.

2 #45516A and #516A45 with #6A5145 are triadic colors.