COLOR #6F4836

HEX: #6F4836
RGB: (111,72,54)

Color info

#6F4836 contains red, green and blue colors in about the same proportion. Web safe color of #6F4836 is #663333 (or #633).

RGB color model

#6F4836 color RGB value is (111,72,54).

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

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 54 of 255 = 21%

111
72
54

R + G + B ~ 31%. #6F4836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 54 = 237 (100%)
R 111 of 237 ~ 46.84%
G 72 of 237 ~ 30.38%
B 54 of 237 ~ 22.78%

%46.84
%30.38
%22.78

CMYK color model

#6F4836 color CMYK value is (0,35,51,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 51.35%
  • key color value is 56.47%
CMYK:
(0,35,51,56)
C0M35Y51K56 
(0%,35%,51%,56%)
(0.00/0.35/0.51/0.56)	

CMYK percentages

%0
%35.14
%51.35
%56.47

Codes

Color #6F4836 in popluar color models

6F4836
RGB1117254
HSL19°34.55%32.35%
HSB/HSV19°51.35%43.53%
CMYK0.00%35.14%51.35%
56.47%

Color #6F4836 in popluar number systems.

HEX6F4836
Decimal1117254
Binary11011111001000110110
Octal15711066

Shades and tints

Shades of #6F4836

#6F4836
(111,72,54)
#654232
(101,66,50)
#5B3C2E
(91,60,46)
#51362A
(81,54,42)
#473026
(71,48,38)
#3D2A22
(61,42,34)
#33241E
(51,36,30)
#291E1A
(41,30,26)
#1F1816
(31,24,22)
#151212
(21,18,18)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F4836

#6F4836
(111,72,54)
#7C5848
(124,88,72)
#89685A
(137,104,90)
#96786C
(150,120,108)
#A3887E
(163,136,126)
#B09890
(176,152,144)
#BDA8A2
(189,168,162)
#CAB8B4
(202,184,180)
#D7C8C6
(215,200,198)
#E4D8D8
(228,216,216)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4836; }

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

This text font color is #6F4836.


Background Color

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

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

This div background color is #6F4836.


Border color

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

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

This div border color is #6F4836.


Opacity

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

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

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

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

This text has shadow with #6F4836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4836 on black background.


Color preview on white background

This text has color #6F4836 on white background.



Black color preview on #6F4836 background

This text has black color on #6F4836 background.


White color preview on #6F4836 background

This text has white color on #6F4836 background.