COLOR #6F693A

HEX: #6F693A
RGB: (111,105,58)

Color info

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

RGB color model

#6F693A color RGB value is (111,105,58).

  • red value is 111;
  • green value is 105;
  • blue value is 58.
RGB:
(111,105,58)
(44%,41%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 58 of 255 = 23%

111
105
58

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

Portions of RGB colors in percentages

R + G + B =
111 + 105 + 58 = 274 (100%)
R 111 of 274 ~ 40.51%
G 105 of 274 ~ 38.32%
B 58 of 274 ~ 21.17%

%40.51
%38.32
%21.17

CMYK color model

#6F693A color CMYK value is (0,5,48,56).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 47.75%
  • key color value is 56.47%
CMYK:
(0,5,48,56)
C0M5Y48K56 
(0%,5%,48%,56%)
(0.00/0.05/0.48/0.56)	

CMYK percentages

%0
%5.41
%47.75
%56.47

Codes

Color #6F693A in popluar color models

6F693A
RGB11110558
HSL53°31.36%33.14%
HSB/HSV53°47.75%43.53%
CMYK0.00%5.41%47.75%
56.47%

Color #6F693A in popluar number systems.

HEX6F693A
Decimal11110558
Binary11011111101001111010
Octal15715172

Shades and tints

Shades of #6F693A

#6F693A
(111,105,58)
#656035
(101,96,53)
#5B5730
(91,87,48)
#514E2B
(81,78,43)
#474526
(71,69,38)
#3D3C21
(61,60,33)
#33331C
(51,51,28)
#292A17
(41,42,23)
#1F2112
(31,33,18)
#15180D
(21,24,13)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #6F693A

#6F693A
(111,105,58)
#7C764B
(124,118,75)
#89835C
(137,131,92)
#96906D
(150,144,109)
#A39D7E
(163,157,126)
#B0AA8F
(176,170,143)
#BDB7A0
(189,183,160)
#CAC4B1
(202,196,177)
#D7D1C2
(215,209,194)
#E4DED3
(228,222,211)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F693A color. Also use rgb(111,105,58) instead hex code.

Text Font Color

.myTextColor { color: #6F693A; }

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

This text font color is #6F693A.


Background Color

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

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

This div background color is #6F693A.


Border color

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

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

This div border color is #6F693A.


Opacity

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

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

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

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

This text has shadow with #6F693A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F693A on black background.


Color preview on white background

This text has color #6F693A on white background.



Black color preview on #6F693A background

This text has black color on #6F693A background.


White color preview on #6F693A background

This text has white color on #6F693A background.