COLOR #6B5546

HEX: #6B5546
RGB: (107,85,70)

Color info

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

RGB color model

#6B5546 color RGB value is (107,85,70).

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

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 70 of 255 = 27%

107
85
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 70 = 262 (100%)
R 107 of 262 ~ 40.84%
G 85 of 262 ~ 32.44%
B 70 of 262 ~ 26.72%

%40.84
%32.44
%26.72

CMYK color model

#6B5546 color CMYK value is (0,21,35,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,21,35,58)
C0M21Y35K58 
(0%,21%,35%,58%)
(0.00/0.21/0.35/0.58)	

CMYK percentages

%0
%20.56
%34.58
%58.04

Codes

Color #6B5546 in popluar color models

6B5546
RGB1078570
HSL24°20.90%34.71%
HSB/HSV24°34.58%41.96%
CMYK0.00%20.56%34.58%
58.04%

Color #6B5546 in popluar number systems.

HEX6B5546
Decimal1078570
Binary110101110101011000110
Octal153125106

Shades and tints

Shades of #6B5546

#6B5546
(107,85,70)
#624E40
(98,78,64)
#59473A
(89,71,58)
#504034
(80,64,52)
#47392E
(71,57,46)
#3E3228
(62,50,40)
#352B22
(53,43,34)
#2C241C
(44,36,28)
#231D16
(35,29,22)
#1A1610
(26,22,16)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #6B5546

#6B5546
(107,85,70)
#786456
(120,100,86)
#857366
(133,115,102)
#928276
(146,130,118)
#9F9186
(159,145,134)
#ACA096
(172,160,150)
#B9AFA6
(185,175,166)
#C6BEB6
(198,190,182)
#D3CDC6
(211,205,198)
#E0DCD6
(224,220,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5546; }

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

This text font color is #6B5546.


Background Color

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

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

This div background color is #6B5546.


Border color

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

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

This div border color is #6B5546.


Opacity

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

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

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

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

This text has shadow with #6B5546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5546 on black background.


Color preview on white background

This text has color #6B5546 on white background.



Black color preview on #6B5546 background

This text has black color on #6B5546 background.


White color preview on #6B5546 background

This text has white color on #6B5546 background.