COLOR #6D625A

HEX: #6D625A RGB: (109,98,90)

Color info

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

RGB color model

#6D625A color RGB value is (109,98,90).

RGB: (109,98,90) (43%, 38%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 90 of 255 = 35%

109
98
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 98 + 90 = 297 (100%)
R 109 of 297 ~ 36.7%
G 98 of 297 ~ 33%
B 90 of 297 ~ 30.3'%

%36.7
%33
%30.3

CMYK color model

#6D625A color CMYK value is (0,10,17,57).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 17.43%
  • key color value is 57.25%

CMYK: (0,10,17,57)
C0M10Y17K57 (0%, 10%, 17%, 57%)
(0.00 / 0.10 / 0.17 / 0.57)

CMYK percentages

%0
%10.09
%17.43
%57.25

Codes

Color #6D625A in popluar color models

6D 62 5A
RGB 109 98 90
HSL 25° 9.55% 39.02%
HSB/HSV 25° 17.43% 42.75%
CMYK 0.00% 10.09% 17.43%
57.25%

Color #6D625A in popluar number systems.

HEX 6D 62 5A
Decimal 109 98 90
Binary 1101101 1100010 1011010
Octal 155 142 132

Shades and tints

Shades of #6D625A

#6D625A
(109,98,90)
#645A52
(100,90,82)
#5B524A
(91,82,74)
#524A42
(82,74,66)
#49423A
(73,66,58)
#403A32
(64,58,50)
#37322A
(55,50,42)
#2E2A22
(46,42,34)
#25221A
(37,34,26)
#1C1A12
(28,26,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #6D625A

#6D625A
(109,98,90)
#7A7069
(122,112,105)
#877E78
(135,126,120)
#948C87
(148,140,135)
#A19A96
(161,154,150)
#AEA8A5
(174,168,165)
#BBB6B4
(187,182,180)
#C8C4C3
(200,196,195)
#D5D2D2
(213,210,210)
#E2E0E1
(226,224,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D625A; }

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

This text font color is #6D625A.

Background Color

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

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

This div background color is #6D625A.

Border color

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

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

This div border color is #6D625A.

Opacity

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

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

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

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

This text has shadow with #6D625A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D625A.

Preview

Color preview on black background

This text has color #6D625A on black background.


Color preview on white background

This text has color #6D625A on white background.


Black color preview on #6D625A background

This text has black color on #6D625A background.


White color preview on #6D625A background

This text has white color on #6D625A background.


Related colors

Complementary color

Complementary color for #hex is #929DA5.


I love getcolorcode.com

Triadic colors

1 #5A6D62 and #625A6D with #6D625A are triadic colors.

2 #5A626D and #626D5A with #6D625A are triadic colors.