COLOR #6A715F

HEX: #6A715F RGB: (106,113,95)

Color info

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

RGB color model

#6A715F color RGB value is (106,113,95).

RGB: (106,113,95) (42%, 44%, 37%)

RGB channels and saturation

R 106 of 255 = 42%
G 113 of 255 = 44%
B 95 of 255 = 37%

106
113
95

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

Portions of RGB colors in percentages

R + G + B = 106 + 113 + 95 = 314 (100%)
R 106 of 314 ~ 33.76%
G 113 of 314 ~ 35.99%
B 95 of 314 ~ 30.25'%

%33.76
%35.99
%30.25

CMYK color model

#6A715F color CMYK value is (6,0,16,56).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%

CMYK: (6,0,16,56)
C6M0Y16K56 (6%, 0%, 16%, 56%)
(0.06 / 0.00 / 0.16 / 0.56)

CMYK percentages

%6.19
%0
%15.93
%55.69

Codes

Color #6A715F in popluar color models

6A 71 5F
RGB 106 113 95
HSL 83° 8.65% 40.78%
HSB/HSV 83° 15.93% 44.31%
CMYK 6.19% 0.00% 15.93%
55.69%

Color #6A715F in popluar number systems.

HEX 6A 71 5F
Decimal 106 113 95
Binary 1101010 1110001 1011111
Octal 152 161 137

Shades and tints

Shades of #6A715F

#6A715F
(106,113,95)
#616757
(97,103,87)
#585D4F
(88,93,79)
#4F5347
(79,83,71)
#46493F
(70,73,63)
#3D3F37
(61,63,55)
#34352F
(52,53,47)
#2B2B27
(43,43,39)
#22211F
(34,33,31)
#191717
(25,23,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #6A715F

#6A715F
(106,113,95)
#777D6D
(119,125,109)
#84897B
(132,137,123)
#919589
(145,149,137)
#9EA197
(158,161,151)
#ABADA5
(171,173,165)
#B8B9B3
(184,185,179)
#C5C5C1
(197,197,193)
#D2D1CF
(210,209,207)
#DFDDDD
(223,221,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A715F color. Also use rgb(106,113,95) instead hex code.

Text Font Color

.myTextColor { color: #6A715F; }

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

This text font color is #6A715F.

Background Color

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

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

This div background color is #6A715F.

Border color

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

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

This div border color is #6A715F.

Opacity

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

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

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

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

This text has shadow with #6A715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A715F.

Preview

Color preview on black background

This text has color #6A715F on black background.


Color preview on white background

This text has color #6A715F on white background.


Black color preview on #6A715F background

This text has black color on #6A715F background.


White color preview on #6A715F background

This text has white color on #6A715F background.


Related colors

Complementary color

Complementary color for #hex is #958EA0.


I love getcolorcode.com

Triadic colors

1 #5F6A71 and #715F6A with #6A715F are triadic colors.

2 #5F716A and #716A5F with #6A715F are triadic colors.