COLOR #6B805D

HEX: #6B805D RGB: (107,128,93)

Color info

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

RGB color model

#6B805D color RGB value is (107,128,93).

RGB: (107,128,93) (42%, 50%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 93 of 255 = 36%

107
128
93

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

Portions of RGB colors in percentages

R + G + B = 107 + 128 + 93 = 328 (100%)
R 107 of 328 ~ 32.62%
G 128 of 328 ~ 39.02%
B 93 of 328 ~ 28.35'%

%32.62
%39.02
%28.35

CMYK color model

#6B805D color CMYK value is (16,0,27,50).

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

CMYK: (16,0,27,50)
C16M0Y27K50 (16%, 0%, 27%, 50%)
(0.16 / 0.00 / 0.27 / 0.50)

CMYK percentages

%16.41
%0
%27.34
%49.8

Codes

Color #6B805D in popluar color models

6B 80 5D
RGB 107 128 93
HSL 96° 15.84% 43.33%
HSB/HSV 96° 27.34% 50.20%
CMYK 16.41% 0.00% 27.34%
49.80%

Color #6B805D in popluar number systems.

HEX 6B 80 5D
Decimal 107 128 93
Binary 1101011 10000000 1011101
Octal 153 200 135

Shades and tints

Shades of #6B805D

#6B805D
(107,128,93)
#627555
(98,117,85)
#596A4D
(89,106,77)
#505F45
(80,95,69)
#47543D
(71,84,61)
#3E4935
(62,73,53)
#353E2D
(53,62,45)
#2C3325
(44,51,37)
#23281D
(35,40,29)
#1A1D15
(26,29,21)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B805D

#6B805D
(107,128,93)
#788B6B
(120,139,107)
#859679
(133,150,121)
#92A187
(146,161,135)
#9FAC95
(159,172,149)
#ACB7A3
(172,183,163)
#B9C2B1
(185,194,177)
#C6CDBF
(198,205,191)
#D3D8CD
(211,216,205)
#E0E3DB
(224,227,219)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B805D color. Also use rgb(107,128,93) instead hex code.

Text Font Color

.myTextColor { color: #6B805D; }

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

This text font color is #6B805D.

Background Color

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

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

This div background color is #6B805D.

Border color

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

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

This div border color is #6B805D.

Opacity

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

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

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

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

This text has shadow with #6B805D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B805D.

Preview

Color preview on black background

This text has color #6B805D on black background.


Color preview on white background

This text has color #6B805D on white background.


Black color preview on #6B805D background

This text has black color on #6B805D background.


White color preview on #6B805D background

This text has white color on #6B805D background.


Related colors

Complementary color

Complementary color for #hex is #947FA2.


I love getcolorcode.com

Triadic colors

1 #5D6B80 and #805D6B with #6B805D are triadic colors.

2 #5D806B and #806B5D with #6B805D are triadic colors.