COLOR #6F4B3D

HEX: #6F4B3D
RGB: (111,75,61)

Color info

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

RGB color model

#6F4B3D color RGB value is (111,75,61).

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

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 61 of 255 = 24%

111
75
61

R + G + B ~ 32%. #6F4B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 61 = 247 (100%)
R 111 of 247 ~ 44.94%
G 75 of 247 ~ 30.36%
B 61 of 247 ~ 24.7%

%44.94
%30.36
%24.7

CMYK color model

#6F4B3D color CMYK value is (0,32,45,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(0,32,45,56)
C0M32Y45K56 
(0%,32%,45%,56%)
(0.00/0.32/0.45/0.56)	

CMYK percentages

%0
%32.43
%45.05
%56.47

Codes

Color #6F4B3D in popluar color models

6F4B3D
RGB1117561
HSL17°29.07%33.73%
HSB/HSV17°45.05%43.53%
CMYK0.00%32.43%45.05%
56.47%

Color #6F4B3D in popluar number systems.

HEX6F4B3D
Decimal1117561
Binary11011111001011111101
Octal15711375

Shades and tints

Shades of #6F4B3D

#6F4B3D
(111,75,61)
#654538
(101,69,56)
#5B3F33
(91,63,51)
#51392E
(81,57,46)
#473329
(71,51,41)
#3D2D24
(61,45,36)
#33271F
(51,39,31)
#29211A
(41,33,26)
#1F1B15
(31,27,21)
#151510
(21,21,16)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F4B3D

#6F4B3D
(111,75,61)
#7C5B4E
(124,91,78)
#896B5F
(137,107,95)
#967B70
(150,123,112)
#A38B81
(163,139,129)
#B09B92
(176,155,146)
#BDABA3
(189,171,163)
#CABBB4
(202,187,180)
#D7CBC5
(215,203,197)
#E4DBD6
(228,219,214)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4B3D; }

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

This text font color is #6F4B3D.


Background Color

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

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

This div background color is #6F4B3D.


Border color

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

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

This div border color is #6F4B3D.


Opacity

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

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

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

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

This text has shadow with #6F4B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B3D on black background.


Color preview on white background

This text has color #6F4B3D on white background.



Black color preview on #6F4B3D background

This text has black color on #6F4B3D background.


White color preview on #6F4B3D background

This text has white color on #6F4B3D background.