COLOR #6D3626

HEX: #6D3626
RGB: (109,54,38)

Color info

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

RGB color model

#6D3626 color RGB value is (109,54,38).

  • red value is 109;
  • green value is 54;
  • blue value is 38.
RGB:
(109,54,38)
(43%,21%,15%)

RGB channels and saturation

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

109
54
38

R + G + B ~ 26%. #6D3626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 54 + 38 = 201 (100%)
R 109 of 201 ~ 54.23%
G 54 of 201 ~ 26.87%
B 38 of 201 ~ 18.91%

%54.23
%26.87
%18.91

CMYK color model

#6D3626 color CMYK value is (0,50,65,57).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 65.14%
  • key color value is 57.25%
CMYK:
(0,50,65,57)
C0M50Y65K57 
(0%,50%,65%,57%)
(0.00/0.50/0.65/0.57)	

CMYK percentages

%0
%50.46
%65.14
%57.25

Codes

Color #6D3626 in popluar color models

6D3626
RGB1095438
HSL14°48.30%28.82%
HSB/HSV14°65.14%42.75%
CMYK0.00%50.46%65.14%
57.25%

Color #6D3626 in popluar number systems.

HEX6D3626
Decimal1095438
Binary1101101110110100110
Octal1556646

Shades and tints

Shades of #6D3626

#6D3626
(109,54,38)
#643223
(100,50,35)
#5B2E20
(91,46,32)
#522A1D
(82,42,29)
#49261A
(73,38,26)
#402217
(64,34,23)
#371E14
(55,30,20)
#2E1A11
(46,26,17)
#25160E
(37,22,14)
#1C120B
(28,18,11)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #6D3626

#6D3626
(109,54,38)
#7A4839
(122,72,57)
#875A4C
(135,90,76)
#946C5F
(148,108,95)
#A17E72
(161,126,114)
#AE9085
(174,144,133)
#BBA298
(187,162,152)
#C8B4AB
(200,180,171)
#D5C6BE
(213,198,190)
#E2D8D1
(226,216,209)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3626; }

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

This text font color is #6D3626.


Background Color

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

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

This div background color is #6D3626.


Border color

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

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

This div border color is #6D3626.


Opacity

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

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

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

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

This text has shadow with #6D3626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3626 on black background.


Color preview on white background

This text has color #6D3626 on white background.



Black color preview on #6D3626 background

This text has black color on #6D3626 background.


White color preview on #6D3626 background

This text has white color on #6D3626 background.