COLOR #6B895F

HEX: #6B895F
RGB: (107,137,95)

Color info

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

RGB color model

#6B895F color RGB value is (107,137,95).

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

RGB channels and saturation

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

107
137
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 95 = 339 (100%)
R 107 of 339 ~ 31.56%
G 137 of 339 ~ 40.41%
B 95 of 339 ~ 28.02%

%31.56
%40.41
%28.02

CMYK color model

#6B895F color CMYK value is (22,0,31,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(22,0,31,46)
C22M0Y31K46 
(22%,0%,31%,46%)
(0.22/0.00/0.31/0.46)	

CMYK percentages

%21.9
%0
%30.66
%46.27

Codes

Color #6B895F in popluar color models

6B895F
RGB10713795
HSL103°18.10%45.49%
HSB/HSV103°30.66%53.73%
CMYK21.90%0.00%30.66%
46.27%

Color #6B895F in popluar number systems.

HEX6B895F
Decimal10713795
Binary1101011100010011011111
Octal153211137

Shades and tints

Shades of #6B895F

#6B895F
(107,137,95)
#627D57
(98,125,87)
#59714F
(89,113,79)
#506547
(80,101,71)
#47593F
(71,89,63)
#3E4D37
(62,77,55)
#35412F
(53,65,47)
#2C3527
(44,53,39)
#23291F
(35,41,31)
#1A1D17
(26,29,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B895F

#6B895F
(107,137,95)
#78936D
(120,147,109)
#859D7B
(133,157,123)
#92A789
(146,167,137)
#9FB197
(159,177,151)
#ACBBA5
(172,187,165)
#B9C5B3
(185,197,179)
#C6CFC1
(198,207,193)
#D3D9CF
(211,217,207)
#E0E3DD
(224,227,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B895F; }

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

This text font color is #6B895F.


Background Color

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

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

This div background color is #6B895F.


Border color

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

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

This div border color is #6B895F.


Opacity

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

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

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

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

This text has shadow with #6B895F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B895F on black background.


Color preview on white background

This text has color #6B895F on white background.



Black color preview on #6B895F background

This text has black color on #6B895F background.


White color preview on #6B895F background

This text has white color on #6B895F background.