COLOR #6B5963

HEX: #6B5963
RGB: (107,89,99)

Color info

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

RGB color model

#6B5963 color RGB value is (107,89,99).

  • red value is 107;
  • green value is 89;
  • blue value is 99.
RGB:
(107,89,99)
(42%,35%,39%)

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 99 of 255 = 39%

107
89
99

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 99 = 295 (100%)
R 107 of 295 ~ 36.27%
G 89 of 295 ~ 30.17%
B 99 of 295 ~ 33.56%

%36.27
%30.17
%33.56

CMYK color model

#6B5963 color CMYK value is (0,17,7,58).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(0,17,7,58)
C0M17Y7K58 
(0%,17%,7%,58%)
(0.00/0.17/0.07/0.58)	

CMYK percentages

%0
%16.82
%7.48
%58.04

Codes

Color #6B5963 in popluar color models

6B5963
RGB1078999
HSL327°9.18%38.43%
HSB/HSV327°16.82%41.96%
CMYK0.00%16.82%7.48%
58.04%

Color #6B5963 in popluar number systems.

HEX6B5963
Decimal1078999
Binary110101110110011100011
Octal153131143

Shades and tints

Shades of #6B5963

#6B5963
(107,89,99)
#62515A
(98,81,90)
#594951
(89,73,81)
#504148
(80,65,72)
#47393F
(71,57,63)
#3E3136
(62,49,54)
#35292D
(53,41,45)
#2C2124
(44,33,36)
#23191B
(35,25,27)
#1A1112
(26,17,18)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #6B5963

#6B5963
(107,89,99)
#786871
(120,104,113)
#85777F
(133,119,127)
#92868D
(146,134,141)
#9F959B
(159,149,155)
#ACA4A9
(172,164,169)
#B9B3B7
(185,179,183)
#C6C2C5
(198,194,197)
#D3D1D3
(211,209,211)
#E0E0E1
(224,224,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5963; }

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

This text font color is #6B5963.


Background Color

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

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

This div background color is #6B5963.


Border color

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

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

This div border color is #6B5963.


Opacity

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

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

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

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

This text has shadow with #6B5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5963 on black background.


Color preview on white background

This text has color #6B5963 on white background.



Black color preview on #6B5963 background

This text has black color on #6B5963 background.


White color preview on #6B5963 background

This text has white color on #6B5963 background.