COLOR #6B5E60

HEX: #6B5E60
RGB: (107,94,96)

Color info

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

RGB color model

#6B5E60 color RGB value is (107,94,96).

  • red value is 107;
  • green value is 94;
  • blue value is 96.
RGB:
(107,94,96)
(42%,37%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 96 of 255 = 38%

107
94
96

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

Portions of RGB colors in percentages

R + G + B =
107 + 94 + 96 = 297 (100%)
R 107 of 297 ~ 36.03%
G 94 of 297 ~ 31.65%
B 96 of 297 ~ 32.32%

%36.03
%31.65
%32.32

CMYK color model

#6B5E60 color CMYK value is (0,12,10,58).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(0,12,10,58)
C0M12Y10K58 
(0%,12%,10%,58%)
(0.00/0.12/0.10/0.58)	

CMYK percentages

%0
%12.15
%10.28
%58.04

Codes

Color #6B5E60 in popluar color models

6B5E60
RGB1079496
HSL351°6.47%39.41%
HSB/HSV351°12.15%41.96%
CMYK0.00%12.15%10.28%
58.04%

Color #6B5E60 in popluar number systems.

HEX6B5E60
Decimal1079496
Binary110101110111101100000
Octal153136140

Shades and tints

Shades of #6B5E60

#6B5E60
(107,94,96)
#625658
(98,86,88)
#594E50
(89,78,80)
#504648
(80,70,72)
#473E40
(71,62,64)
#3E3638
(62,54,56)
#352E30
(53,46,48)
#2C2628
(44,38,40)
#231E20
(35,30,32)
#1A1618
(26,22,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B5E60

#6B5E60
(107,94,96)
#786C6E
(120,108,110)
#857A7C
(133,122,124)
#92888A
(146,136,138)
#9F9698
(159,150,152)
#ACA4A6
(172,164,166)
#B9B2B4
(185,178,180)
#C6C0C2
(198,192,194)
#D3CED0
(211,206,208)
#E0DCDE
(224,220,222)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5E60; }

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

This text font color is #6B5E60.


Background Color

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

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

This div background color is #6B5E60.


Border color

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

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

This div border color is #6B5E60.


Opacity

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

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

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

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

This text has shadow with #6B5E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5E60 on black background.


Color preview on white background

This text has color #6B5E60 on white background.



Black color preview on #6B5E60 background

This text has black color on #6B5E60 background.


White color preview on #6B5E60 background

This text has white color on #6B5E60 background.