COLOR #6D6036

HEX: #6D6036 RGB: (109,96,54)

Color info

#6D6036 contains red, green and blue colors in about the same proportion. Web safe color of #6D6036 is #666633 (or #663).

RGB color model

#6D6036 color RGB value is (109,96,54).

RGB: (109,96,54) (43%, 38%, 21%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 54 of 255 = 21%

109
96
54

R + G + B ~ 34%. #6D6036 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 96 + 54 = 259 (100%)
R 109 of 259 ~ 42.08%
G 96 of 259 ~ 37.07%
B 54 of 259 ~ 20.85'%

%42.08
%37.07
%20.85

CMYK color model

#6D6036 color CMYK value is (0,12,50,57).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 50.46%
  • key color value is 57.25%

CMYK: (0,12,50,57)
C0M12Y50K57 (0%, 12%, 50%, 57%)
(0.00 / 0.12 / 0.50 / 0.57)

CMYK percentages

%0
%11.93
%50.46
%57.25

Codes

Color #6D6036 in popluar color models

6D 60 36
RGB 109 96 54
HSL 46° 33.74% 31.96%
HSB/HSV 46° 50.46% 42.75%
CMYK 0.00% 11.93% 50.46%
57.25%

Color #6D6036 in popluar number systems.

HEX 6D 60 36
Decimal 109 96 54
Binary 1101101 1100000 110110
Octal 155 140 66

Shades and tints

Shades of #6D6036

#6D6036
(109,96,54)
#645832
(100,88,50)
#5B502E
(91,80,46)
#52482A
(82,72,42)
#494026
(73,64,38)
#403822
(64,56,34)
#37301E
(55,48,30)
#2E281A
(46,40,26)
#252016
(37,32,22)
#1C1812
(28,24,18)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #6D6036

#6D6036
(109,96,54)
#7A6E48
(122,110,72)
#877C5A
(135,124,90)
#948A6C
(148,138,108)
#A1987E
(161,152,126)
#AEA690
(174,166,144)
#BBB4A2
(187,180,162)
#C8C2B4
(200,194,180)
#D5D0C6
(213,208,198)
#E2DED8
(226,222,216)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6036 color. Also use rgb(109,96,54) instead hex code.

Text Font Color

.myTextColor { color: #6D6036; }

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

This text font color is #6D6036.

Background Color

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

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

This div background color is #6D6036.

Border color

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

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

This div border color is #6D6036.

Opacity

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

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

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

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

This text has shadow with #6D6036 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6036.

Preview

Color preview on black background

This text has color #6D6036 on black background.


Color preview on white background

This text has color #6D6036 on white background.


Black color preview on #6D6036 background

This text has black color on #6D6036 background.


White color preview on #6D6036 background

This text has white color on #6D6036 background.


Related colors

Complementary color

Complementary color for #hex is #929FC9.


I love getcolorcode.com

Triadic colors

1 #366D60 and #60366D with #6D6036 are triadic colors.

2 #36606D and #606D36 with #6D6036 are triadic colors.