COLOR #6D452D

HEX: #6D452D
RGB: (109,69,45)

Color info

#6D452D contains mainly red and green colors. Web safe color of #6D452D is #663333 (or #633).

RGB color model

#6D452D color RGB value is (109,69,45).

  • red value is 109;
  • green value is 69;
  • blue value is 45.
RGB:
(109,69,45)
(43%,27%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 45 of 255 = 18%

109
69
45

R + G + B ~ 29%. #6D452D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 69 + 45 = 223 (100%)
R 109 of 223 ~ 48.88%
G 69 of 223 ~ 30.94%
B 45 of 223 ~ 20.18%

%48.88
%30.94
%20.18

CMYK color model

#6D452D color CMYK value is (0,37,59,57).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 58.72%
  • key color value is 57.25%
CMYK:
(0,37,59,57)
C0M37Y59K57 
(0%,37%,59%,57%)
(0.00/0.37/0.59/0.57)	

CMYK percentages

%0
%36.7
%58.72
%57.25

Codes

Color #6D452D in popluar color models

6D452D
RGB1096945
HSL23°41.56%30.20%
HSB/HSV23°58.72%42.75%
CMYK0.00%36.70%58.72%
57.25%

Color #6D452D in popluar number systems.

HEX6D452D
Decimal1096945
Binary11011011000101101101
Octal15510555

Shades and tints

Shades of #6D452D

#6D452D
(109,69,45)
#643F29
(100,63,41)
#5B3925
(91,57,37)
#523321
(82,51,33)
#492D1D
(73,45,29)
#402719
(64,39,25)
#372115
(55,33,21)
#2E1B11
(46,27,17)
#25150D
(37,21,13)
#1C0F09
(28,15,9)
#130905
(19,9,5)
#000000
(0,0,0)

Tints of #6D452D

#6D452D
(109,69,45)
#7A5540
(122,85,64)
#876553
(135,101,83)
#947566
(148,117,102)
#A18579
(161,133,121)
#AE958C
(174,149,140)
#BBA59F
(187,165,159)
#C8B5B2
(200,181,178)
#D5C5C5
(213,197,197)
#E2D5D8
(226,213,216)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D452D color. Also use rgb(109,69,45) instead hex code.

Text Font Color

.myTextColor { color: #6D452D; }

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

This text font color is #6D452D.


Background Color

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

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

This div background color is #6D452D.


Border color

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

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

This div border color is #6D452D.


Opacity

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

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

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

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

This text has shadow with #6D452D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D452D on black background.


Color preview on white background

This text has color #6D452D on white background.



Black color preview on #6D452D background

This text has black color on #6D452D background.


White color preview on #6D452D background

This text has white color on #6D452D background.