COLOR #6B461D

HEX: #6B461D
RGB: (107,70,29)

Color info

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

RGB color model

#6B461D color RGB value is (107,70,29).

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

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 29 of 255 = 11%

107
70
29

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

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 29 = 206 (100%)
R 107 of 206 ~ 51.94%
G 70 of 206 ~ 33.98%
B 29 of 206 ~ 14.08%

%51.94
%33.98
%14.08

CMYK color model

#6B461D color CMYK value is (0,35,73,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 72.90%
  • key color value is 58.04%
CMYK:
(0,35,73,58)
C0M35Y73K58 
(0%,35%,73%,58%)
(0.00/0.35/0.73/0.58)	

CMYK percentages

%0
%34.58
%72.9
%58.04

Codes

Color #6B461D in popluar color models

6B461D
RGB1077029
HSL32°57.35%26.67%
HSB/HSV32°72.90%41.96%
CMYK0.00%34.58%72.90%
58.04%

Color #6B461D in popluar number systems.

HEX6B461D
Decimal1077029
Binary1101011100011011101
Octal15310635

Shades and tints

Shades of #6B461D

#6B461D
(107,70,29)
#62401B
(98,64,27)
#593A19
(89,58,25)
#503417
(80,52,23)
#472E15
(71,46,21)
#3E2813
(62,40,19)
#352211
(53,34,17)
#2C1C0F
(44,28,15)
#23160D
(35,22,13)
#1A100B
(26,16,11)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B461D

#6B461D
(107,70,29)
#785631
(120,86,49)
#856645
(133,102,69)
#927659
(146,118,89)
#9F866D
(159,134,109)
#AC9681
(172,150,129)
#B9A695
(185,166,149)
#C6B6A9
(198,182,169)
#D3C6BD
(211,198,189)
#E0D6D1
(224,214,209)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B461D; }

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

This text font color is #6B461D.


Background Color

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

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

This div background color is #6B461D.


Border color

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

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

This div border color is #6B461D.


Opacity

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

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

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

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

This text has shadow with #6B461D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B461D on black background.


Color preview on white background

This text has color #6B461D on white background.



Black color preview on #6B461D background

This text has black color on #6B461D background.


White color preview on #6B461D background

This text has white color on #6B461D background.