COLOR #6B8851

HEX: #6B8851 RGB: (107,136,81)

Color info

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

RGB color model

#6B8851 color RGB value is (107,136,81).

RGB: (107,136,81) (42%, 53%, 32%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 81 of 255 = 32%

107
136
81

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

Portions of RGB colors in percentages

R + G + B = 107 + 136 + 81 = 324 (100%)
R 107 of 324 ~ 33.02%
G 136 of 324 ~ 41.98%
B 81 of 324 ~ 25'%

%33.02
%41.98
%25

CMYK color model

#6B8851 color CMYK value is (21,0,40,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 46.67%

CMYK: (21,0,40,47)
C21M0Y40K47 (21%, 0%, 40%, 47%)
(0.21 / 0.00 / 0.40 / 0.47)

CMYK percentages

%21.32
%0
%40.44
%46.67

Codes

Color #6B8851 in popluar color models

6B 88 51
RGB 107 136 81
HSL 92° 25.35% 42.55%
HSB/HSV 92° 40.44% 53.33%
CMYK 21.32% 0.00% 40.44%
46.67%

Color #6B8851 in popluar number systems.

HEX 6B 88 51
Decimal 107 136 81
Binary 1101011 10001000 1010001
Octal 153 210 121

Shades and tints

Shades of #6B8851

#6B8851
(107,136,81)
#627C4A
(98,124,74)
#597043
(89,112,67)
#50643C
(80,100,60)
#475835
(71,88,53)
#3E4C2E
(62,76,46)
#354027
(53,64,39)
#2C3420
(44,52,32)
#232819
(35,40,25)
#1A1C12
(26,28,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #6B8851

#6B8851
(107,136,81)
#789260
(120,146,96)
#859C6F
(133,156,111)
#92A67E
(146,166,126)
#9FB08D
(159,176,141)
#ACBA9C
(172,186,156)
#B9C4AB
(185,196,171)
#C6CEBA
(198,206,186)
#D3D8C9
(211,216,201)
#E0E2D8
(224,226,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8851 color. Also use rgb(107,136,81) instead hex code.

Text Font Color

.myTextColor { color: #6B8851; }

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

This text font color is #6B8851.

Background Color

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

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

This div background color is #6B8851.

Border color

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

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

This div border color is #6B8851.

Opacity

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

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

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

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

This text has shadow with #6B8851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8851.

Preview

Color preview on black background

This text has color #6B8851 on black background.


Color preview on white background

This text has color #6B8851 on white background.


Black color preview on #6B8851 background

This text has black color on #6B8851 background.


White color preview on #6B8851 background

This text has white color on #6B8851 background.


Related colors

Complementary color

Complementary color for #hex is #9477AE.


I love getcolorcode.com

Triadic colors

1 #516B88 and #88516B with #6B8851 are triadic colors.

2 #51886B and #886B51 with #6B8851 are triadic colors.