COLOR #806B65

HEX: #806B65 RGB: (128,107,101)

Color info

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

RGB color model

#806B65 color RGB value is (128,107,101).

RGB: (128,107,101) (50%, 42%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 101 of 255 = 40%

128
107
101

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

Portions of RGB colors in percentages

R + G + B = 128 + 107 + 101 = 336 (100%)
R 128 of 336 ~ 38.1%
G 107 of 336 ~ 31.85%
B 101 of 336 ~ 30.06'%

%38.1
%31.85
%30.06

CMYK color model

#806B65 color CMYK value is (0,16,21,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK: (0,16,21,50) C0M16Y21K50 (0%,16%,21%,50%) (0.00/0.16/0.21/0.50) 

CMYK percentages

%0
%16.41
%21.09
%49.8

Codes

Color #806B65 in popluar color models

80 6B 65
RGB 128 107 101
HSL 13° 11.79% 44.90%
HSB/HSV 13° 21.09% 50.20%
CMYK 0.00% 16.41% 21.09%
49.80%

Color #806B65 in popluar number systems.

HEX 80 6B 65
Decimal 128 107 101
Binary 10000000 1101011 1100101
Octal 200 153 145

Shades and tints

Shades of #806B65

#806B65
(128,107,101)
#75625C
(117,98,92)
#6A5953
(106,89,83)
#5F504A
(95,80,74)
#544741
(84,71,65)
#493E38
(73,62,56)
#3E352F
(62,53,47)
#332C26
(51,44,38)
#28231D
(40,35,29)
#1D1A14
(29,26,20)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #806B65

#806B65
(128,107,101)
#8B7873
(139,120,115)
#968581
(150,133,129)
#A1928F
(161,146,143)
#AC9F9D
(172,159,157)
#B7ACAB
(183,172,171)
#C2B9B9
(194,185,185)
#CDC6C7
(205,198,199)
#D8D3D5
(216,211,213)
#E3E0E3
(227,224,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806B65; }

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

This text font color is #806B65.

Background Color

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

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

This div background color is #806B65.

Border color

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

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

This div border color is #806B65.

Opacity

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

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

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

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

This text has shadow with #806B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806B65.

Preview

Color preview on black background

This text has color #806B65 on black background.


Color preview on white background

This text has color #806B65 on white background.


Black color preview on #806B65 background

This text has black color on #806B65 background.


White color preview on #806B65 background

This text has white color on #806B65 background.


Related colors

Complementary color

Complementary color for #hex is #7F949A.


I love getcolorcode.com

Triadic colors

1 #65806B and #6B6580 with #806B65 are triadic colors.

2 #656B80 and #6B8065 with #806B65 are triadic colors.