COLOR #6A7369

HEX: #6A7369 RGB: (106,115,105)

Color info

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

RGB color model

#6A7369 color RGB value is (106,115,105).

RGB: (106,115,105) (42%, 45%, 41%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 105 of 255 = 41%

106
115
105

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

Portions of RGB colors in percentages

R + G + B = 106 + 115 + 105 = 326 (100%)
R 106 of 326 ~ 32.52%
G 115 of 326 ~ 35.28%
B 105 of 326 ~ 32.21'%

%32.52
%35.28
%32.21

CMYK color model

#6A7369 color CMYK value is (8,0,9,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK: (8,0,9,55) C8M0Y9K55 (8%,0%,9%,55%) (0.08/0.00/0.09/0.55) 

CMYK percentages

%7.83
%0
%8.7
%54.9

Codes

Color #6A7369 in popluar color models

6A 73 69
RGB 106 115 105
HSL 114° 4.55% 43.14%
HSB/HSV 114° 8.70% 45.10%
CMYK 7.83% 0.00% 8.70%
54.90%

Color #6A7369 in popluar number systems.

HEX 6A 73 69
Decimal 106 115 105
Binary 1101010 1110011 1101001
Octal 152 163 151

Shades and tints

Shades of #6A7369

#6A7369
(106,115,105)
#616960
(97,105,96)
#585F57
(88,95,87)
#4F554E
(79,85,78)
#464B45
(70,75,69)
#3D413C
(61,65,60)
#343733
(52,55,51)
#2B2D2A
(43,45,42)
#222321
(34,35,33)
#191918
(25,25,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #6A7369

#6A7369
(106,115,105)
#777F76
(119,127,118)
#848B83
(132,139,131)
#919790
(145,151,144)
#9EA39D
(158,163,157)
#ABAFAA
(171,175,170)
#B8BBB7
(184,187,183)
#C5C7C4
(197,199,196)
#D2D3D1
(210,211,209)
#DFDFDE
(223,223,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7369 color. Also use rgb(106,115,105) instead hex code.

Text Font Color

.myTextColor { color: #6A7369; }

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

This text font color is #6A7369.

Background Color

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

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

This div background color is #6A7369.

Border color

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

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

This div border color is #6A7369.

Opacity

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

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

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

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

This text has shadow with #6A7369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7369.

Preview

Color preview on black background

This text has color #6A7369 on black background.


Color preview on white background

This text has color #6A7369 on white background.


Black color preview on #6A7369 background

This text has black color on #6A7369 background.


White color preview on #6A7369 background

This text has white color on #6A7369 background.


Related colors

Complementary color

Complementary color for #hex is #958C96.


I love getcolorcode.com

Triadic colors

1 #696A73 and #73696A with #6A7369 are triadic colors.

2 #69736A and #736A69 with #6A7369 are triadic colors.