COLOR #6A4639

HEX: #6A4639
RGB: (106,70,57)

Color info

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

RGB color model

#6A4639 color RGB value is (106,70,57).

  • red value is 106;
  • green value is 70;
  • blue value is 57.
RGB:
(106,70,57)
(42%,27%,22%)

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 57 of 255 = 22%

106
70
57

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

Portions of RGB colors in percentages

R + G + B =
106 + 70 + 57 = 233 (100%)
R 106 of 233 ~ 45.49%
G 70 of 233 ~ 30.04%
B 57 of 233 ~ 24.46%

%45.49
%30.04
%24.46

CMYK color model

#6A4639 color CMYK value is (0,34,46,58).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 46.23%
  • key color value is 58.43%
CMYK:
(0,34,46,58)
C0M34Y46K58 
(0%,34%,46%,58%)
(0.00/0.34/0.46/0.58)	

CMYK percentages

%0
%33.96
%46.23
%58.43

Codes

Color #6A4639 in popluar color models

6A4639
RGB1067057
HSL16°30.06%31.96%
HSB/HSV16°46.23%41.57%
CMYK0.00%33.96%46.23%
58.43%

Color #6A4639 in popluar number systems.

HEX6A4639
Decimal1067057
Binary11010101000110111001
Octal15210671

Shades and tints

Shades of #6A4639

#6A4639
(106,70,57)
#614034
(97,64,52)
#583A2F
(88,58,47)
#4F342A
(79,52,42)
#462E25
(70,46,37)
#3D2820
(61,40,32)
#34221B
(52,34,27)
#2B1C16
(43,28,22)
#221611
(34,22,17)
#19100C
(25,16,12)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #6A4639

#6A4639
(106,70,57)
#77564B
(119,86,75)
#84665D
(132,102,93)
#91766F
(145,118,111)
#9E8681
(158,134,129)
#AB9693
(171,150,147)
#B8A6A5
(184,166,165)
#C5B6B7
(197,182,183)
#D2C6C9
(210,198,201)
#DFD6DB
(223,214,219)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4639 color. Also use rgb(106,70,57) instead hex code.

Text Font Color

.myTextColor { color: #6A4639; }

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

This text font color is #6A4639.


Background Color

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

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

This div background color is #6A4639.


Border color

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

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

This div border color is #6A4639.


Opacity

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

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

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

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

This text has shadow with #6A4639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4639 on black background.


Color preview on white background

This text has color #6A4639 on white background.



Black color preview on #6A4639 background

This text has black color on #6A4639 background.


White color preview on #6A4639 background

This text has white color on #6A4639 background.