COLOR #6B4846

HEX: #6B4846
RGB: (107,72,70)

Color info

#6B4846 contains red, green and blue colors in about the same proportion. Web safe color of #6B4846 is #663333 (or #633).

RGB color model

#6B4846 color RGB value is (107,72,70).

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

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 70 of 255 = 27%

107
72
70

R + G + B ~ 32%. #6B4846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 70 = 249 (100%)
R 107 of 249 ~ 42.97%
G 72 of 249 ~ 28.92%
B 70 of 249 ~ 28.11%

%42.97
%28.92
%28.11

CMYK color model

#6B4846 color CMYK value is (0,33,35,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,33,35,58)
C0M33Y35K58 
(0%,33%,35%,58%)
(0.00/0.33/0.35/0.58)	

CMYK percentages

%0
%32.71
%34.58
%58.04

Codes

Color #6B4846 in popluar color models

6B4846
RGB1077270
HSL20.90%34.71%
HSB/HSV34.58%41.96%
CMYK0.00%32.71%34.58%
58.04%

Color #6B4846 in popluar number systems.

HEX6B4846
Decimal1077270
Binary110101110010001000110
Octal153110106

Shades and tints

Shades of #6B4846

#6B4846
(107,72,70)
#624240
(98,66,64)
#593C3A
(89,60,58)
#503634
(80,54,52)
#47302E
(71,48,46)
#3E2A28
(62,42,40)
#352422
(53,36,34)
#2C1E1C
(44,30,28)
#231816
(35,24,22)
#1A1210
(26,18,16)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B4846

#6B4846
(107,72,70)
#785856
(120,88,86)
#856866
(133,104,102)
#927876
(146,120,118)
#9F8886
(159,136,134)
#AC9896
(172,152,150)
#B9A8A6
(185,168,166)
#C6B8B6
(198,184,182)
#D3C8C6
(211,200,198)
#E0D8D6
(224,216,214)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4846; }

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

This text font color is #6B4846.


Background Color

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

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

This div background color is #6B4846.


Border color

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

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

This div border color is #6B4846.


Opacity

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

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

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

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

This text has shadow with #6B4846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4846 on black background.


Color preview on white background

This text has color #6B4846 on white background.



Black color preview on #6B4846 background

This text has black color on #6B4846 background.


White color preview on #6B4846 background

This text has white color on #6B4846 background.