COLOR #6F3656

HEX: #6F3656
RGB: (111,54,86)

Color info

#6F3656 contains red, green and blue colors in about the same proportion. Web safe color of #6F3656 is #663366 (or #636).

RGB color model

#6F3656 color RGB value is (111,54,86).

  • red value is 111;
  • green value is 54;
  • blue value is 86.
RGB:
(111,54,86)
(44%,21%,34%)

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 86 of 255 = 34%

111
54
86

R + G + B ~ 33%. #6F3656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 86 = 251 (100%)
R 111 of 251 ~ 44.22%
G 54 of 251 ~ 21.51%
B 86 of 251 ~ 34.26%

%44.22
%21.51
%34.26

CMYK color model

#6F3656 color CMYK value is (0,51,23,56).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK:
(0,51,23,56)
C0M51Y23K56 
(0%,51%,23%,56%)
(0.00/0.51/0.23/0.56)	

CMYK percentages

%0
%51.35
%22.52
%56.47

Codes

Color #6F3656 in popluar color models

6F3656
RGB1115486
HSL326°34.55%32.35%
HSB/HSV326°51.35%43.53%
CMYK0.00%51.35%22.52%
56.47%

Color #6F3656 in popluar number systems.

HEX6F3656
Decimal1115486
Binary11011111101101010110
Octal15766126

Shades and tints

Shades of #6F3656

#6F3656
(111,54,86)
#65324F
(101,50,79)
#5B2E48
(91,46,72)
#512A41
(81,42,65)
#47263A
(71,38,58)
#3D2233
(61,34,51)
#331E2C
(51,30,44)
#291A25
(41,26,37)
#1F161E
(31,22,30)
#151217
(21,18,23)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #6F3656

#6F3656
(111,54,86)
#7C4865
(124,72,101)
#895A74
(137,90,116)
#966C83
(150,108,131)
#A37E92
(163,126,146)
#B090A1
(176,144,161)
#BDA2B0
(189,162,176)
#CAB4BF
(202,180,191)
#D7C6CE
(215,198,206)
#E4D8DD
(228,216,221)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3656; }

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

This text font color is #6F3656.


Background Color

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

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

This div background color is #6F3656.


Border color

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

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

This div border color is #6F3656.


Opacity

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

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

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

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

This text has shadow with #6F3656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3656 on black background.


Color preview on white background

This text has color #6F3656 on white background.



Black color preview on #6F3656 background

This text has black color on #6F3656 background.


White color preview on #6F3656 background

This text has white color on #6F3656 background.