COLOR #6A4341

HEX: #6A4341
RGB: (106,67,65)

Color info

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

RGB color model

#6A4341 color RGB value is (106,67,65).

  • red value is 106;
  • green value is 67;
  • blue value is 65.
RGB:
(106,67,65)
(42%,26%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 65 of 255 = 25%

106
67
65

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

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 65 = 238 (100%)
R 106 of 238 ~ 44.54%
G 67 of 238 ~ 28.15%
B 65 of 238 ~ 27.31%

%44.54
%28.15
%27.31

CMYK color model

#6A4341 color CMYK value is (0,37,39,58).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 38.68%
  • key color value is 58.43%
CMYK:
(0,37,39,58)
C0M37Y39K58 
(0%,37%,39%,58%)
(0.00/0.37/0.39/0.58)	

CMYK percentages

%0
%36.79
%38.68
%58.43

Codes

Color #6A4341 in popluar color models

6A4341
RGB1066765
HSL23.98%33.53%
HSB/HSV38.68%41.57%
CMYK0.00%36.79%38.68%
58.43%

Color #6A4341 in popluar number systems.

HEX6A4341
Decimal1066765
Binary110101010000111000001
Octal152103101

Shades and tints

Shades of #6A4341

#6A4341
(106,67,65)
#613D3C
(97,61,60)
#583737
(88,55,55)
#4F3132
(79,49,50)
#462B2D
(70,43,45)
#3D2528
(61,37,40)
#341F23
(52,31,35)
#2B191E
(43,25,30)
#221319
(34,19,25)
#190D14
(25,13,20)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #6A4341

#6A4341
(106,67,65)
#775452
(119,84,82)
#846563
(132,101,99)
#917674
(145,118,116)
#9E8785
(158,135,133)
#AB9896
(171,152,150)
#B8A9A7
(184,169,167)
#C5BAB8
(197,186,184)
#D2CBC9
(210,203,201)
#DFDCDA
(223,220,218)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4341; }

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

This text font color is #6A4341.


Background Color

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

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

This div background color is #6A4341.


Border color

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

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

This div border color is #6A4341.


Opacity

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

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

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

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

This text has shadow with #6A4341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4341 on black background.


Color preview on white background

This text has color #6A4341 on white background.



Black color preview on #6A4341 background

This text has black color on #6A4341 background.


White color preview on #6A4341 background

This text has white color on #6A4341 background.