COLOR #6B411D

HEX: #6B411D
RGB: (107,65,29)

Color info

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

RGB color model

#6B411D color RGB value is (107,65,29).

  • red value is 107;
  • green value is 65;
  • blue value is 29.
RGB:
(107,65,29)
(42%,25%,11%)

RGB channels and saturation

R 107 of 255 = 42%
G 65 of 255 = 25%
B 29 of 255 = 11%

107
65
29

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

Portions of RGB colors in percentages

R + G + B =
107 + 65 + 29 = 201 (100%)
R 107 of 201 ~ 53.23%
G 65 of 201 ~ 32.34%
B 29 of 201 ~ 14.43%

%53.23
%32.34
%14.43

CMYK color model

#6B411D color CMYK value is (0,39,73,58).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 72.90%
  • key color value is 58.04%
CMYK:
(0,39,73,58)
C0M39Y73K58 
(0%,39%,73%,58%)
(0.00/0.39/0.73/0.58)	

CMYK percentages

%0
%39.25
%72.9
%58.04

Codes

Color #6B411D in popluar color models

6B411D
RGB1076529
HSL28°57.35%26.67%
HSB/HSV28°72.90%41.96%
CMYK0.00%39.25%72.90%
58.04%

Color #6B411D in popluar number systems.

HEX6B411D
Decimal1076529
Binary1101011100000111101
Octal15310135

Shades and tints

Shades of #6B411D

#6B411D
(107,65,29)
#623C1B
(98,60,27)
#593719
(89,55,25)
#503217
(80,50,23)
#472D15
(71,45,21)
#3E2813
(62,40,19)
#352311
(53,35,17)
#2C1E0F
(44,30,15)
#23190D
(35,25,13)
#1A140B
(26,20,11)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #6B411D

#6B411D
(107,65,29)
#785231
(120,82,49)
#856345
(133,99,69)
#927459
(146,116,89)
#9F856D
(159,133,109)
#AC9681
(172,150,129)
#B9A795
(185,167,149)
#C6B8A9
(198,184,169)
#D3C9BD
(211,201,189)
#E0DAD1
(224,218,209)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B411D color. Also use rgb(107,65,29) instead hex code.

Text Font Color

.myTextColor { color: #6B411D; }

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

This text font color is #6B411D.


Background Color

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

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

This div background color is #6B411D.


Border color

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

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

This div border color is #6B411D.


Opacity

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

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

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

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

This text has shadow with #6B411D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B411D on black background.


Color preview on white background

This text has color #6B411D on white background.



Black color preview on #6B411D background

This text has black color on #6B411D background.


White color preview on #6B411D background

This text has white color on #6B411D background.