COLOR #6A7744

HEX: #6A7744 RGB: (106,119,68)

Color info

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

RGB color model

#6A7744 color RGB value is (106,119,68).

RGB: (106,119,68) (42%, 47%, 27%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 68 of 255 = 27%

106
119
68

R + G + B ~ 39%. #6A7744 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 119 + 68 = 293 (100%)
R 106 of 293 ~ 36.18%
G 119 of 293 ~ 40.61%
B 68 of 293 ~ 23.21'%

%36.18
%40.61
%23.21

CMYK color model

#6A7744 color CMYK value is (11,0,43,53).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 53.33%

CMYK: (11,0,43,53)
C11M0Y43K53 (11%, 0%, 43%, 53%)
(0.11 / 0.00 / 0.43 / 0.53)

CMYK percentages

%10.92
%0
%42.86
%53.33

Codes

Color #6A7744 in popluar color models

6A 77 44
RGB 106 119 68
HSL 75° 27.27% 36.67%
HSB/HSV 75° 42.86% 46.67%
CMYK 10.92% 0.00% 42.86%
53.33%

Color #6A7744 in popluar number systems.

HEX 6A 77 44
Decimal 106 119 68
Binary 1101010 1110111 1000100
Octal 152 167 104

Shades and tints

Shades of #6A7744

#6A7744
(106,119,68)
#616D3E
(97,109,62)
#586338
(88,99,56)
#4F5932
(79,89,50)
#464F2C
(70,79,44)
#3D4526
(61,69,38)
#343B20
(52,59,32)
#2B311A
(43,49,26)
#222714
(34,39,20)
#191D0E
(25,29,14)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #6A7744

#6A7744
(106,119,68)
#778355
(119,131,85)
#848F66
(132,143,102)
#919B77
(145,155,119)
#9EA788
(158,167,136)
#ABB399
(171,179,153)
#B8BFAA
(184,191,170)
#C5CBBB
(197,203,187)
#D2D7CC
(210,215,204)
#DFE3DD
(223,227,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7744 color. Also use rgb(106,119,68) instead hex code.

Text Font Color

.myTextColor { color: #6A7744; }

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

This text font color is #6A7744.

Background Color

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

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

This div background color is #6A7744.

Border color

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

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

This div border color is #6A7744.

Opacity

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

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

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

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

This text has shadow with #6A7744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7744.

Preview

Color preview on black background

This text has color #6A7744 on black background.


Color preview on white background

This text has color #6A7744 on white background.


Black color preview on #6A7744 background

This text has black color on #6A7744 background.


White color preview on #6A7744 background

This text has white color on #6A7744 background.


Related colors

Complementary color

Complementary color for #hex is #9588BB.


I love getcolorcode.com

Triadic colors

1 #446A77 and #77446A with #6A7744 are triadic colors.

2 #44776A and #776A44 with #6A7744 are triadic colors.