COLOR #6B3116

HEX: #6B3116
RGB: (107,49,22)

Color info

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

RGB color model

#6B3116 color RGB value is (107,49,22).

  • red value is 107;
  • green value is 49;
  • blue value is 22.
RGB:
(107,49,22)
(42%,19%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 49 of 255 = 19%
B 22 of 255 = 9%

107
49
22

R + G + B ~ 23%. #6B3116 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 49 + 22 = 178 (100%)
R 107 of 178 ~ 60.11%
G 49 of 178 ~ 27.53%
B 22 of 178 ~ 12.36%

%60.11
%27.53
%12.36

CMYK color model

#6B3116 color CMYK value is (0,54,79,58).

  • cyan value is 0.00%
  • magenta value is 54.21%
  • yellow value is 79.44%
  • key color value is 58.04%
CMYK:
(0,54,79,58)
C0M54Y79K58 
(0%,54%,79%,58%)
(0.00/0.54/0.79/0.58)	

CMYK percentages

%0
%54.21
%79.44
%58.04

Codes

Color #6B3116 in popluar color models

6B3116
RGB1074922
HSL19°65.89%25.29%
HSB/HSV19°79.44%41.96%
CMYK0.00%54.21%79.44%
58.04%

Color #6B3116 in popluar number systems.

HEX6B3116
Decimal1074922
Binary110101111000110110
Octal1536126

Shades and tints

Shades of #6B3116

#6B3116
(107,49,22)
#622D14
(98,45,20)
#592912
(89,41,18)
#502510
(80,37,16)
#47210E
(71,33,14)
#3E1D0C
(62,29,12)
#35190A
(53,25,10)
#2C1508
(44,21,8)
#231106
(35,17,6)
#1A0D04
(26,13,4)
#110902
(17,9,2)
#000000
(0,0,0)

Tints of #6B3116

#6B3116
(107,49,22)
#78432B
(120,67,43)
#855540
(133,85,64)
#926755
(146,103,85)
#9F796A
(159,121,106)
#AC8B7F
(172,139,127)
#B99D94
(185,157,148)
#C6AFA9
(198,175,169)
#D3C1BE
(211,193,190)
#E0D3D3
(224,211,211)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3116 color. Also use rgb(107,49,22) instead hex code.

Text Font Color

.myTextColor { color: #6B3116; }

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

This text font color is #6B3116.


Background Color

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

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

This div background color is #6B3116.


Border color

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

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

This div border color is #6B3116.


Opacity

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

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

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

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

This text has shadow with #6B3116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3116 on black background.


Color preview on white background

This text has color #6B3116 on white background.



Black color preview on #6B3116 background

This text has black color on #6B3116 background.


White color preview on #6B3116 background

This text has white color on #6B3116 background.