COLOR #6B5656

HEX: #6B5656 RGB: (107,86,86)

Color info

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

RGB color model

#6B5656 color RGB value is (107,86,86).

RGB: (107,86,86) (42%, 34%, 34%)

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 86 of 255 = 34%

107
86
86

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

Portions of RGB colors in percentages

R + G + B = 107 + 86 + 86 = 279 (100%)
R 107 of 279 ~ 38.35%
G 86 of 279 ~ 30.82%
B 86 of 279 ~ 30.82'%

%38.35
%30.82
%30.82

CMYK color model

#6B5656 color CMYK value is (0,20,20,58).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 19.63%
  • key color value is 58.04%

CMYK: (0,20,20,58)
C0M20Y20K58 (0%, 20%, 20%, 58%)
(0.00 / 0.20 / 0.20 / 0.58)

CMYK percentages

%0
%19.63
%19.63
%58.04

Codes

Color #6B5656 in popluar color models

6B 56 56
RGB 107 86 86
HSL 10.88% 37.84%
HSB/HSV 19.63% 41.96%
CMYK 0.00% 19.63% 19.63%
58.04%

Color #6B5656 in popluar number systems.

HEX 6B 56 56
Decimal 107 86 86
Binary 1101011 1010110 1010110
Octal 153 126 126

Shades and tints

Shades of #6B5656

#6B5656
(107,86,86)
#624F4F
(98,79,79)
#594848
(89,72,72)
#504141
(80,65,65)
#473A3A
(71,58,58)
#3E3333
(62,51,51)
#352C2C
(53,44,44)
#2C2525
(44,37,37)
#231E1E
(35,30,30)
#1A1717
(26,23,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #6B5656

#6B5656
(107,86,86)
#786565
(120,101,101)
#857474
(133,116,116)
#928383
(146,131,131)
#9F9292
(159,146,146)
#ACA1A1
(172,161,161)
#B9B0B0
(185,176,176)
#C6BFBF
(198,191,191)
#D3CECE
(211,206,206)
#E0DDDD
(224,221,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5656; }

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

This text font color is #6B5656.

Background Color

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

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

This div background color is #6B5656.

Border color

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

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

This div border color is #6B5656.

Opacity

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

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

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

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

This text has shadow with #6B5656 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5656.

Preview

Color preview on black background

This text has color #6B5656 on black background.


Color preview on white background

This text has color #6B5656 on white background.


Black color preview on #6B5656 background

This text has black color on #6B5656 background.


White color preview on #6B5656 background

This text has white color on #6B5656 background.


Related colors

Complementary color

Complementary color for #hex is #94A9A9.


I love getcolorcode.com