COLOR #6B555D

HEX: #6B555D RGB: (107,85,93)

Color info

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

RGB color model

#6B555D color RGB value is (107,85,93).

RGB: (107,85,93) (42%, 33%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 93 of 255 = 36%

107
85
93

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

Portions of RGB colors in percentages

R + G + B = 107 + 85 + 93 = 285 (100%)
R 107 of 285 ~ 37.54%
G 85 of 285 ~ 29.82%
B 93 of 285 ~ 32.63'%

%37.54
%29.82
%32.63

CMYK color model

#6B555D color CMYK value is (0,21,13,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 13.08%
  • key color value is 58.04%

CMYK: (0,21,13,58)
C0M21Y13K58 (0%, 21%, 13%, 58%)
(0.00 / 0.21 / 0.13 / 0.58)

CMYK percentages

%0
%20.56
%13.08
%58.04

Codes

Color #6B555D in popluar color models

6B 55 5D
RGB 107 85 93
HSL 338° 11.46% 37.65%
HSB/HSV 338° 20.56% 41.96%
CMYK 0.00% 20.56% 13.08%
58.04%

Color #6B555D in popluar number systems.

HEX 6B 55 5D
Decimal 107 85 93
Binary 1101011 1010101 1011101
Octal 153 125 135

Shades and tints

Shades of #6B555D

#6B555D
(107,85,93)
#624E55
(98,78,85)
#59474D
(89,71,77)
#504045
(80,64,69)
#47393D
(71,57,61)
#3E3235
(62,50,53)
#352B2D
(53,43,45)
#2C2425
(44,36,37)
#231D1D
(35,29,29)
#1A1615
(26,22,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B555D

#6B555D
(107,85,93)
#78646B
(120,100,107)
#857379
(133,115,121)
#928287
(146,130,135)
#9F9195
(159,145,149)
#ACA0A3
(172,160,163)
#B9AFB1
(185,175,177)
#C6BEBF
(198,190,191)
#D3CDCD
(211,205,205)
#E0DCDB
(224,220,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B555D; }

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

This text font color is #6B555D.

Background Color

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

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

This div background color is #6B555D.

Border color

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

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

This div border color is #6B555D.

Opacity

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

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

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

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

This text has shadow with #6B555D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B555D.

Preview

Color preview on black background

This text has color #6B555D on black background.


Color preview on white background

This text has color #6B555D on white background.


Black color preview on #6B555D background

This text has black color on #6B555D background.


White color preview on #6B555D background

This text has white color on #6B555D background.


Related colors

Complementary color

Complementary color for #hex is #94AAA2.


I love getcolorcode.com

Triadic colors

1 #5D6B55 and #555D6B with #6B555D are triadic colors.

2 #5D556B and #556B5D with #6B555D are triadic colors.