COLOR #6B6B56

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

Color info

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

RGB color model

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

  • red value is 107;
  • green value is 107;
  • blue value is 86.
RGB:
(107,107,86)
(42%,42%,34%)

RGB channels and saturation

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

107
107
86

R + G + B ~ 39%. #6B6B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 107 + 86 = 300 (100%)
R 107 of 300 ~ 35.67%
G 107 of 300 ~ 35.67%
B 86 of 300 ~ 28.67%

%35.67
%35.67
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 58.04%
CMYK:
(0,0,20,58)
C0M0Y20K58 
(0%,0%,20%,58%)
(0.00/0.00/0.20/0.58)	

CMYK percentages

%0
%0
%19.63
%58.04

Codes

Color #6B6B56 in popluar color models

6B6B56
RGB10710786
HSL60°10.88%37.84%
HSB/HSV60°19.63%41.96%
CMYK0.00%0.00%19.63%
58.04%

Color #6B6B56 in popluar number systems.

HEX6B6B56
Decimal10710786
Binary110101111010111010110
Octal153153126

Shades and tints

Shades of #6B6B56

#6B6B56
(107,107,86)
#62624F
(98,98,79)
#595948
(89,89,72)
#505041
(80,80,65)
#47473A
(71,71,58)
#3E3E33
(62,62,51)
#35352C
(53,53,44)
#2C2C25
(44,44,37)
#23231E
(35,35,30)
#1A1A17
(26,26,23)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B6B56

#6B6B56
(107,107,86)
#787865
(120,120,101)
#858574
(133,133,116)
#929283
(146,146,131)
#9F9F92
(159,159,146)
#ACACA1
(172,172,161)
#B9B9B0
(185,185,176)
#C6C6BF
(198,198,191)
#D3D3CE
(211,211,206)
#E0E0DD
(224,224,221)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B56; }

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

This text font color is #6B6B56.


Background Color

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

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

This div background color is #6B6B56.


Border color

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

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

This div border color is #6B6B56.


Opacity

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

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

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

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

This text has shadow with #6B6B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6B56 on black background.


Color preview on white background

This text has color #6B6B56 on white background.



Black color preview on #6B6B56 background

This text has black color on #6B6B56 background.


White color preview on #6B6B56 background

This text has white color on #6B6B56 background.