COLOR #6B5646

HEX: #6B5646
RGB: (107,86,70)

Color info

#6B5646 contains red, green and blue colors in about the same proportion. Web safe color of #6B5646 is #666633 (or #663).

RGB color model

#6B5646 color RGB value is (107,86,70).

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

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 70 of 255 = 27%

107
86
70

R + G + B ~ 34%. #6B5646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 70 = 263 (100%)
R 107 of 263 ~ 40.68%
G 86 of 263 ~ 32.7%
B 70 of 263 ~ 26.62%

%40.68
%32.7
%26.62

CMYK color model

#6B5646 color CMYK value is (0,20,35,58).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,20,35,58)
C0M20Y35K58 
(0%,20%,35%,58%)
(0.00/0.20/0.35/0.58)	

CMYK percentages

%0
%19.63
%34.58
%58.04

Codes

Color #6B5646 in popluar color models

6B5646
RGB1078670
HSL26°20.90%34.71%
HSB/HSV26°34.58%41.96%
CMYK0.00%19.63%34.58%
58.04%

Color #6B5646 in popluar number systems.

HEX6B5646
Decimal1078670
Binary110101110101101000110
Octal153126106

Shades and tints

Shades of #6B5646

#6B5646
(107,86,70)
#624F40
(98,79,64)
#59483A
(89,72,58)
#504134
(80,65,52)
#473A2E
(71,58,46)
#3E3328
(62,51,40)
#352C22
(53,44,34)
#2C251C
(44,37,28)
#231E16
(35,30,22)
#1A1710
(26,23,16)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #6B5646

#6B5646
(107,86,70)
#786556
(120,101,86)
#857466
(133,116,102)
#928376
(146,131,118)
#9F9286
(159,146,134)
#ACA196
(172,161,150)
#B9B0A6
(185,176,166)
#C6BFB6
(198,191,182)
#D3CEC6
(211,206,198)
#E0DDD6
(224,221,214)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5646; }

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

This text font color is #6B5646.


Background Color

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

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

This div background color is #6B5646.


Border color

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

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

This div border color is #6B5646.


Opacity

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

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

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

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

This text has shadow with #6B5646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5646 on black background.


Color preview on white background

This text has color #6B5646 on white background.



Black color preview on #6B5646 background

This text has black color on #6B5646 background.


White color preview on #6B5646 background

This text has white color on #6B5646 background.