COLOR #6A8565

HEX: #6A8565 RGB: (106,133,101)

Color info

#6A8565 contains red, green and blue colors in about the same proportion. Web safe color of #6A8565 is #669966 (or #696).

RGB color model

#6A8565 color RGB value is (106,133,101).

RGB: (106,133,101) (42%, 52%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 101 of 255 = 40%

106
133
101

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

Portions of RGB colors in percentages

R + G + B = 106 + 133 + 101 = 340 (100%)
R 106 of 340 ~ 31.18%
G 133 of 340 ~ 39.12%
B 101 of 340 ~ 29.71'%

%31.18
%39.12
%29.71

CMYK color model

#6A8565 color CMYK value is (20,0,24,48).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%

CMYK: (20,0,24,48)
C20M0Y24K48 (20%, 0%, 24%, 48%)
(0.20 / 0.00 / 0.24 / 0.48)

CMYK percentages

%20.3
%0
%24.06
%47.84

Codes

Color #6A8565 in popluar color models

6A 85 65
RGB 106 133 101
HSL 111° 13.68% 45.88%
HSB/HSV 111° 24.06% 52.16%
CMYK 20.30% 0.00% 24.06%
47.84%

Color #6A8565 in popluar number systems.

HEX 6A 85 65
Decimal 106 133 101
Binary 1101010 10000101 1100101
Octal 152 205 145

Shades and tints

Shades of #6A8565

#6A8565
(106,133,101)
#61795C
(97,121,92)
#586D53
(88,109,83)
#4F614A
(79,97,74)
#465541
(70,85,65)
#3D4938
(61,73,56)
#343D2F
(52,61,47)
#2B3126
(43,49,38)
#22251D
(34,37,29)
#191914
(25,25,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #6A8565

#6A8565
(106,133,101)
#779073
(119,144,115)
#849B81
(132,155,129)
#91A68F
(145,166,143)
#9EB19D
(158,177,157)
#ABBCAB
(171,188,171)
#B8C7B9
(184,199,185)
#C5D2C7
(197,210,199)
#D2DDD5
(210,221,213)
#DFE8E3
(223,232,227)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8565 color. Also use rgb(106,133,101) instead hex code.

Text Font Color

.myTextColor { color: #6A8565; }

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

This text font color is #6A8565.

Background Color

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

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

This div background color is #6A8565.

Border color

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

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

This div border color is #6A8565.

Opacity

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

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

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

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

This text has shadow with #6A8565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8565.

Preview

Color preview on black background

This text has color #6A8565 on black background.


Color preview on white background

This text has color #6A8565 on white background.


Black color preview on #6A8565 background

This text has black color on #6A8565 background.


White color preview on #6A8565 background

This text has white color on #6A8565 background.


Related colors

Complementary color

Complementary color for #hex is #957A9A.


I love getcolorcode.com

Triadic colors

1 #656A85 and #85656A with #6A8565 are triadic colors.

2 #65856A and #856A65 with #6A8565 are triadic colors.