COLOR #6F4656

HEX: #6F4656
RGB: (111,70,86)

Color info

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

RGB color model

#6F4656 color RGB value is (111,70,86).

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

RGB channels and saturation

R 111 of 255 = 44%
G 70 of 255 = 27%
B 86 of 255 = 34%

111
70
86

R + G + B ~ 35%. #6F4656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 70 + 86 = 267 (100%)
R 111 of 267 ~ 41.57%
G 70 of 267 ~ 26.22%
B 86 of 267 ~ 32.21%

%41.57
%26.22
%32.21

CMYK color model

#6F4656 color CMYK value is (0,37,23,56).

  • cyan value is 0.00%
  • magenta value is 36.94%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK: (0,37,23,56) C0M37Y23K56 (0%,37%,23%,56%) (0.00/0.37/0.23/0.56)

CMYK percentages

%0
%36.94
%22.52
%56.47

Codes

Color #6F4656 in popluar color models

6F4656
RGB1117086
HSL337°22.65%35.49%
HSB/HSV337°36.94%43.53%
CMYK0.00%36.94%22.52%
56.47%

Color #6F4656 in popluar number systems.

HEX6F4656
Decimal1117086
Binary110111110001101010110
Octal157106126

Shades and tints

Shades of #6F4656

#6F4656
(111,70,86)
#65404F
(101,64,79)
#5B3A48
(91,58,72)
#513441
(81,52,65)
#472E3A
(71,46,58)
#3D2833
(61,40,51)
#33222C
(51,34,44)
#291C25
(41,28,37)
#1F161E
(31,22,30)
#151017
(21,16,23)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #6F4656

#6F4656
(111,70,86)
#7C5665
(124,86,101)
#896674
(137,102,116)
#967683
(150,118,131)
#A38692
(163,134,146)
#B096A1
(176,150,161)
#BDA6B0
(189,166,176)
#CAB6BF
(202,182,191)
#D7C6CE
(215,198,206)
#E4D6DD
(228,214,221)
#F1E6EC
(241,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4656; }

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

This text font color is #6F4656.


Background Color

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

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

This div background color is #6F4656.


Border color

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

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

This div border color is #6F4656.


Opacity

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

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

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

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

This text has shadow with #6F4656 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F4656 on black background.


Color preview on white background

This text has color #6F4656 on white background.



Black color preview on #6F4656 background

This text has black color on #6F4656 background.


White color preview on #6F4656 background

This text has white color on #6F4656 background.