COLOR #6D6862

HEX: #6D6862
RGB: (109,104,98)

Color info

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

RGB color model

#6D6862 color RGB value is (109,104,98).

  • red value is 109;
  • green value is 104;
  • blue value is 98.
RGB:
(109,104,98)
(43%,41%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 98 of 255 = 38%

109
104
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 98 = 311 (100%)
R 109 of 311 ~ 35.05%
G 104 of 311 ~ 33.44%
B 98 of 311 ~ 31.51%

%35.05
%33.44
%31.51

CMYK color model

#6D6862 color CMYK value is (0,5,10,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(0,5,10,57)
C0M5Y10K57 
(0%,5%,10%,57%)
(0.00/0.05/0.10/0.57)	

CMYK percentages

%0
%4.59
%10.09
%57.25

Codes

Color #6D6862 in popluar color models

6D6862
RGB10910498
HSL33°5.31%40.59%
HSB/HSV33°10.09%42.75%
CMYK0.00%4.59%10.09%
57.25%

Color #6D6862 in popluar number systems.

HEX6D6862
Decimal10910498
Binary110110111010001100010
Octal155150142

Shades and tints

Shades of #6D6862

#6D6862
(109,104,98)
#645F5A
(100,95,90)
#5B5652
(91,86,82)
#524D4A
(82,77,74)
#494442
(73,68,66)
#403B3A
(64,59,58)
#373232
(55,50,50)
#2E292A
(46,41,42)
#252022
(37,32,34)
#1C171A
(28,23,26)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #6D6862

#6D6862
(109,104,98)
#7A7570
(122,117,112)
#87827E
(135,130,126)
#948F8C
(148,143,140)
#A19C9A
(161,156,154)
#AEA9A8
(174,169,168)
#BBB6B6
(187,182,182)
#C8C3C4
(200,195,196)
#D5D0D2
(213,208,210)
#E2DDE0
(226,221,224)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6862 color. Also use rgb(109,104,98) instead hex code.

Text Font Color

.myTextColor { color: #6D6862; }

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

This text font color is #6D6862.


Background Color

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

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

This div background color is #6D6862.


Border color

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

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

This div border color is #6D6862.


Opacity

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

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

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

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

This text has shadow with #6D6862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6862 on black background.


Color preview on white background

This text has color #6D6862 on white background.



Black color preview on #6D6862 background

This text has black color on #6D6862 background.


White color preview on #6D6862 background

This text has white color on #6D6862 background.