COLOR #6F5565

HEX: #6F5565
RGB: (111,85,101)

Color info

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

RGB color model

#6F5565 color RGB value is (111,85,101).

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

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 101 of 255 = 40%

111
85
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 101 = 297 (100%)
R 111 of 297 ~ 37.37%
G 85 of 297 ~ 28.62%
B 101 of 297 ~ 34.01%

%37.37
%28.62
%34.01

CMYK color model

#6F5565 color CMYK value is (0,23,9,56).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(0,23,9,56)
C0M23Y9K56 
(0%,23%,9%,56%)
(0.00/0.23/0.09/0.56)	

CMYK percentages

%0
%23.42
%9.01
%56.47

Codes

Color #6F5565 in popluar color models

6F5565
RGB11185101
HSL323°13.27%38.43%
HSB/HSV323°23.42%43.53%
CMYK0.00%23.42%9.01%
56.47%

Color #6F5565 in popluar number systems.

HEX6F5565
Decimal11185101
Binary110111110101011100101
Octal157125145

Shades and tints

Shades of #6F5565

#6F5565
(111,85,101)
#654E5C
(101,78,92)
#5B4753
(91,71,83)
#51404A
(81,64,74)
#473941
(71,57,65)
#3D3238
(61,50,56)
#332B2F
(51,43,47)
#292426
(41,36,38)
#1F1D1D
(31,29,29)
#151614
(21,22,20)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F5565

#6F5565
(111,85,101)
#7C6473
(124,100,115)
#897381
(137,115,129)
#96828F
(150,130,143)
#A3919D
(163,145,157)
#B0A0AB
(176,160,171)
#BDAFB9
(189,175,185)
#CABEC7
(202,190,199)
#D7CDD5
(215,205,213)
#E4DCE3
(228,220,227)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5565; }

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

This text font color is #6F5565.


Background Color

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

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

This div background color is #6F5565.


Border color

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

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

This div border color is #6F5565.


Opacity

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

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

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

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

This text has shadow with #6F5565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5565 on black background.


Color preview on white background

This text has color #6F5565 on white background.



Black color preview on #6F5565 background

This text has black color on #6F5565 background.


White color preview on #6F5565 background

This text has white color on #6F5565 background.