COLOR #6D6850

HEX: #6D6850
RGB: (109,104,80)

Color info

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

RGB color model

#6D6850 color RGB value is (109,104,80).

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

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 80 of 255 = 31%

109
104
80

R + G + B ~ 38%. #6D6850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 80 = 293 (100%)
R 109 of 293 ~ 37.2%
G 104 of 293 ~ 35.49%
B 80 of 293 ~ 27.3%

%37.2
%35.49
%27.3

CMYK color model

#6D6850 color CMYK value is (0,5,27,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(0,5,27,57)
C0M5Y27K57 
(0%,5%,27%,57%)
(0.00/0.05/0.27/0.57)	

CMYK percentages

%0
%4.59
%26.61
%57.25

Codes

Color #6D6850 in popluar color models

6D6850
RGB10910480
HSL50°15.34%37.06%
HSB/HSV50°26.61%42.75%
CMYK0.00%4.59%26.61%
57.25%

Color #6D6850 in popluar number systems.

HEX6D6850
Decimal10910480
Binary110110111010001010000
Octal155150120

Shades and tints

Shades of #6D6850

#6D6850
(109,104,80)
#645F49
(100,95,73)
#5B5642
(91,86,66)
#524D3B
(82,77,59)
#494434
(73,68,52)
#403B2D
(64,59,45)
#373226
(55,50,38)
#2E291F
(46,41,31)
#252018
(37,32,24)
#1C1711
(28,23,17)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #6D6850

#6D6850
(109,104,80)
#7A755F
(122,117,95)
#87826E
(135,130,110)
#948F7D
(148,143,125)
#A19C8C
(161,156,140)
#AEA99B
(174,169,155)
#BBB6AA
(187,182,170)
#C8C3B9
(200,195,185)
#D5D0C8
(213,208,200)
#E2DDD7
(226,221,215)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6850; }

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

This text font color is #6D6850.


Background Color

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

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

This div background color is #6D6850.


Border color

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

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

This div border color is #6D6850.


Opacity

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

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

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

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

This text has shadow with #6D6850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6850 on black background.


Color preview on white background

This text has color #6D6850 on white background.



Black color preview on #6D6850 background

This text has black color on #6D6850 background.


White color preview on #6D6850 background

This text has white color on #6D6850 background.