COLOR #6A725B

HEX: #6A725B RGB: (106,114,91)

Color info

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

RGB color model

#6A725B color RGB value is (106,114,91).

RGB: (106,114,91) (42%, 45%, 36%)

RGB channels and saturation

R 106 of 255 = 42%
G 114 of 255 = 45%
B 91 of 255 = 36%

106
114
91

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

Portions of RGB colors in percentages

R + G + B = 106 + 114 + 91 = 311 (100%)
R 106 of 311 ~ 34.08%
G 114 of 311 ~ 36.66%
B 91 of 311 ~ 29.26'%

%34.08
%36.66
%29.26

CMYK color model

#6A725B color CMYK value is (7,0,20,55).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 55.29%

CMYK: (7,0,20,55)
C7M0Y20K55 (7%, 0%, 20%, 55%)
(0.07 / 0.00 / 0.20 / 0.55)

CMYK percentages

%7.02
%0
%20.18
%55.29

Codes

Color #6A725B in popluar color models

6A 72 5B
RGB 106 114 91
HSL 81° 11.22% 40.20%
HSB/HSV 81° 20.18% 44.71%
CMYK 7.02% 0.00% 20.18%
55.29%

Color #6A725B in popluar number systems.

HEX 6A 72 5B
Decimal 106 114 91
Binary 1101010 1110010 1011011
Octal 152 162 133

Shades and tints

Shades of #6A725B

#6A725B
(106,114,91)
#616853
(97,104,83)
#585E4B
(88,94,75)
#4F5443
(79,84,67)
#464A3B
(70,74,59)
#3D4033
(61,64,51)
#34362B
(52,54,43)
#2B2C23
(43,44,35)
#22221B
(34,34,27)
#191813
(25,24,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A725B

#6A725B
(106,114,91)
#777E69
(119,126,105)
#848A77
(132,138,119)
#919685
(145,150,133)
#9EA293
(158,162,147)
#ABAEA1
(171,174,161)
#B8BAAF
(184,186,175)
#C5C6BD
(197,198,189)
#D2D2CB
(210,210,203)
#DFDED9
(223,222,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A725B color. Also use rgb(106,114,91) instead hex code.

Text Font Color

.myTextColor { color: #6A725B; }

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

This text font color is #6A725B.

Background Color

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

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

This div background color is #6A725B.

Border color

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

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

This div border color is #6A725B.

Opacity

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

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

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

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

This text has shadow with #6A725B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A725B.

Preview

Color preview on black background

This text has color #6A725B on black background.


Color preview on white background

This text has color #6A725B on white background.


Black color preview on #6A725B background

This text has black color on #6A725B background.


White color preview on #6A725B background

This text has white color on #6A725B background.


Related colors

Complementary color

Complementary color for #hex is #958DA4.


I love getcolorcode.com

Triadic colors

1 #5B6A72 and #725B6A with #6A725B are triadic colors.

2 #5B726A and #726A5B with #6A725B are triadic colors.