COLOR #6A4337

HEX: #6A4337
RGB: (106,67,55)

Color info

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

RGB color model

#6A4337 color RGB value is (106,67,55).

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

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 55 of 255 = 22%

106
67
55

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

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 55 = 228 (100%)
R 106 of 228 ~ 46.49%
G 67 of 228 ~ 29.39%
B 55 of 228 ~ 24.12%

%46.49
%29.39
%24.12

CMYK color model

#6A4337 color CMYK value is (0,37,48,58).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 48.11%
  • key color value is 58.43%
CMYK:
(0,37,48,58)
C0M37Y48K58 
(0%,37%,48%,58%)
(0.00/0.37/0.48/0.58)	

CMYK percentages

%0
%36.79
%48.11
%58.43

Codes

Color #6A4337 in popluar color models

6A4337
RGB1066755
HSL14°31.68%31.57%
HSB/HSV14°48.11%41.57%
CMYK0.00%36.79%48.11%
58.43%

Color #6A4337 in popluar number systems.

HEX6A4337
Decimal1066755
Binary11010101000011110111
Octal15210367

Shades and tints

Shades of #6A4337

#6A4337
(106,67,55)
#613D32
(97,61,50)
#58372D
(88,55,45)
#4F3128
(79,49,40)
#462B23
(70,43,35)
#3D251E
(61,37,30)
#341F19
(52,31,25)
#2B1914
(43,25,20)
#22130F
(34,19,15)
#190D0A
(25,13,10)
#100705
(16,7,5)
#000000
(0,0,0)

Tints of #6A4337

#6A4337
(106,67,55)
#775449
(119,84,73)
#84655B
(132,101,91)
#91766D
(145,118,109)
#9E877F
(158,135,127)
#AB9891
(171,152,145)
#B8A9A3
(184,169,163)
#C5BAB5
(197,186,181)
#D2CBC7
(210,203,199)
#DFDCD9
(223,220,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4337; }

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

This text font color is #6A4337.


Background Color

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

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

This div background color is #6A4337.


Border color

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

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

This div border color is #6A4337.


Opacity

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

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

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

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

This text has shadow with #6A4337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4337 on black background.


Color preview on white background

This text has color #6A4337 on white background.



Black color preview on #6A4337 background

This text has black color on #6A4337 background.


White color preview on #6A4337 background

This text has white color on #6A4337 background.