COLOR #6B5E51

HEX: #6B5E51
RGB: (107,94,81)

Color info

#6B5E51 contains red, green and blue colors in about the same proportion. Web safe color of #6B5E51 is #666666 (or #666).

RGB color model

#6B5E51 color RGB value is (107,94,81).

  • red value is 107;
  • green value is 94;
  • blue value is 81.
RGB:
(107,94,81)
(42%,37%,32%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 81 of 255 = 32%

107
94
81

R + G + B ~ 37%. #6B5E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 94 + 81 = 282 (100%)
R 107 of 282 ~ 37.94%
G 94 of 282 ~ 33.33%
B 81 of 282 ~ 28.72%

%37.94
%33.33
%28.72

CMYK color model

#6B5E51 color CMYK value is (0,12,24,58).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 24.30%
  • key color value is 58.04%
CMYK:
(0,12,24,58)
C0M12Y24K58 
(0%,12%,24%,58%)
(0.00/0.12/0.24/0.58)	

CMYK percentages

%0
%12.15
%24.3
%58.04

Codes

Color #6B5E51 in popluar color models

6B5E51
RGB1079481
HSL30°13.83%36.86%
HSB/HSV30°24.30%41.96%
CMYK0.00%12.15%24.30%
58.04%

Color #6B5E51 in popluar number systems.

HEX6B5E51
Decimal1079481
Binary110101110111101010001
Octal153136121

Shades and tints

Shades of #6B5E51

#6B5E51
(107,94,81)
#62564A
(98,86,74)
#594E43
(89,78,67)
#50463C
(80,70,60)
#473E35
(71,62,53)
#3E362E
(62,54,46)
#352E27
(53,46,39)
#2C2620
(44,38,32)
#231E19
(35,30,25)
#1A1612
(26,22,18)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B5E51

#6B5E51
(107,94,81)
#786C60
(120,108,96)
#857A6F
(133,122,111)
#92887E
(146,136,126)
#9F968D
(159,150,141)
#ACA49C
(172,164,156)
#B9B2AB
(185,178,171)
#C6C0BA
(198,192,186)
#D3CEC9
(211,206,201)
#E0DCD8
(224,220,216)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5E51 color. Also use rgb(107,94,81) instead hex code.

Text Font Color

.myTextColor { color: #6B5E51; }

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

This text font color is #6B5E51.


Background Color

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

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

This div background color is #6B5E51.


Border color

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

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

This div border color is #6B5E51.


Opacity

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

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

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

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

This text has shadow with #6B5E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5E51 on black background.


Color preview on white background

This text has color #6B5E51 on white background.



Black color preview on #6B5E51 background

This text has black color on #6B5E51 background.


White color preview on #6B5E51 background

This text has white color on #6B5E51 background.