COLOR #6F3817

HEX: #6F3817
RGB: (111,56,23)

Color info

#6F3817 contains mainly red and green colors. Web safe color of #6F3817 is #663300 (or #630).

RGB color model

#6F3817 color RGB value is (111,56,23).

  • red value is 111;
  • green value is 56;
  • blue value is 23.
RGB:
(111,56,23)
(44%,22%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 56 of 255 = 22%
B 23 of 255 = 9%

111
56
23

R + G + B ~ 25%. #6F3817 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 56 + 23 = 190 (100%)
R 111 of 190 ~ 58.42%
G 56 of 190 ~ 29.47%
B 23 of 190 ~ 12.11%

%58.42
%29.47
%12.11

CMYK color model

#6F3817 color CMYK value is (0,50,79,56).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 79.28%
  • key color value is 56.47%
CMYK:
(0,50,79,56)
C0M50Y79K56 
(0%,50%,79%,56%)
(0.00/0.50/0.79/0.56)	

CMYK percentages

%0
%49.55
%79.28
%56.47

Codes

Color #6F3817 in popluar color models

6F3817
RGB1115623
HSL23°65.67%26.27%
HSB/HSV23°79.28%43.53%
CMYK0.00%49.55%79.28%
56.47%

Color #6F3817 in popluar number systems.

HEX6F3817
Decimal1115623
Binary110111111100010111
Octal1577027

Shades and tints

Shades of #6F3817

#6F3817
(111,56,23)
#653315
(101,51,21)
#5B2E13
(91,46,19)
#512911
(81,41,17)
#47240F
(71,36,15)
#3D1F0D
(61,31,13)
#331A0B
(51,26,11)
#291509
(41,21,9)
#1F1007
(31,16,7)
#150B05
(21,11,5)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #6F3817

#6F3817
(111,56,23)
#7C4A2C
(124,74,44)
#895C41
(137,92,65)
#966E56
(150,110,86)
#A3806B
(163,128,107)
#B09280
(176,146,128)
#BDA495
(189,164,149)
#CAB6AA
(202,182,170)
#D7C8BF
(215,200,191)
#E4DAD4
(228,218,212)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3817 color. Also use rgb(111,56,23) instead hex code.

Text Font Color

.myTextColor { color: #6F3817; }

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

This text font color is #6F3817.


Background Color

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

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

This div background color is #6F3817.


Border color

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

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

This div border color is #6F3817.


Opacity

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

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

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

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

This text has shadow with #6F3817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3817 on black background.


Color preview on white background

This text has color #6F3817 on white background.



Black color preview on #6F3817 background

This text has black color on #6F3817 background.


White color preview on #6F3817 background

This text has white color on #6F3817 background.