COLOR #6D645A

HEX: #6D645A
RGB: (109,100,90)

Color info

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

RGB color model

#6D645A color RGB value is (109,100,90).

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

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 90 of 255 = 35%

109
100
90

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 90 = 299 (100%)
R 109 of 299 ~ 36.45%
G 100 of 299 ~ 33.44%
B 90 of 299 ~ 30.1%

%36.45
%33.44
%30.1

CMYK color model

#6D645A color CMYK value is (0,8,17,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 17.43%
  • key color value is 57.25%
CMYK:
(0,8,17,57)
C0M8Y17K57 
(0%,8%,17%,57%)
(0.00/0.08/0.17/0.57)	

CMYK percentages

%0
%8.26
%17.43
%57.25

Codes

Color #6D645A in popluar color models

6D645A
RGB10910090
HSL32°9.55%39.02%
HSB/HSV32°17.43%42.75%
CMYK0.00%8.26%17.43%
57.25%

Color #6D645A in popluar number systems.

HEX6D645A
Decimal10910090
Binary110110111001001011010
Octal155144132

Shades and tints

Shades of #6D645A

#6D645A
(109,100,90)
#645B52
(100,91,82)
#5B524A
(91,82,74)
#524942
(82,73,66)
#49403A
(73,64,58)
#403732
(64,55,50)
#372E2A
(55,46,42)
#2E2522
(46,37,34)
#251C1A
(37,28,26)
#1C1312
(28,19,18)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D645A

#6D645A
(109,100,90)
#7A7269
(122,114,105)
#878078
(135,128,120)
#948E87
(148,142,135)
#A19C96
(161,156,150)
#AEAAA5
(174,170,165)
#BBB8B4
(187,184,180)
#C8C6C3
(200,198,195)
#D5D4D2
(213,212,210)
#E2E2E1
(226,226,225)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D645A; }

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

This text font color is #6D645A.


Background Color

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

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

This div background color is #6D645A.


Border color

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

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

This div border color is #6D645A.


Opacity

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

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

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

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

This text has shadow with #6D645A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D645A on black background.


Color preview on white background

This text has color #6D645A on white background.



Black color preview on #6D645A background

This text has black color on #6D645A background.


White color preview on #6D645A background

This text has white color on #6D645A background.