COLOR #6B5755

HEX: #6B5755 RGB: (107,87,85)

Color info

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

RGB color model

#6B5755 color RGB value is (107,87,85).

RGB: (107,87,85) (42%, 34%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 85 of 255 = 33%

107
87
85

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

Portions of RGB colors in percentages

R + G + B = 107 + 87 + 85 = 279 (100%)
R 107 of 279 ~ 38.35%
G 87 of 279 ~ 31.18%
B 85 of 279 ~ 30.47'%

%38.35
%31.18
%30.47

CMYK color model

#6B5755 color CMYK value is (0,19,21,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 20.56%
  • key color value is 58.04%
CMYK: (0,19,21,58) C0M19Y21K58 (0%,19%,21%,58%) (0.00/0.19/0.21/0.58) 

CMYK percentages

%0
%18.69
%20.56
%58.04

Codes

Color #6B5755 in popluar color models

6B 57 55
RGB 107 87 85
HSL 11.46% 37.65%
HSB/HSV 20.56% 41.96%
CMYK 0.00% 18.69% 20.56%
58.04%

Color #6B5755 in popluar number systems.

HEX 6B 57 55
Decimal 107 87 85
Binary 1101011 1010111 1010101
Octal 153 127 125

Shades and tints

Shades of #6B5755

#6B5755
(107,87,85)
#62504E
(98,80,78)
#594947
(89,73,71)
#504240
(80,66,64)
#473B39
(71,59,57)
#3E3432
(62,52,50)
#352D2B
(53,45,43)
#2C2624
(44,38,36)
#231F1D
(35,31,29)
#1A1816
(26,24,22)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B5755

#6B5755
(107,87,85)
#786664
(120,102,100)
#857573
(133,117,115)
#928482
(146,132,130)
#9F9391
(159,147,145)
#ACA2A0
(172,162,160)
#B9B1AF
(185,177,175)
#C6C0BE
(198,192,190)
#D3CFCD
(211,207,205)
#E0DEDC
(224,222,220)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5755; }

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

This text font color is #6B5755.

Background Color

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

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

This div background color is #6B5755.

Border color

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

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

This div border color is #6B5755.

Opacity

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

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

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

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

This text has shadow with #6B5755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5755.

Preview

Color preview on black background

This text has color #6B5755 on black background.


Color preview on white background

This text has color #6B5755 on white background.


Black color preview on #6B5755 background

This text has black color on #6B5755 background.


White color preview on #6B5755 background

This text has white color on #6B5755 background.


Related colors

Complementary color

Complementary color for #hex is #94A8AA.


I love getcolorcode.com

Triadic colors

1 #556B57 and #57556B with #6B5755 are triadic colors.

2 #55576B and #576B55 with #6B5755 are triadic colors.