COLOR #6A815F

HEX: #6A815F
RGB: (106,129,95)

Color info

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

RGB color model

#6A815F color RGB value is (106,129,95).

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

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 95 of 255 = 37%

106
129
95

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

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 95 = 330 (100%)
R 106 of 330 ~ 32.12%
G 129 of 330 ~ 39.09%
B 95 of 330 ~ 28.79%

%32.12
%39.09
%28.79

CMYK color model

#6A815F color CMYK value is (18,0,26,49).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK:
(18,0,26,49)
C18M0Y26K49 
(18%,0%,26%,49%)
(0.18/0.00/0.26/0.49)	

CMYK percentages

%17.83
%0
%26.36
%49.41

Codes

Color #6A815F in popluar color models

6A815F
RGB10612995
HSL101°15.18%43.92%
HSB/HSV101°26.36%50.59%
CMYK17.83%0.00%26.36%
49.41%

Color #6A815F in popluar number systems.

HEX6A815F
Decimal10612995
Binary1101010100000011011111
Octal152201137

Shades and tints

Shades of #6A815F

#6A815F
(106,129,95)
#617657
(97,118,87)
#586B4F
(88,107,79)
#4F6047
(79,96,71)
#46553F
(70,85,63)
#3D4A37
(61,74,55)
#343F2F
(52,63,47)
#2B3427
(43,52,39)
#22291F
(34,41,31)
#191E17
(25,30,23)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #6A815F

#6A815F
(106,129,95)
#778C6D
(119,140,109)
#84977B
(132,151,123)
#91A289
(145,162,137)
#9EAD97
(158,173,151)
#ABB8A5
(171,184,165)
#B8C3B3
(184,195,179)
#C5CEC1
(197,206,193)
#D2D9CF
(210,217,207)
#DFE4DD
(223,228,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A815F; }

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

This text font color is #6A815F.


Background Color

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

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

This div background color is #6A815F.


Border color

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

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

This div border color is #6A815F.


Opacity

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

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

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

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

This text has shadow with #6A815F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A815F on black background.


Color preview on white background

This text has color #6A815F on white background.



Black color preview on #6A815F background

This text has black color on #6A815F background.


White color preview on #6A815F background

This text has white color on #6A815F background.