COLOR #806B6E

HEX: #806B6E RGB: (128,107,110)

Color info

#806B6E contains red, green and blue colors in about the same proportion. Web safe color of #806B6E is #666666 (or #666).

RGB color model

#806B6E color RGB value is (128,107,110).

RGB: (128,107,110) (50%, 42%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 110 of 255 = 43%

128
107
110

R + G + B ~ 45%. #806B6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 107 + 110 = 345 (100%)
R 128 of 345 ~ 37.1%
G 107 of 345 ~ 31.01%
B 110 of 345 ~ 31.88'%

%37.1
%31.01
%31.88

CMYK color model

#806B6E color CMYK value is (0,16,14,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 14.06%
  • key color value is 49.80%

CMYK: (0,16,14,50)
C0M16Y14K50 (0%, 16%, 14%, 50%)
(0.00 / 0.16 / 0.14 / 0.50)

CMYK percentages

%0
%16.41
%14.06
%49.8

Codes

Color #806B6E in popluar color models

80 6B 6E
RGB 128 107 110
HSL 351° 8.94% 46.08%
HSB/HSV 351° 16.41% 50.20%
CMYK 0.00% 16.41% 14.06%
49.80%

Color #806B6E in popluar number systems.

HEX 80 6B 6E
Decimal 128 107 110
Binary 10000000 1101011 1101110
Octal 200 153 156

Shades and tints

Shades of #806B6E

#806B6E
(128,107,110)
#756264
(117,98,100)
#6A595A
(106,89,90)
#5F5050
(95,80,80)
#544746
(84,71,70)
#493E3C
(73,62,60)
#3E3532
(62,53,50)
#332C28
(51,44,40)
#28231E
(40,35,30)
#1D1A14
(29,26,20)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #806B6E

#806B6E
(128,107,110)
#8B787B
(139,120,123)
#968588
(150,133,136)
#A19295
(161,146,149)
#AC9FA2
(172,159,162)
#B7ACAF
(183,172,175)
#C2B9BC
(194,185,188)
#CDC6C9
(205,198,201)
#D8D3D6
(216,211,214)
#E3E0E3
(227,224,227)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806B6E color. Also use rgb(128,107,110) instead hex code.

Text Font Color

.myTextColor { color: #806B6E; }

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

This text font color is #806B6E.

Background Color

.myBgColor { background-color: #806B6E; }

<div style="background-color:#806B6E">Inner text</div>

This div background color is #806B6E.

Border color

.myBorderColor { border: 1px solid #806B6E; }

<div style="border:3px solid #806B6E">Div</div>

This div border color is #806B6E.

Opacity

.myOpacity80 { color: #806B6E; opacity: 0.8; }

<p style="color:#806B6E;opacity:0.8;">80%</p>

Text with #806B6E 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 #806B6E;}

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

This text has shadow with #806B6E color.


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

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

This text has shadow with #806B6E primary color and red secondary color.


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

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

This text has shadow with #806B6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #806B6E.

Preview

Color preview on black background

This text has color #806B6E on black background.


Color preview on white background

This text has color #806B6E on white background.


Black color preview on #806B6E background

This text has black color on #806B6E background.


White color preview on #806B6E background

This text has white color on #806B6E background.


Related colors

Complementary color

Complementary color for #hex is #7F9491.


I love getcolorcode.com

Triadic colors

1 #6E806B and #6B6E80 with #806B6E are triadic colors.

2 #6E6B80 and #6B806E with #806B6E are triadic colors.