COLOR #6F643D

HEX: #6F643D
RGB: (111,100,61)

Color info

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

RGB color model

#6F643D color RGB value is (111,100,61).

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

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 61 of 255 = 24%

111
100
61

R + G + B ~ 36%. #6F643D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 61 = 272 (100%)
R 111 of 272 ~ 40.81%
G 100 of 272 ~ 36.76%
B 61 of 272 ~ 22.43%

%40.81
%36.76
%22.43

CMYK color model

#6F643D color CMYK value is (0,10,45,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(0,10,45,56)
C0M10Y45K56 
(0%,10%,45%,56%)
(0.00/0.10/0.45/0.56)	

CMYK percentages

%0
%9.91
%45.05
%56.47

Codes

Color #6F643D in popluar color models

6F643D
RGB11110061
HSL47°29.07%33.73%
HSB/HSV47°45.05%43.53%
CMYK0.00%9.91%45.05%
56.47%

Color #6F643D in popluar number systems.

HEX6F643D
Decimal11110061
Binary11011111100100111101
Octal15714475

Shades and tints

Shades of #6F643D

#6F643D
(111,100,61)
#655B38
(101,91,56)
#5B5233
(91,82,51)
#51492E
(81,73,46)
#474029
(71,64,41)
#3D3724
(61,55,36)
#332E1F
(51,46,31)
#29251A
(41,37,26)
#1F1C15
(31,28,21)
#151310
(21,19,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #6F643D

#6F643D
(111,100,61)
#7C724E
(124,114,78)
#89805F
(137,128,95)
#968E70
(150,142,112)
#A39C81
(163,156,129)
#B0AA92
(176,170,146)
#BDB8A3
(189,184,163)
#CAC6B4
(202,198,180)
#D7D4C5
(215,212,197)
#E4E2D6
(228,226,214)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F643D; }

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

This text font color is #6F643D.


Background Color

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

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

This div background color is #6F643D.


Border color

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

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

This div border color is #6F643D.


Opacity

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

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

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

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

This text has shadow with #6F643D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F643D on black background.


Color preview on white background

This text has color #6F643D on white background.



Black color preview on #6F643D background

This text has black color on #6F643D background.


White color preview on #6F643D background

This text has white color on #6F643D background.