COLOR #6D605A

HEX: #6D605A
RGB: (109,96,90)

Color info

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

RGB color model

#6D605A color RGB value is (109,96,90).

  • red value is 109;
  • green value is 96;
  • blue value is 90.
RGB:
(109,96,90)
(43%,38%,35%)

RGB channels and saturation

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

109
96
90

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 90 = 295 (100%)
R 109 of 295 ~ 36.95%
G 96 of 295 ~ 32.54%
B 90 of 295 ~ 30.51%

%36.95
%32.54
%30.51

CMYK color model

#6D605A color CMYK value is (0,12,17,57).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 17.43%
  • key color value is 57.25%
CMYK:
(0,12,17,57)
C0M12Y17K57 
(0%,12%,17%,57%)
(0.00/0.12/0.17/0.57)	

CMYK percentages

%0
%11.93
%17.43
%57.25

Codes

Color #6D605A in popluar color models

6D605A
RGB1099690
HSL19°9.55%39.02%
HSB/HSV19°17.43%42.75%
CMYK0.00%11.93%17.43%
57.25%

Color #6D605A in popluar number systems.

HEX6D605A
Decimal1099690
Binary110110111000001011010
Octal155140132

Shades and tints

Shades of #6D605A

#6D605A
(109,96,90)
#645852
(100,88,82)
#5B504A
(91,80,74)
#524842
(82,72,66)
#49403A
(73,64,58)
#403832
(64,56,50)
#37302A
(55,48,42)
#2E2822
(46,40,34)
#25201A
(37,32,26)
#1C1812
(28,24,18)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #6D605A

#6D605A
(109,96,90)
#7A6E69
(122,110,105)
#877C78
(135,124,120)
#948A87
(148,138,135)
#A19896
(161,152,150)
#AEA6A5
(174,166,165)
#BBB4B4
(187,180,180)
#C8C2C3
(200,194,195)
#D5D0D2
(213,208,210)
#E2DEE1
(226,222,225)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D605A; }

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

This text font color is #6D605A.


Background Color

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

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

This div background color is #6D605A.


Border color

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

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

This div border color is #6D605A.


Opacity

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

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

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

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

This text has shadow with #6D605A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D605A on black background.


Color preview on white background

This text has color #6D605A on white background.



Black color preview on #6D605A background

This text has black color on #6D605A background.


White color preview on #6D605A background

This text has white color on #6D605A background.