COLOR #6D582D

HEX: #6D582D RGB: (109,88,45)

Color info

#6D582D contains mainly red and green colors. Web safe color of #6D582D is #666633 (or #663).

RGB color model

#6D582D color RGB value is (109,88,45).

RGB: (109,88,45) (43%, 35%, 18%)

RGB channels and saturation

R 109 of 255 = 43%
G 88 of 255 = 35%
B 45 of 255 = 18%

109
88
45

R + G + B ~ 32%. #6D582D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 88 + 45 = 242 (100%)
R 109 of 242 ~ 45.04%
G 88 of 242 ~ 36.36%
B 45 of 242 ~ 18.6'%

%45.04
%36.36
%18.6

CMYK color model

#6D582D color CMYK value is (0,19,59,57).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 58.72%
  • key color value is 57.25%

CMYK: (0,19,59,57)
C0M19Y59K57 (0%, 19%, 59%, 57%)
(0.00 / 0.19 / 0.59 / 0.57)

CMYK percentages

%0
%19.27
%58.72
%57.25

Codes

Color #6D582D in popluar color models

6D 58 2D
RGB 109 88 45
HSL 40° 41.56% 30.20%
HSB/HSV 40° 58.72% 42.75%
CMYK 0.00% 19.27% 58.72%
57.25%

Color #6D582D in popluar number systems.

HEX 6D 58 2D
Decimal 109 88 45
Binary 1101101 1011000 101101
Octal 155 130 55

Shades and tints

Shades of #6D582D

#6D582D
(109,88,45)
#645029
(100,80,41)
#5B4825
(91,72,37)
#524021
(82,64,33)
#49381D
(73,56,29)
#403019
(64,48,25)
#372815
(55,40,21)
#2E2011
(46,32,17)
#25180D
(37,24,13)
#1C1009
(28,16,9)
#130805
(19,8,5)
#000000
(0,0,0)

Tints of #6D582D

#6D582D
(109,88,45)
#7A6740
(122,103,64)
#877653
(135,118,83)
#948566
(148,133,102)
#A19479
(161,148,121)
#AEA38C
(174,163,140)
#BBB29F
(187,178,159)
#C8C1B2
(200,193,178)
#D5D0C5
(213,208,197)
#E2DFD8
(226,223,216)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D582D; }

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

This text font color is #6D582D.

Background Color

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

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

This div background color is #6D582D.

Border color

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

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

This div border color is #6D582D.

Opacity

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

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

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

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

This text has shadow with #6D582D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D582D.

Preview

Color preview on black background

This text has color #6D582D on black background.


Color preview on white background

This text has color #6D582D on white background.


Black color preview on #6D582D background

This text has black color on #6D582D background.


White color preview on #6D582D background

This text has white color on #6D582D background.


Related colors

Complementary color

Complementary color for #hex is #92A7D2.


I love getcolorcode.com

Triadic colors

1 #2D6D58 and #582D6D with #6D582D are triadic colors.

2 #2D586D and #586D2D with #6D582D are triadic colors.