COLOR #6F563E

HEX: #6F563E
RGB: (111,86,62)

Color info

#6F563E contains red, green and blue colors in about the same proportion. Web safe color of #6F563E is #666633 (or #663).

RGB color model

#6F563E color RGB value is (111,86,62).

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

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 62 of 255 = 24%

111
86
62

R + G + B ~ 34%. #6F563E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 62 = 259 (100%)
R 111 of 259 ~ 42.86%
G 86 of 259 ~ 33.2%
B 62 of 259 ~ 23.94%

%42.86
%33.2
%23.94

CMYK color model

#6F563E color CMYK value is (0,23,44,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 44.14%
  • key color value is 56.47%
CMYK:
(0,23,44,56)
C0M23Y44K56 
(0%,23%,44%,56%)
(0.00/0.23/0.44/0.56)	

CMYK percentages

%0
%22.52
%44.14
%56.47

Codes

Color #6F563E in popluar color models

6F563E
RGB1118662
HSL29°28.32%33.92%
HSB/HSV29°44.14%43.53%
CMYK0.00%22.52%44.14%
56.47%

Color #6F563E in popluar number systems.

HEX6F563E
Decimal1118662
Binary11011111010110111110
Octal15712676

Shades and tints

Shades of #6F563E

#6F563E
(111,86,62)
#654F39
(101,79,57)
#5B4834
(91,72,52)
#51412F
(81,65,47)
#473A2A
(71,58,42)
#3D3325
(61,51,37)
#332C20
(51,44,32)
#29251B
(41,37,27)
#1F1E16
(31,30,22)
#151711
(21,23,17)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #6F563E

#6F563E
(111,86,62)
#7C654F
(124,101,79)
#897460
(137,116,96)
#968371
(150,131,113)
#A39282
(163,146,130)
#B0A193
(176,161,147)
#BDB0A4
(189,176,164)
#CABFB5
(202,191,181)
#D7CEC6
(215,206,198)
#E4DDD7
(228,221,215)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F563E; }

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

This text font color is #6F563E.


Background Color

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

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

This div background color is #6F563E.


Border color

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

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

This div border color is #6F563E.


Opacity

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

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

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

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

This text has shadow with #6F563E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F563E on black background.


Color preview on white background

This text has color #6F563E on white background.



Black color preview on #6F563E background

This text has black color on #6F563E background.


White color preview on #6F563E background

This text has white color on #6F563E background.