COLOR #6A8151

HEX: #6A8151 RGB: (106,129,81)

Color info

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

RGB color model

#6A8151 color RGB value is (106,129,81).

RGB: (106,129,81) (42%, 51%, 32%)

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 81 of 255 = 32%

106
129
81

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

Portions of RGB colors in percentages

R + G + B = 106 + 129 + 81 = 316 (100%)
R 106 of 316 ~ 33.54%
G 129 of 316 ~ 40.82%
B 81 of 316 ~ 25.63'%

%33.54
%40.82
%25.63

CMYK color model

#6A8151 color CMYK value is (18,0,37,49).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 49.41%

CMYK: (18,0,37,49)
C18M0Y37K49 (18%, 0%, 37%, 49%)
(0.18 / 0.00 / 0.37 / 0.49)

CMYK percentages

%17.83
%0
%37.21
%49.41

Codes

Color #6A8151 in popluar color models

6A 81 51
RGB 106 129 81
HSL 89° 22.86% 41.18%
HSB/HSV 89° 37.21% 50.59%
CMYK 17.83% 0.00% 37.21%
49.41%

Color #6A8151 in popluar number systems.

HEX 6A 81 51
Decimal 106 129 81
Binary 1101010 10000001 1010001
Octal 152 201 121

Shades and tints

Shades of #6A8151

#6A8151
(106,129,81)
#61764A
(97,118,74)
#586B43
(88,107,67)
#4F603C
(79,96,60)
#465535
(70,85,53)
#3D4A2E
(61,74,46)
#343F27
(52,63,39)
#2B3420
(43,52,32)
#222919
(34,41,25)
#191E12
(25,30,18)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #6A8151

#6A8151
(106,129,81)
#778C60
(119,140,96)
#84976F
(132,151,111)
#91A27E
(145,162,126)
#9EAD8D
(158,173,141)
#ABB89C
(171,184,156)
#B8C3AB
(184,195,171)
#C5CEBA
(197,206,186)
#D2D9C9
(210,217,201)
#DFE4D8
(223,228,216)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8151; }

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

This text font color is #6A8151.

Background Color

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

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

This div background color is #6A8151.

Border color

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

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

This div border color is #6A8151.

Opacity

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

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

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

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

This text has shadow with #6A8151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8151.

Preview

Color preview on black background

This text has color #6A8151 on black background.


Color preview on white background

This text has color #6A8151 on white background.


Black color preview on #6A8151 background

This text has black color on #6A8151 background.


White color preview on #6A8151 background

This text has white color on #6A8151 background.


Related colors

Complementary color

Complementary color for #hex is #957EAE.


I love getcolorcode.com

Triadic colors

1 #516A81 and #81516A with #6A8151 are triadic colors.

2 #51816A and #816A51 with #6A8151 are triadic colors.