COLOR #6B5549

HEX: #6B5549
RGB: (107,85,73)

Color info

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

RGB color model

#6B5549 color RGB value is (107,85,73).

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

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 73 of 255 = 29%

107
85
73

R + G + B ~ 35%. #6B5549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 73 = 265 (100%)
R 107 of 265 ~ 40.38%
G 85 of 265 ~ 32.08%
B 73 of 265 ~ 27.55%

%40.38
%32.08
%27.55

CMYK color model

#6B5549 color CMYK value is (0,21,32,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,21,32,58)
C0M21Y32K58 
(0%,21%,32%,58%)
(0.00/0.21/0.32/0.58)	

CMYK percentages

%0
%20.56
%31.78
%58.04

Codes

Color #6B5549 in popluar color models

6B5549
RGB1078573
HSL21°18.89%35.29%
HSB/HSV21°31.78%41.96%
CMYK0.00%20.56%31.78%
58.04%

Color #6B5549 in popluar number systems.

HEX6B5549
Decimal1078573
Binary110101110101011001001
Octal153125111

Shades and tints

Shades of #6B5549

#6B5549
(107,85,73)
#624E43
(98,78,67)
#59473D
(89,71,61)
#504037
(80,64,55)
#473931
(71,57,49)
#3E322B
(62,50,43)
#352B25
(53,43,37)
#2C241F
(44,36,31)
#231D19
(35,29,25)
#1A1613
(26,22,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B5549

#6B5549
(107,85,73)
#786459
(120,100,89)
#857369
(133,115,105)
#928279
(146,130,121)
#9F9189
(159,145,137)
#ACA099
(172,160,153)
#B9AFA9
(185,175,169)
#C6BEB9
(198,190,185)
#D3CDC9
(211,205,201)
#E0DCD9
(224,220,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5549; }

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

This text font color is #6B5549.


Background Color

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

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

This div background color is #6B5549.


Border color

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

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

This div border color is #6B5549.


Opacity

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

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

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

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

This text has shadow with #6B5549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5549 on black background.


Color preview on white background

This text has color #6B5549 on white background.



Black color preview on #6B5549 background

This text has black color on #6B5549 background.


White color preview on #6B5549 background

This text has white color on #6B5549 background.