COLOR #6A3841

HEX: #6A3841 RGB: (106,56,65)

Color info

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

RGB color model

#6A3841 color RGB value is (106,56,65).

RGB: (106,56,65) (42%, 22%, 25%)

RGB channels and saturation

R 106 of 255 = 42%
G 56 of 255 = 22%
B 65 of 255 = 25%

106
56
65

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

Portions of RGB colors in percentages

R + G + B = 106 + 56 + 65 = 227 (100%)
R 106 of 227 ~ 46.7%
G 56 of 227 ~ 24.67%
B 65 of 227 ~ 28.63'%

%46.7
%24.67
%28.63

CMYK color model

#6A3841 color CMYK value is (0,47,39,58).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 38.68%
  • key color value is 58.43%

CMYK: (0,47,39,58)
C0M47Y39K58 (0%, 47%, 39%, 58%)
(0.00 / 0.47 / 0.39 / 0.58)

CMYK percentages

%0
%47.17
%38.68
%58.43

Codes

Color #6A3841 in popluar color models

6A 38 41
RGB 106 56 65
HSL 349° 30.86% 31.76%
HSB/HSV 349° 47.17% 41.57%
CMYK 0.00% 47.17% 38.68%
58.43%

Color #6A3841 in popluar number systems.

HEX 6A 38 41
Decimal 106 56 65
Binary 1101010 111000 1000001
Octal 152 70 101

Shades and tints

Shades of #6A3841

#6A3841
(106,56,65)
#61333C
(97,51,60)
#582E37
(88,46,55)
#4F2932
(79,41,50)
#46242D
(70,36,45)
#3D1F28
(61,31,40)
#341A23
(52,26,35)
#2B151E
(43,21,30)
#221019
(34,16,25)
#190B14
(25,11,20)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #6A3841

#6A3841
(106,56,65)
#774A52
(119,74,82)
#845C63
(132,92,99)
#916E74
(145,110,116)
#9E8085
(158,128,133)
#AB9296
(171,146,150)
#B8A4A7
(184,164,167)
#C5B6B8
(197,182,184)
#D2C8C9
(210,200,201)
#DFDADA
(223,218,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3841 color. Also use rgb(106,56,65) instead hex code.

Text Font Color

.myTextColor { color: #6A3841; }

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

This text font color is #6A3841.

Background Color

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

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

This div background color is #6A3841.

Border color

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

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

This div border color is #6A3841.

Opacity

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

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

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

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

This text has shadow with #6A3841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A3841.

Preview

Color preview on black background

This text has color #6A3841 on black background.


Color preview on white background

This text has color #6A3841 on white background.


Black color preview on #6A3841 background

This text has black color on #6A3841 background.


White color preview on #6A3841 background

This text has white color on #6A3841 background.


Related colors

Complementary color

Complementary color for #hex is #95C7BE.


I love getcolorcode.com

Triadic colors

1 #416A38 and #38416A with #6A3841 are triadic colors.

2 #41386A and #386A41 with #6A3841 are triadic colors.