COLOR #6F4B41

HEX: #6F4B41
RGB: (111,75,65)

Color info

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

RGB color model

#6F4B41 color RGB value is (111,75,65).

  • red value is 111;
  • green value is 75;
  • blue value is 65.
RGB:
(111,75,65)
(44%,29%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 65 of 255 = 25%

111
75
65

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

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 65 = 251 (100%)
R 111 of 251 ~ 44.22%
G 75 of 251 ~ 29.88%
B 65 of 251 ~ 25.9%

%44.22
%29.88
%25.9

CMYK color model

#6F4B41 color CMYK value is (0,32,41,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 41.44%
  • key color value is 56.47%
CMYK:
(0,32,41,56)
C0M32Y41K56 
(0%,32%,41%,56%)
(0.00/0.32/0.41/0.56)	

CMYK percentages

%0
%32.43
%41.44
%56.47

Codes

Color #6F4B41 in popluar color models

6F4B41
RGB1117565
HSL13°26.14%34.51%
HSB/HSV13°41.44%43.53%
CMYK0.00%32.43%41.44%
56.47%

Color #6F4B41 in popluar number systems.

HEX6F4B41
Decimal1117565
Binary110111110010111000001
Octal157113101

Shades and tints

Shades of #6F4B41

#6F4B41
(111,75,65)
#65453C
(101,69,60)
#5B3F37
(91,63,55)
#513932
(81,57,50)
#47332D
(71,51,45)
#3D2D28
(61,45,40)
#332723
(51,39,35)
#29211E
(41,33,30)
#1F1B19
(31,27,25)
#151514
(21,21,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F4B41

#6F4B41
(111,75,65)
#7C5B52
(124,91,82)
#896B63
(137,107,99)
#967B74
(150,123,116)
#A38B85
(163,139,133)
#B09B96
(176,155,150)
#BDABA7
(189,171,167)
#CABBB8
(202,187,184)
#D7CBC9
(215,203,201)
#E4DBDA
(228,219,218)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4B41 color. Also use rgb(111,75,65) instead hex code.

Text Font Color

.myTextColor { color: #6F4B41; }

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

This text font color is #6F4B41.


Background Color

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

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

This div background color is #6F4B41.


Border color

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

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

This div border color is #6F4B41.


Opacity

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

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

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

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

This text has shadow with #6F4B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B41 on black background.


Color preview on white background

This text has color #6F4B41 on white background.



Black color preview on #6F4B41 background

This text has black color on #6F4B41 background.


White color preview on #6F4B41 background

This text has white color on #6F4B41 background.