COLOR #6D6452

HEX: #6D6452
RGB: (109,100,82)

Color info

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

RGB color model

#6D6452 color RGB value is (109,100,82).

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

RGB channels and saturation

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

109
100
82

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 82 = 291 (100%)
R 109 of 291 ~ 37.46%
G 100 of 291 ~ 34.36%
B 82 of 291 ~ 28.18%

%37.46
%34.36
%28.18

CMYK color model

#6D6452 color CMYK value is (0,8,25,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 24.77%
  • key color value is 57.25%
CMYK:
(0,8,25,57)
C0M8Y25K57 
(0%,8%,25%,57%)
(0.00/0.08/0.25/0.57)	

CMYK percentages

%0
%8.26
%24.77
%57.25

Codes

Color #6D6452 in popluar color models

6D6452
RGB10910082
HSL40°14.14%37.45%
HSB/HSV40°24.77%42.75%
CMYK0.00%8.26%24.77%
57.25%

Color #6D6452 in popluar number systems.

HEX6D6452
Decimal10910082
Binary110110111001001010010
Octal155144122

Shades and tints

Shades of #6D6452

#6D6452
(109,100,82)
#645B4B
(100,91,75)
#5B5244
(91,82,68)
#52493D
(82,73,61)
#494036
(73,64,54)
#40372F
(64,55,47)
#372E28
(55,46,40)
#2E2521
(46,37,33)
#251C1A
(37,28,26)
#1C1313
(28,19,19)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D6452

#6D6452
(109,100,82)
#7A7261
(122,114,97)
#878070
(135,128,112)
#948E7F
(148,142,127)
#A19C8E
(161,156,142)
#AEAA9D
(174,170,157)
#BBB8AC
(187,184,172)
#C8C6BB
(200,198,187)
#D5D4CA
(213,212,202)
#E2E2D9
(226,226,217)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6452; }

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

This text font color is #6D6452.


Background Color

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

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

This div background color is #6D6452.


Border color

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

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

This div border color is #6D6452.


Opacity

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

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

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

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

This text has shadow with #6D6452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6452 on black background.


Color preview on white background

This text has color #6D6452 on white background.



Black color preview on #6D6452 background

This text has black color on #6D6452 background.


White color preview on #6D6452 background

This text has white color on #6D6452 background.