COLOR #6D4F3B

HEX: #6D4F3B RGB: (109,79,59)

Color info

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

RGB color model

#6D4F3B color RGB value is (109,79,59).

RGB: (109,79,59) (43%, 31%, 23%)

RGB channels and saturation

R 109 of 255 = 43%
G 79 of 255 = 31%
B 59 of 255 = 23%

109
79
59

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

Portions of RGB colors in percentages

R + G + B = 109 + 79 + 59 = 247 (100%)
R 109 of 247 ~ 44.13%
G 79 of 247 ~ 31.98%
B 59 of 247 ~ 23.89'%

%44.13
%31.98
%23.89

CMYK color model

#6D4F3B color CMYK value is (0,28,46,57).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 45.87%
  • key color value is 57.25%

CMYK: (0,28,46,57)
C0M28Y46K57 (0%, 28%, 46%, 57%)
(0.00 / 0.28 / 0.46 / 0.57)

CMYK percentages

%0
%27.52
%45.87
%57.25

Codes

Color #6D4F3B in popluar color models

6D 4F 3B
RGB 109 79 59
HSL 24° 29.76% 32.94%
HSB/HSV 24° 45.87% 42.75%
CMYK 0.00% 27.52% 45.87%
57.25%

Color #6D4F3B in popluar number systems.

HEX 6D 4F 3B
Decimal 109 79 59
Binary 1101101 1001111 111011
Octal 155 117 73

Shades and tints

Shades of #6D4F3B

#6D4F3B
(109,79,59)
#644836
(100,72,54)
#5B4131
(91,65,49)
#523A2C
(82,58,44)
#493327
(73,51,39)
#402C22
(64,44,34)
#37251D
(55,37,29)
#2E1E18
(46,30,24)
#251713
(37,23,19)
#1C100E
(28,16,14)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #6D4F3B

#6D4F3B
(109,79,59)
#7A5F4C
(122,95,76)
#876F5D
(135,111,93)
#947F6E
(148,127,110)
#A18F7F
(161,143,127)
#AE9F90
(174,159,144)
#BBAFA1
(187,175,161)
#C8BFB2
(200,191,178)
#D5CFC3
(213,207,195)
#E2DFD4
(226,223,212)
#EFEFE5
(239,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4F3B color. Also use rgb(109,79,59) instead hex code.

Text Font Color

.myTextColor { color: #6D4F3B; }

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

This text font color is #6D4F3B.

Background Color

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

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

This div background color is #6D4F3B.

Border color

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

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

This div border color is #6D4F3B.

Opacity

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

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

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

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

This text has shadow with #6D4F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4F3B.

Preview

Color preview on black background

This text has color #6D4F3B on black background.


Color preview on white background

This text has color #6D4F3B on white background.


Black color preview on #6D4F3B background

This text has black color on #6D4F3B background.


White color preview on #6D4F3B background

This text has white color on #6D4F3B background.


Related colors

Complementary color

Complementary color for #hex is #92B0C4.


I love getcolorcode.com

Triadic colors

1 #3B6D4F and #4F3B6D with #6D4F3B are triadic colors.

2 #3B4F6D and #4F6D3B with #6D4F3B are triadic colors.