COLOR #6B5751

HEX: #6B5751 RGB: (107,87,81)

Color info

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

RGB color model

#6B5751 color RGB value is (107,87,81).

RGB: (107,87,81) (42%, 34%, 32%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 81 of 255 = 32%

107
87
81

R + G + B ~ 36%. #6B5751 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 87 + 81 = 275 (100%)
R 107 of 275 ~ 38.91%
G 87 of 275 ~ 31.64%
B 81 of 275 ~ 29.45'%

%38.91
%31.64
%29.45

CMYK color model

#6B5751 color CMYK value is (0,19,24,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 24.30%
  • key color value is 58.04%

CMYK: (0,19,24,58)
C0M19Y24K58 (0%, 19%, 24%, 58%)
(0.00 / 0.19 / 0.24 / 0.58)

CMYK percentages

%0
%18.69
%24.3
%58.04

Codes

Color #6B5751 in popluar color models

6B 57 51
RGB 107 87 81
HSL 14° 13.83% 36.86%
HSB/HSV 14° 24.30% 41.96%
CMYK 0.00% 18.69% 24.30%
58.04%

Color #6B5751 in popluar number systems.

HEX 6B 57 51
Decimal 107 87 81
Binary 1101011 1010111 1010001
Octal 153 127 121

Shades and tints

Shades of #6B5751

#6B5751
(107,87,81)
#62504A
(98,80,74)
#594943
(89,73,67)
#50423C
(80,66,60)
#473B35
(71,59,53)
#3E342E
(62,52,46)
#352D27
(53,45,39)
#2C2620
(44,38,32)
#231F19
(35,31,25)
#1A1812
(26,24,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B5751

#6B5751
(107,87,81)
#786660
(120,102,96)
#85756F
(133,117,111)
#92847E
(146,132,126)
#9F938D
(159,147,141)
#ACA29C
(172,162,156)
#B9B1AB
(185,177,171)
#C6C0BA
(198,192,186)
#D3CFC9
(211,207,201)
#E0DED8
(224,222,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5751; }

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

This text font color is #6B5751.

Background Color

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

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

This div background color is #6B5751.

Border color

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

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

This div border color is #6B5751.

Opacity

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

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

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

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

This text has shadow with #6B5751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5751.

Preview

Color preview on black background

This text has color #6B5751 on black background.


Color preview on white background

This text has color #6B5751 on white background.


Black color preview on #6B5751 background

This text has black color on #6B5751 background.


White color preview on #6B5751 background

This text has white color on #6B5751 background.


Related colors

Complementary color

Complementary color for #hex is #94A8AE.


I love getcolorcode.com

Triadic colors

1 #516B57 and #57516B with #6B5751 are triadic colors.

2 #51576B and #576B51 with #6B5751 are triadic colors.