COLOR #6A8165

HEX: #6A8165
RGB: (106,129,101)

Color info

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

RGB color model

#6A8165 color RGB value is (106,129,101).

  • red value is 106;
  • green value is 129;
  • blue value is 101.
RGB:
(106,129,101)
(42%,51%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 101 of 255 = 40%

106
129
101

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

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 101 = 336 (100%)
R 106 of 336 ~ 31.55%
G 129 of 336 ~ 38.39%
B 101 of 336 ~ 30.06%

%31.55
%38.39
%30.06

CMYK color model

#6A8165 color CMYK value is (18,0,22,49).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(18,0,22,49)
C18M0Y22K49 
(18%,0%,22%,49%)
(0.18/0.00/0.22/0.49)	

CMYK percentages

%17.83
%0
%21.71
%49.41

Codes

Color #6A8165 in popluar color models

6A8165
RGB106129101
HSL109°12.17%45.10%
HSB/HSV109°21.71%50.59%
CMYK17.83%0.00%21.71%
49.41%

Color #6A8165 in popluar number systems.

HEX6A8165
Decimal106129101
Binary1101010100000011100101
Octal152201145

Shades and tints

Shades of #6A8165

#6A8165
(106,129,101)
#61765C
(97,118,92)
#586B53
(88,107,83)
#4F604A
(79,96,74)
#465541
(70,85,65)
#3D4A38
(61,74,56)
#343F2F
(52,63,47)
#2B3426
(43,52,38)
#22291D
(34,41,29)
#191E14
(25,30,20)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #6A8165

#6A8165
(106,129,101)
#778C73
(119,140,115)
#849781
(132,151,129)
#91A28F
(145,162,143)
#9EAD9D
(158,173,157)
#ABB8AB
(171,184,171)
#B8C3B9
(184,195,185)
#C5CEC7
(197,206,199)
#D2D9D5
(210,217,213)
#DFE4E3
(223,228,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8165; }

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

This text font color is #6A8165.


Background Color

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

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

This div background color is #6A8165.


Border color

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

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

This div border color is #6A8165.


Opacity

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

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

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

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

This text has shadow with #6A8165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8165 on black background.


Color preview on white background

This text has color #6A8165 on white background.



Black color preview on #6A8165 background

This text has black color on #6A8165 background.


White color preview on #6A8165 background

This text has white color on #6A8165 background.