COLOR #6A795E

HEX: #6A795E RGB: (106,121,94)

Color info

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

RGB color model

#6A795E color RGB value is (106,121,94).

RGB: (106,121,94) (42%, 47%, 37%)

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 94 of 255 = 37%

106
121
94

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

Portions of RGB colors in percentages

R + G + B = 106 + 121 + 94 = 321 (100%)
R 106 of 321 ~ 33.02%
G 121 of 321 ~ 37.69%
B 94 of 321 ~ 29.28'%

%33.02
%37.69
%29.28

CMYK color model

#6A795E color CMYK value is (12,0,22,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%

CMYK: (12,0,22,53)
C12M0Y22K53 (12%, 0%, 22%, 53%)
(0.12 / 0.00 / 0.22 / 0.53)

CMYK percentages

%12.4
%0
%22.31
%52.55

Codes

Color #6A795E in popluar color models

6A 79 5E
RGB 106 121 94
HSL 93° 12.56% 42.16%
HSB/HSV 93° 22.31% 47.45%
CMYK 12.40% 0.00% 22.31%
52.55%

Color #6A795E in popluar number systems.

HEX 6A 79 5E
Decimal 106 121 94
Binary 1101010 1111001 1011110
Octal 152 171 136

Shades and tints

Shades of #6A795E

#6A795E
(106,121,94)
#616E56
(97,110,86)
#58634E
(88,99,78)
#4F5846
(79,88,70)
#464D3E
(70,77,62)
#3D4236
(61,66,54)
#34372E
(52,55,46)
#2B2C26
(43,44,38)
#22211E
(34,33,30)
#191616
(25,22,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #6A795E

#6A795E
(106,121,94)
#77856C
(119,133,108)
#84917A
(132,145,122)
#919D88
(145,157,136)
#9EA996
(158,169,150)
#ABB5A4
(171,181,164)
#B8C1B2
(184,193,178)
#C5CDC0
(197,205,192)
#D2D9CE
(210,217,206)
#DFE5DC
(223,229,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A795E color. Also use rgb(106,121,94) instead hex code.

Text Font Color

.myTextColor { color: #6A795E; }

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

This text font color is #6A795E.

Background Color

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

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

This div background color is #6A795E.

Border color

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

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

This div border color is #6A795E.

Opacity

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

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

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

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

This text has shadow with #6A795E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A795E.

Preview

Color preview on black background

This text has color #6A795E on black background.


Color preview on white background

This text has color #6A795E on white background.


Black color preview on #6A795E background

This text has black color on #6A795E background.


White color preview on #6A795E background

This text has white color on #6A795E background.


Related colors

Complementary color

Complementary color for #hex is #9586A1.


I love getcolorcode.com

Triadic colors

1 #5E6A79 and #795E6A with #6A795E are triadic colors.

2 #5E796A and #796A5E with #6A795E are triadic colors.