COLOR #6B856E

HEX: #6B856E
RGB: (107,133,110)

Color info

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

RGB color model

#6B856E color RGB value is (107,133,110).

  • red value is 107;
  • green value is 133;
  • blue value is 110.
RGB:
(107,133,110)
(42%,52%,43%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 110 of 255 = 43%

107
133
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 110 = 350 (100%)
R 107 of 350 ~ 30.57%
G 133 of 350 ~ 38%
B 110 of 350 ~ 31.43%

%30.57
%38
%31.43

CMYK color model

#6B856E color CMYK value is (20,0,17,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(20,0,17,48)
C20M0Y17K48 
(20%,0%,17%,48%)
(0.20/0.00/0.17/0.48)	

CMYK percentages

%19.55
%0
%17.29
%47.84

Codes

Color #6B856E in popluar color models

6B856E
RGB107133110
HSL127°10.83%47.06%
HSB/HSV127°19.55%52.16%
CMYK19.55%0.00%17.29%
47.84%

Color #6B856E in popluar number systems.

HEX6B856E
Decimal107133110
Binary1101011100001011101110
Octal153205156

Shades and tints

Shades of #6B856E

#6B856E
(107,133,110)
#627964
(98,121,100)
#596D5A
(89,109,90)
#506150
(80,97,80)
#475546
(71,85,70)
#3E493C
(62,73,60)
#353D32
(53,61,50)
#2C3128
(44,49,40)
#23251E
(35,37,30)
#1A1914
(26,25,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #6B856E

#6B856E
(107,133,110)
#78907B
(120,144,123)
#859B88
(133,155,136)
#92A695
(146,166,149)
#9FB1A2
(159,177,162)
#ACBCAF
(172,188,175)
#B9C7BC
(185,199,188)
#C6D2C9
(198,210,201)
#D3DDD6
(211,221,214)
#E0E8E3
(224,232,227)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B856E color. Also use rgb(107,133,110) instead hex code.

Text Font Color

.myTextColor { color: #6B856E; }

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

This text font color is #6B856E.


Background Color

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

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

This div background color is #6B856E.


Border color

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

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

This div border color is #6B856E.


Opacity

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

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

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

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

This text has shadow with #6B856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B856E on black background.


Color preview on white background

This text has color #6B856E on white background.



Black color preview on #6B856E background

This text has black color on #6B856E background.


White color preview on #6B856E background

This text has white color on #6B856E background.