COLOR #6D4B16

HEX: #6D4B16
RGB: (109,75,22)

Color info

#6D4B16 contains mainly red and green colors. Web safe color of #6D4B16 is #663300 (or #630).

RGB color model

#6D4B16 color RGB value is (109,75,22).

  • red value is 109;
  • green value is 75;
  • blue value is 22.
RGB:
(109,75,22)
(43%,29%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 75 of 255 = 29%
B 22 of 255 = 9%

109
75
22

R + G + B ~ 27%. #6D4B16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 75 + 22 = 206 (100%)
R 109 of 206 ~ 52.91%
G 75 of 206 ~ 36.41%
B 22 of 206 ~ 10.68%

%52.91
%36.41
%10.68

CMYK color model

#6D4B16 color CMYK value is (0,31,80,57).

  • cyan value is 0.00%
  • magenta value is 31.19%
  • yellow value is 79.82%
  • key color value is 57.25%
CMYK:
(0,31,80,57)
C0M31Y80K57 
(0%,31%,80%,57%)
(0.00/0.31/0.80/0.57)	

CMYK percentages

%0
%31.19
%79.82
%57.25

Codes

Color #6D4B16 in popluar color models

6D4B16
RGB1097522
HSL37°66.41%25.69%
HSB/HSV37°79.82%42.75%
CMYK0.00%31.19%79.82%
57.25%

Color #6D4B16 in popluar number systems.

HEX6D4B16
Decimal1097522
Binary1101101100101110110
Octal15511326

Shades and tints

Shades of #6D4B16

#6D4B16
(109,75,22)
#644514
(100,69,20)
#5B3F12
(91,63,18)
#523910
(82,57,16)
#49330E
(73,51,14)
#402D0C
(64,45,12)
#37270A
(55,39,10)
#2E2108
(46,33,8)
#251B06
(37,27,6)
#1C1504
(28,21,4)
#130F02
(19,15,2)
#000000
(0,0,0)

Tints of #6D4B16

#6D4B16
(109,75,22)
#7A5B2B
(122,91,43)
#876B40
(135,107,64)
#947B55
(148,123,85)
#A18B6A
(161,139,106)
#AE9B7F
(174,155,127)
#BBAB94
(187,171,148)
#C8BBA9
(200,187,169)
#D5CBBE
(213,203,190)
#E2DBD3
(226,219,211)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4B16 color. Also use rgb(109,75,22) instead hex code.

Text Font Color

.myTextColor { color: #6D4B16; }

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

This text font color is #6D4B16.


Background Color

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

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

This div background color is #6D4B16.


Border color

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

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

This div border color is #6D4B16.


Opacity

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

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

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

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

This text has shadow with #6D4B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4B16 on black background.


Color preview on white background

This text has color #6D4B16 on white background.



Black color preview on #6D4B16 background

This text has black color on #6D4B16 background.


White color preview on #6D4B16 background

This text has white color on #6D4B16 background.