COLOR #6D7863

HEX: #6D7863
RGB: (109,120,99)

Color info

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

RGB color model

#6D7863 color RGB value is (109,120,99).

  • red value is 109;
  • green value is 120;
  • blue value is 99.
RGB:
(109,120,99)
(43%,47%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 99 of 255 = 39%

109
120
99

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 99 = 328 (100%)
R 109 of 328 ~ 33.23%
G 120 of 328 ~ 36.59%
B 99 of 328 ~ 30.18%

%33.23
%36.59
%30.18

CMYK color model

#6D7863 color CMYK value is (9,0,18,53).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(9,0,18,53)
C9M0Y18K53 
(9%,0%,18%,53%)
(0.09/0.00/0.18/0.53)	

CMYK percentages

%9.17
%0
%17.5
%52.94

Codes

Color #6D7863 in popluar color models

6D7863
RGB10912099
HSL91°9.59%42.94%
HSB/HSV91°17.50%47.06%
CMYK9.17%0.00%17.50%
52.94%

Color #6D7863 in popluar number systems.

HEX6D7863
Decimal10912099
Binary110110111110001100011
Octal155170143

Shades and tints

Shades of #6D7863

#6D7863
(109,120,99)
#646E5A
(100,110,90)
#5B6451
(91,100,81)
#525A48
(82,90,72)
#49503F
(73,80,63)
#404636
(64,70,54)
#373C2D
(55,60,45)
#2E3224
(46,50,36)
#25281B
(37,40,27)
#1C1E12
(28,30,18)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #6D7863

#6D7863
(109,120,99)
#7A8471
(122,132,113)
#87907F
(135,144,127)
#949C8D
(148,156,141)
#A1A89B
(161,168,155)
#AEB4A9
(174,180,169)
#BBC0B7
(187,192,183)
#C8CCC5
(200,204,197)
#D5D8D3
(213,216,211)
#E2E4E1
(226,228,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7863 color. Also use rgb(109,120,99) instead hex code.

Text Font Color

.myTextColor { color: #6D7863; }

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

This text font color is #6D7863.


Background Color

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

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

This div background color is #6D7863.


Border color

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

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

This div border color is #6D7863.


Opacity

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

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

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

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

This text has shadow with #6D7863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7863 on black background.


Color preview on white background

This text has color #6D7863 on white background.



Black color preview on #6D7863 background

This text has black color on #6D7863 background.


White color preview on #6D7863 background

This text has white color on #6D7863 background.