COLOR #6D6451

HEX: #6D6451
RGB: (109,100,81)

Color info

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

RGB color model

#6D6451 color RGB value is (109,100,81).

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

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 81 of 255 = 32%

109
100
81

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 81 = 290 (100%)
R 109 of 290 ~ 37.59%
G 100 of 290 ~ 34.48%
B 81 of 290 ~ 27.93%

%37.59
%34.48
%27.93

CMYK color model

#6D6451 color CMYK value is (0,8,26,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 25.69%
  • key color value is 57.25%
CMYK:
(0,8,26,57)
C0M8Y26K57 
(0%,8%,26%,57%)
(0.00/0.08/0.26/0.57)	

CMYK percentages

%0
%8.26
%25.69
%57.25

Codes

Color #6D6451 in popluar color models

6D6451
RGB10910081
HSL41°14.74%37.25%
HSB/HSV41°25.69%42.75%
CMYK0.00%8.26%25.69%
57.25%

Color #6D6451 in popluar number systems.

HEX6D6451
Decimal10910081
Binary110110111001001010001
Octal155144121

Shades and tints

Shades of #6D6451

#6D6451
(109,100,81)
#645B4A
(100,91,74)
#5B5243
(91,82,67)
#52493C
(82,73,60)
#494035
(73,64,53)
#40372E
(64,55,46)
#372E27
(55,46,39)
#2E2520
(46,37,32)
#251C19
(37,28,25)
#1C1312
(28,19,18)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D6451

#6D6451
(109,100,81)
#7A7260
(122,114,96)
#87806F
(135,128,111)
#948E7E
(148,142,126)
#A19C8D
(161,156,141)
#AEAA9C
(174,170,156)
#BBB8AB
(187,184,171)
#C8C6BA
(200,198,186)
#D5D4C9
(213,212,201)
#E2E2D8
(226,226,216)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6451; }

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

This text font color is #6D6451.


Background Color

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

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

This div background color is #6D6451.


Border color

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

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

This div border color is #6D6451.


Opacity

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

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

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

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

This text has shadow with #6D6451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6451 on black background.


Color preview on white background

This text has color #6D6451 on white background.



Black color preview on #6D6451 background

This text has black color on #6D6451 background.


White color preview on #6D6451 background

This text has white color on #6D6451 background.