COLOR #6F693D

HEX: #6F693D RGB: (111,105,61)

Color info

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

RGB color model

#6F693D color RGB value is (111,105,61).

RGB: (111,105,61) (44%, 41%, 24%)

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 61 of 255 = 24%

111
105
61

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

Portions of RGB colors in percentages

R + G + B = 111 + 105 + 61 = 277 (100%)
R 111 of 277 ~ 40.07%
G 105 of 277 ~ 37.91%
B 61 of 277 ~ 22.02'%

%40.07
%37.91
%22.02

CMYK color model

#6F693D color CMYK value is (0,5,45,56).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK: (0,5,45,56) C0M5Y45K56 (0%,5%,45%,56%) (0.00/0.05/0.45/0.56) 

CMYK percentages

%0
%5.41
%45.05
%56.47

Codes

Color #6F693D in popluar color models

6F 69 3D
RGB 111 105 61
HSL 53° 29.07% 33.73%
HSB/HSV 53° 45.05% 43.53%
CMYK 0.00% 5.41% 45.05%
56.47%

Color #6F693D in popluar number systems.

HEX 6F 69 3D
Decimal 111 105 61
Binary 1101111 1101001 111101
Octal 157 151 75

Shades and tints

Shades of #6F693D

#6F693D
(111,105,61)
#656038
(101,96,56)
#5B5733
(91,87,51)
#514E2E
(81,78,46)
#474529
(71,69,41)
#3D3C24
(61,60,36)
#33331F
(51,51,31)
#292A1A
(41,42,26)
#1F2115
(31,33,21)
#151810
(21,24,16)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F693D

#6F693D
(111,105,61)
#7C764E
(124,118,78)
#89835F
(137,131,95)
#969070
(150,144,112)
#A39D81
(163,157,129)
#B0AA92
(176,170,146)
#BDB7A3
(189,183,163)
#CAC4B4
(202,196,180)
#D7D1C5
(215,209,197)
#E4DED6
(228,222,214)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F693D; }

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

This text font color is #6F693D.

Background Color

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

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

This div background color is #6F693D.

Border color

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

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

This div border color is #6F693D.

Opacity

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

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

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

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

This text has shadow with #6F693D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F693D.

Preview

Color preview on black background

This text has color #6F693D on black background.


Color preview on white background

This text has color #6F693D on white background.


Black color preview on #6F693D background

This text has black color on #6F693D background.


White color preview on #6F693D background

This text has white color on #6F693D background.


Related colors

Complementary color

Complementary color for #hex is #9096C2.


I love getcolorcode.com

Triadic colors

1 #3D6F69 and #693D6F with #6F693D are triadic colors.

2 #3D696F and #696F3D with #6F693D are triadic colors.