COLOR #6D3836

HEX: #6D3836
RGB: (109,56,54)

Color info

#6D3836 contains red, green and blue colors in about the same proportion. Web safe color of #6D3836 is #663333 (or #633).

RGB color model

#6D3836 color RGB value is (109,56,54).

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

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 54 of 255 = 21%

109
56
54

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 54 = 219 (100%)
R 109 of 219 ~ 49.77%
G 56 of 219 ~ 25.57%
B 54 of 219 ~ 24.66%

%49.77
%25.57
%24.66

CMYK color model

#6D3836 color CMYK value is (0,49,50,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 50.46%
  • key color value is 57.25%
CMYK:
(0,49,50,57)
C0M49Y50K57 
(0%,49%,50%,57%)
(0.00/0.49/0.50/0.57)	

CMYK percentages

%0
%48.62
%50.46
%57.25

Codes

Color #6D3836 in popluar color models

6D3836
RGB1095654
HSL33.74%31.96%
HSB/HSV50.46%42.75%
CMYK0.00%48.62%50.46%
57.25%

Color #6D3836 in popluar number systems.

HEX6D3836
Decimal1095654
Binary1101101111000110110
Octal1557066

Shades and tints

Shades of #6D3836

#6D3836
(109,56,54)
#643332
(100,51,50)
#5B2E2E
(91,46,46)
#52292A
(82,41,42)
#492426
(73,36,38)
#401F22
(64,31,34)
#371A1E
(55,26,30)
#2E151A
(46,21,26)
#251016
(37,16,22)
#1C0B12
(28,11,18)
#13060E
(19,6,14)
#000000
(0,0,0)

Tints of #6D3836

#6D3836
(109,56,54)
#7A4A48
(122,74,72)
#875C5A
(135,92,90)
#946E6C
(148,110,108)
#A1807E
(161,128,126)
#AE9290
(174,146,144)
#BBA4A2
(187,164,162)
#C8B6B4
(200,182,180)
#D5C8C6
(213,200,198)
#E2DAD8
(226,218,216)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3836; }

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

This text font color is #6D3836.


Background Color

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

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

This div background color is #6D3836.


Border color

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

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

This div border color is #6D3836.


Opacity

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

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

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

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

This text has shadow with #6D3836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3836 on black background.


Color preview on white background

This text has color #6D3836 on white background.



Black color preview on #6D3836 background

This text has black color on #6D3836 background.


White color preview on #6D3836 background

This text has white color on #6D3836 background.