COLOR #6D4C1B

HEX: #6D4C1B
RGB: (109,76,27)

Color info

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

RGB color model

#6D4C1B color RGB value is (109,76,27).

  • red value is 109;
  • green value is 76;
  • blue value is 27.
RGB:
(109,76,27)
(43%,30%,11%)

RGB channels and saturation

R 109 of 255 = 43%
G 76 of 255 = 30%
B 27 of 255 = 11%

109
76
27

R + G + B ~ 28%. #6D4C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 76 + 27 = 212 (100%)
R 109 of 212 ~ 51.42%
G 76 of 212 ~ 35.85%
B 27 of 212 ~ 12.74%

%51.42
%35.85
%12.74

CMYK color model

#6D4C1B color CMYK value is (0,30,75,57).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 75.23%
  • key color value is 57.25%
CMYK:
(0,30,75,57)
C0M30Y75K57 
(0%,30%,75%,57%)
(0.00/0.30/0.75/0.57)	

CMYK percentages

%0
%30.28
%75.23
%57.25

Codes

Color #6D4C1B in popluar color models

6D4C1B
RGB1097627
HSL36°60.29%26.67%
HSB/HSV36°75.23%42.75%
CMYK0.00%30.28%75.23%
57.25%

Color #6D4C1B in popluar number systems.

HEX6D4C1B
Decimal1097627
Binary1101101100110011011
Octal15511433

Shades and tints

Shades of #6D4C1B

#6D4C1B
(109,76,27)
#644619
(100,70,25)
#5B4017
(91,64,23)
#523A15
(82,58,21)
#493413
(73,52,19)
#402E11
(64,46,17)
#37280F
(55,40,15)
#2E220D
(46,34,13)
#251C0B
(37,28,11)
#1C1609
(28,22,9)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #6D4C1B

#6D4C1B
(109,76,27)
#7A5C2F
(122,92,47)
#876C43
(135,108,67)
#947C57
(148,124,87)
#A18C6B
(161,140,107)
#AE9C7F
(174,156,127)
#BBAC93
(187,172,147)
#C8BCA7
(200,188,167)
#D5CCBB
(213,204,187)
#E2DCCF
(226,220,207)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4C1B color. Also use rgb(109,76,27) instead hex code.

Text Font Color

.myTextColor { color: #6D4C1B; }

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

This text font color is #6D4C1B.


Background Color

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

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

This div background color is #6D4C1B.


Border color

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

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

This div border color is #6D4C1B.


Opacity

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

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

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

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

This text has shadow with #6D4C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4C1B on black background.


Color preview on white background

This text has color #6D4C1B on white background.



Black color preview on #6D4C1B background

This text has black color on #6D4C1B background.


White color preview on #6D4C1B background

This text has white color on #6D4C1B background.