COLOR #6A7059

HEX: #6A7059 RGB: (106,112,89)

Color info

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

RGB color model

#6A7059 color RGB value is (106,112,89).

RGB: (106,112,89) (42%, 44%, 35%)

RGB channels and saturation

R 106 of 255 = 42%
G 112 of 255 = 44%
B 89 of 255 = 35%

106
112
89

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

Portions of RGB colors in percentages

R + G + B = 106 + 112 + 89 = 307 (100%)
R 106 of 307 ~ 34.53%
G 112 of 307 ~ 36.48%
B 89 of 307 ~ 28.99'%

%34.53
%36.48
%28.99

CMYK color model

#6A7059 color CMYK value is (5,0,21,56).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%

CMYK: (5,0,21,56)
C5M0Y21K56 (5%, 0%, 21%, 56%)
(0.05 / 0.00 / 0.21 / 0.56)

CMYK percentages

%5.36
%0
%20.54
%56.08

Codes

Color #6A7059 in popluar color models

6A 70 59
RGB 106 112 89
HSL 76° 11.44% 39.41%
HSB/HSV 76° 20.54% 43.92%
CMYK 5.36% 0.00% 20.54%
56.08%

Color #6A7059 in popluar number systems.

HEX 6A 70 59
Decimal 106 112 89
Binary 1101010 1110000 1011001
Octal 152 160 131

Shades and tints

Shades of #6A7059

#6A7059
(106,112,89)
#616651
(97,102,81)
#585C49
(88,92,73)
#4F5241
(79,82,65)
#464839
(70,72,57)
#3D3E31
(61,62,49)
#343429
(52,52,41)
#2B2A21
(43,42,33)
#222019
(34,32,25)
#191611
(25,22,17)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #6A7059

#6A7059
(106,112,89)
#777D68
(119,125,104)
#848A77
(132,138,119)
#919786
(145,151,134)
#9EA495
(158,164,149)
#ABB1A4
(171,177,164)
#B8BEB3
(184,190,179)
#C5CBC2
(197,203,194)
#D2D8D1
(210,216,209)
#DFE5E0
(223,229,224)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7059 color. Also use rgb(106,112,89) instead hex code.

Text Font Color

.myTextColor { color: #6A7059; }

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

This text font color is #6A7059.

Background Color

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

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

This div background color is #6A7059.

Border color

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

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

This div border color is #6A7059.

Opacity

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

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

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

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

This text has shadow with #6A7059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7059.

Preview

Color preview on black background

This text has color #6A7059 on black background.


Color preview on white background

This text has color #6A7059 on white background.


Black color preview on #6A7059 background

This text has black color on #6A7059 background.


White color preview on #6A7059 background

This text has white color on #6A7059 background.


Related colors

Complementary color

Complementary color for #hex is #958FA6.


I love getcolorcode.com

Triadic colors

1 #596A70 and #70596A with #6A7059 are triadic colors.

2 #59706A and #706A59 with #6A7059 are triadic colors.