COLOR #6D625E

HEX: #6D625E
RGB: (109,98,94)

Color info

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

RGB color model

#6D625E color RGB value is (109,98,94).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 94 of 255 = 37%

109
98
94

R + G + B ~ 39%. #6D625E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 94 = 301 (100%)
R 109 of 301 ~ 36.21%
G 98 of 301 ~ 32.56%
B 94 of 301 ~ 31.23%

%36.21
%32.56
%31.23

CMYK color model

#6D625E color CMYK value is (0,10,14,57).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 13.76%
  • key color value is 57.25%
CMYK:
(0,10,14,57)
C0M10Y14K57 
(0%,10%,14%,57%)
(0.00/0.10/0.14/0.57)	

CMYK percentages

%0
%10.09
%13.76
%57.25

Codes

Color #6D625E in popluar color models

6D625E
RGB1099894
HSL16°7.39%39.80%
HSB/HSV16°13.76%42.75%
CMYK0.00%10.09%13.76%
57.25%

Color #6D625E in popluar number systems.

HEX6D625E
Decimal1099894
Binary110110111000101011110
Octal155142136

Shades and tints

Shades of #6D625E

#6D625E
(109,98,94)
#645A56
(100,90,86)
#5B524E
(91,82,78)
#524A46
(82,74,70)
#49423E
(73,66,62)
#403A36
(64,58,54)
#37322E
(55,50,46)
#2E2A26
(46,42,38)
#25221E
(37,34,30)
#1C1A16
(28,26,22)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6D625E

#6D625E
(109,98,94)
#7A706C
(122,112,108)
#877E7A
(135,126,122)
#948C88
(148,140,136)
#A19A96
(161,154,150)
#AEA8A4
(174,168,164)
#BBB6B2
(187,182,178)
#C8C4C0
(200,196,192)
#D5D2CE
(213,210,206)
#E2E0DC
(226,224,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D625E; }

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

This text font color is #6D625E.


Background Color

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

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

This div background color is #6D625E.


Border color

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

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

This div border color is #6D625E.


Opacity

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

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

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

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

This text has shadow with #6D625E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D625E on black background.


Color preview on white background

This text has color #6D625E on white background.



Black color preview on #6D625E background

This text has black color on #6D625E background.


White color preview on #6D625E background

This text has white color on #6D625E background.