COLOR #6A895F

HEX: #6A895F
RGB: (106,137,95)

Color info

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

RGB color model

#6A895F color RGB value is (106,137,95).

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

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 95 of 255 = 37%

106
137
95

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 95 = 338 (100%)
R 106 of 338 ~ 31.36%
G 137 of 338 ~ 40.53%
B 95 of 338 ~ 28.11%

%31.36
%40.53
%28.11

CMYK color model

#6A895F color CMYK value is (23,0,31,46).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(23,0,31,46)
C23M0Y31K46 
(23%,0%,31%,46%)
(0.23/0.00/0.31/0.46)	

CMYK percentages

%22.63
%0
%30.66
%46.27

Codes

Color #6A895F in popluar color models

6A895F
RGB10613795
HSL104°18.10%45.49%
HSB/HSV104°30.66%53.73%
CMYK22.63%0.00%30.66%
46.27%

Color #6A895F in popluar number systems.

HEX6A895F
Decimal10613795
Binary1101010100010011011111
Octal152211137

Shades and tints

Shades of #6A895F

#6A895F
(106,137,95)
#617D57
(97,125,87)
#58714F
(88,113,79)
#4F6547
(79,101,71)
#46593F
(70,89,63)
#3D4D37
(61,77,55)
#34412F
(52,65,47)
#2B3527
(43,53,39)
#22291F
(34,41,31)
#191D17
(25,29,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #6A895F

#6A895F
(106,137,95)
#77936D
(119,147,109)
#849D7B
(132,157,123)
#91A789
(145,167,137)
#9EB197
(158,177,151)
#ABBBA5
(171,187,165)
#B8C5B3
(184,197,179)
#C5CFC1
(197,207,193)
#D2D9CF
(210,217,207)
#DFE3DD
(223,227,221)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A895F; }

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

This text font color is #6A895F.


Background Color

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

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

This div background color is #6A895F.


Border color

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

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

This div border color is #6A895F.


Opacity

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

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

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

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

This text has shadow with #6A895F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A895F on black background.


Color preview on white background

This text has color #6A895F on white background.



Black color preview on #6A895F background

This text has black color on #6A895F background.


White color preview on #6A895F background

This text has white color on #6A895F background.