COLOR #6A835F

HEX: #6A835F
RGB: (106,131,95)

Color info

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

RGB color model

#6A835F color RGB value is (106,131,95).

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

RGB channels and saturation

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

106
131
95

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

Portions of RGB colors in percentages

R + G + B =
106 + 131 + 95 = 332 (100%)
R 106 of 332 ~ 31.93%
G 131 of 332 ~ 39.46%
B 95 of 332 ~ 28.61%

%31.93
%39.46
%28.61

CMYK color model

#6A835F color CMYK value is (19,0,27,49).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK: (19,0,27,49) C19M0Y27K49 (19%,0%,27%,49%) (0.19/0.00/0.27/0.49)

CMYK percentages

%19.08
%0
%27.48
%48.63

Codes

Color #6A835F in popluar color models

6A835F
RGB10613195
HSL102°15.93%44.31%
HSB/HSV102°27.48%51.37%
CMYK19.08%0.00%27.48%
48.63%

Color #6A835F in popluar number systems.

HEX6A835F
Decimal10613195
Binary1101010100000111011111
Octal152203137

Shades and tints

Shades of #6A835F

#6A835F
(106,131,95)
#617857
(97,120,87)
#586D4F
(88,109,79)
#4F6247
(79,98,71)
#46573F
(70,87,63)
#3D4C37
(61,76,55)
#34412F
(52,65,47)
#2B3627
(43,54,39)
#222B1F
(34,43,31)
#192017
(25,32,23)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #6A835F

#6A835F
(106,131,95)
#778E6D
(119,142,109)
#84997B
(132,153,123)
#91A489
(145,164,137)
#9EAF97
(158,175,151)
#ABBAA5
(171,186,165)
#B8C5B3
(184,197,179)
#C5D0C1
(197,208,193)
#D2DBCF
(210,219,207)
#DFE6DD
(223,230,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A835F; }

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

This text font color is #6A835F.


Background Color

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

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

This div background color is #6A835F.


Border color

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

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

This div border color is #6A835F.


Opacity

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

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

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

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

This text has shadow with #6A835F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A835F on black background.


Color preview on white background

This text has color #6A835F on white background.



Black color preview on #6A835F background

This text has black color on #6A835F background.


White color preview on #6A835F background

This text has white color on #6A835F background.