COLOR #6F6342

HEX: #6F6342
RGB: (111,99,66)

Color info

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

RGB color model

#6F6342 color RGB value is (111,99,66).

  • red value is 111;
  • green value is 99;
  • blue value is 66.
RGB:
(111,99,66)
(44%,39%,26%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 66 of 255 = 26%

111
99
66

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 66 = 276 (100%)
R 111 of 276 ~ 40.22%
G 99 of 276 ~ 35.87%
B 66 of 276 ~ 23.91%

%40.22
%35.87
%23.91

CMYK color model

#6F6342 color CMYK value is (0,11,41,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 40.54%
  • key color value is 56.47%
CMYK:
(0,11,41,56)
C0M11Y41K56 
(0%,11%,41%,56%)
(0.00/0.11/0.41/0.56)	

CMYK percentages

%0
%10.81
%40.54
%56.47

Codes

Color #6F6342 in popluar color models

6F6342
RGB1119966
HSL44°25.42%34.71%
HSB/HSV44°40.54%43.53%
CMYK0.00%10.81%40.54%
56.47%

Color #6F6342 in popluar number systems.

HEX6F6342
Decimal1119966
Binary110111111000111000010
Octal157143102

Shades and tints

Shades of #6F6342

#6F6342
(111,99,66)
#655A3C
(101,90,60)
#5B5136
(91,81,54)
#514830
(81,72,48)
#473F2A
(71,63,42)
#3D3624
(61,54,36)
#332D1E
(51,45,30)
#292418
(41,36,24)
#1F1B12
(31,27,18)
#15120C
(21,18,12)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #6F6342

#6F6342
(111,99,66)
#7C7153
(124,113,83)
#897F64
(137,127,100)
#968D75
(150,141,117)
#A39B86
(163,155,134)
#B0A997
(176,169,151)
#BDB7A8
(189,183,168)
#CAC5B9
(202,197,185)
#D7D3CA
(215,211,202)
#E4E1DB
(228,225,219)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6342 color. Also use rgb(111,99,66) instead hex code.

Text Font Color

.myTextColor { color: #6F6342; }

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

This text font color is #6F6342.


Background Color

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

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

This div background color is #6F6342.


Border color

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

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

This div border color is #6F6342.


Opacity

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

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

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

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

This text has shadow with #6F6342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6342 on black background.


Color preview on white background

This text has color #6F6342 on white background.



Black color preview on #6F6342 background

This text has black color on #6F6342 background.


White color preview on #6F6342 background

This text has white color on #6F6342 background.