COLOR #6B3C1D

HEX: #6B3C1D
RGB: (107,60,29)

Color info

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

RGB color model

#6B3C1D color RGB value is (107,60,29).

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

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 29 of 255 = 11%

107
60
29

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

Portions of RGB colors in percentages

R + G + B =
107 + 60 + 29 = 196 (100%)
R 107 of 196 ~ 54.59%
G 60 of 196 ~ 30.61%
B 29 of 196 ~ 14.8%

%54.59
%30.61
%14.8

CMYK color model

#6B3C1D color CMYK value is (0,44,73,58).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 72.90%
  • key color value is 58.04%
CMYK:
(0,44,73,58)
C0M44Y73K58 
(0%,44%,73%,58%)
(0.00/0.44/0.73/0.58)	

CMYK percentages

%0
%43.93
%72.9
%58.04

Codes

Color #6B3C1D in popluar color models

6B3C1D
RGB1076029
HSL24°57.35%26.67%
HSB/HSV24°72.90%41.96%
CMYK0.00%43.93%72.90%
58.04%

Color #6B3C1D in popluar number systems.

HEX6B3C1D
Decimal1076029
Binary110101111110011101
Octal1537435

Shades and tints

Shades of #6B3C1D

#6B3C1D
(107,60,29)
#62371B
(98,55,27)
#593219
(89,50,25)
#502D17
(80,45,23)
#472815
(71,40,21)
#3E2313
(62,35,19)
#351E11
(53,30,17)
#2C190F
(44,25,15)
#23140D
(35,20,13)
#1A0F0B
(26,15,11)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B3C1D

#6B3C1D
(107,60,29)
#784D31
(120,77,49)
#855E45
(133,94,69)
#926F59
(146,111,89)
#9F806D
(159,128,109)
#AC9181
(172,145,129)
#B9A295
(185,162,149)
#C6B3A9
(198,179,169)
#D3C4BD
(211,196,189)
#E0D5D1
(224,213,209)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3C1D; }

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

This text font color is #6B3C1D.


Background Color

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

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

This div background color is #6B3C1D.


Border color

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

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

This div border color is #6B3C1D.


Opacity

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

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

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

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

This text has shadow with #6B3C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3C1D on black background.


Color preview on white background

This text has color #6B3C1D on white background.



Black color preview on #6B3C1D background

This text has black color on #6B3C1D background.


White color preview on #6B3C1D background

This text has white color on #6B3C1D background.