COLOR #6B5565

HEX: #6B5565
RGB: (107,85,101)

Color info

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

RGB color model

#6B5565 color RGB value is (107,85,101).

  • red value is 107;
  • green value is 85;
  • blue value is 101.
RGB:
(107,85,101)
(42%,33%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 101 of 255 = 40%

107
85
101

R + G + B ~ 38%. #6B5565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 101 = 293 (100%)
R 107 of 293 ~ 36.52%
G 85 of 293 ~ 29.01%
B 101 of 293 ~ 34.47%

%36.52
%29.01
%34.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(0,21,6,58)
C0M21Y6K58 
(0%,21%,6%,58%)
(0.00/0.21/0.06/0.58)	

CMYK percentages

%0
%20.56
%5.61
%58.04

Codes

Color #6B5565 in popluar color models

6B5565
RGB10785101
HSL316°11.46%37.65%
HSB/HSV316°20.56%41.96%
CMYK0.00%20.56%5.61%
58.04%

Color #6B5565 in popluar number systems.

HEX6B5565
Decimal10785101
Binary110101110101011100101
Octal153125145

Shades and tints

Shades of #6B5565

#6B5565
(107,85,101)
#624E5C
(98,78,92)
#594753
(89,71,83)
#50404A
(80,64,74)
#473941
(71,57,65)
#3E3238
(62,50,56)
#352B2F
(53,43,47)
#2C2426
(44,36,38)
#231D1D
(35,29,29)
#1A1614
(26,22,20)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B5565

#6B5565
(107,85,101)
#786473
(120,100,115)
#857381
(133,115,129)
#92828F
(146,130,143)
#9F919D
(159,145,157)
#ACA0AB
(172,160,171)
#B9AFB9
(185,175,185)
#C6BEC7
(198,190,199)
#D3CDD5
(211,205,213)
#E0DCE3
(224,220,227)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5565; }

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

This text font color is #6B5565.


Background Color

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

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

This div background color is #6B5565.


Border color

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

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

This div border color is #6B5565.


Opacity

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

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

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

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

This text has shadow with #6B5565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5565 on black background.


Color preview on white background

This text has color #6B5565 on white background.



Black color preview on #6B5565 background

This text has black color on #6B5565 background.


White color preview on #6B5565 background

This text has white color on #6B5565 background.