COLOR #6A7661

HEX: #6A7661 RGB: (106,118,97)

Color info

#6A7661 contains red, green and blue colors in about the same proportion. Web safe color of #6A7661 is #666666 (or #666).

RGB color model

#6A7661 color RGB value is (106,118,97).

RGB: (106,118,97) (42%, 46%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 97 of 255 = 38%

106
118
97

R + G + B ~ 42%. #6A7661 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 118 + 97 = 321 (100%)
R 106 of 321 ~ 33.02%
G 118 of 321 ~ 36.76%
B 97 of 321 ~ 30.22'%

%33.02
%36.76
%30.22

CMYK color model

#6A7661 color CMYK value is (10,0,18,54).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 53.73%

CMYK: (10,0,18,54)
C10M0Y18K54 (10%, 0%, 18%, 54%)
(0.10 / 0.00 / 0.18 / 0.54)

CMYK percentages

%10.17
%0
%17.8
%53.73

Codes

Color #6A7661 in popluar color models

6A 76 61
RGB 106 118 97
HSL 94° 9.77% 42.16%
HSB/HSV 94° 17.80% 46.27%
CMYK 10.17% 0.00% 17.80%
53.73%

Color #6A7661 in popluar number systems.

HEX 6A 76 61
Decimal 106 118 97
Binary 1101010 1110110 1100001
Octal 152 166 141

Shades and tints

Shades of #6A7661

#6A7661
(106,118,97)
#616C59
(97,108,89)
#586251
(88,98,81)
#4F5849
(79,88,73)
#464E41
(70,78,65)
#3D4439
(61,68,57)
#343A31
(52,58,49)
#2B3029
(43,48,41)
#222621
(34,38,33)
#191C19
(25,28,25)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6A7661

#6A7661
(106,118,97)
#77826F
(119,130,111)
#848E7D
(132,142,125)
#919A8B
(145,154,139)
#9EA699
(158,166,153)
#ABB2A7
(171,178,167)
#B8BEB5
(184,190,181)
#C5CAC3
(197,202,195)
#D2D6D1
(210,214,209)
#DFE2DF
(223,226,223)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7661 color. Also use rgb(106,118,97) instead hex code.

Text Font Color

.myTextColor { color: #6A7661; }

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

This text font color is #6A7661.

Background Color

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

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

This div background color is #6A7661.

Border color

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

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

This div border color is #6A7661.

Opacity

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

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

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

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

This text has shadow with #6A7661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7661.

Preview

Color preview on black background

This text has color #6A7661 on black background.


Color preview on white background

This text has color #6A7661 on white background.


Black color preview on #6A7661 background

This text has black color on #6A7661 background.


White color preview on #6A7661 background

This text has white color on #6A7661 background.


Related colors

Complementary color

Complementary color for #hex is #95899E.


I love getcolorcode.com

Triadic colors

1 #616A76 and #76616A with #6A7661 are triadic colors.

2 #61766A and #766A61 with #6A7661 are triadic colors.