COLOR #806B6D

HEX: #806B6D RGB: (128,107,109)

Color info

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

RGB color model

#806B6D color RGB value is (128,107,109).

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

RGB channels and saturation

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

128
107
109

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

Portions of RGB colors in percentages

R + G + B = 128 + 107 + 109 = 344 (100%)
R 128 of 344 ~ 37.21%
G 107 of 344 ~ 31.1%
B 109 of 344 ~ 31.69'%

%37.21
%31.1
%31.69

CMYK color model

#806B6D color CMYK value is (0,16,15,50).

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

CMYK: (0,16,15,50)
C0M16Y15K50 (0%, 16%, 15%, 50%)
(0.00 / 0.16 / 0.15 / 0.50)

CMYK percentages

%0
%16.41
%14.84
%49.8

Codes

Color #806B6D in popluar color models

80 6B 6D
RGB 128 107 109
HSL 354° 8.94% 46.08%
HSB/HSV 354° 16.41% 50.20%
CMYK 0.00% 16.41% 14.84%
49.80%

Color #806B6D in popluar number systems.

HEX 80 6B 6D
Decimal 128 107 109
Binary 10000000 1101011 1101101
Octal 200 153 155

Shades and tints

Shades of #806B6D

#806B6D
(128,107,109)
#756264
(117,98,100)
#6A595B
(106,89,91)
#5F5052
(95,80,82)
#544749
(84,71,73)
#493E40
(73,62,64)
#3E3537
(62,53,55)
#332C2E
(51,44,46)
#282325
(40,35,37)
#1D1A1C
(29,26,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #806B6D

#806B6D
(128,107,109)
#8B787A
(139,120,122)
#968587
(150,133,135)
#A19294
(161,146,148)
#AC9FA1
(172,159,161)
#B7ACAE
(183,172,174)
#C2B9BB
(194,185,187)
#CDC6C8
(205,198,200)
#D8D3D5
(216,211,213)
#E3E0E2
(227,224,226)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806B6D; }

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

This text font color is #806B6D.

Background Color

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

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

This div background color is #806B6D.

Border color

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

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

This div border color is #806B6D.

Opacity

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

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

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

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

This text has shadow with #806B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806B6D.

Preview

Color preview on black background

This text has color #806B6D on black background.


Color preview on white background

This text has color #806B6D on white background.


Black color preview on #806B6D background

This text has black color on #806B6D background.


White color preview on #806B6D background

This text has white color on #806B6D background.


Related colors

Complementary color

Complementary color for #hex is #7F9492.


I love getcolorcode.com

Triadic colors

1 #6D806B and #6B6D80 with #806B6D are triadic colors.

2 #6D6B80 and #6B806D with #806B6D are triadic colors.