COLOR #6F4245

HEX: #6F4245 RGB: (111,66,69)

Color info

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

RGB color model

#6F4245 color RGB value is (111,66,69).

RGB: (111,66,69) (44%, 26%, 27%)

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 69 of 255 = 27%

111
66
69

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

Portions of RGB colors in percentages

R + G + B = 111 + 66 + 69 = 246 (100%)
R 111 of 246 ~ 45.12%
G 66 of 246 ~ 26.83%
B 69 of 246 ~ 28.05'%

%45.12
%26.83
%28.05

CMYK color model

#6F4245 color CMYK value is (0,41,38,56).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 37.84%
  • key color value is 56.47%
CMYK: (0,41,38,56) C0M41Y38K56 (0%,41%,38%,56%) (0.00/0.41/0.38/0.56) 

CMYK percentages

%0
%40.54
%37.84
%56.47

Codes

Color #6F4245 in popluar color models

6F 42 45
RGB 111 66 69
HSL 356° 25.42% 34.71%
HSB/HSV 356° 40.54% 43.53%
CMYK 0.00% 40.54% 37.84%
56.47%

Color #6F4245 in popluar number systems.

HEX 6F 42 45
Decimal 111 66 69
Binary 1101111 1000010 1000101
Octal 157 102 105

Shades and tints

Shades of #6F4245

#6F4245
(111,66,69)
#653C3F
(101,60,63)
#5B3639
(91,54,57)
#513033
(81,48,51)
#472A2D
(71,42,45)
#3D2427
(61,36,39)
#331E21
(51,30,33)
#29181B
(41,24,27)
#1F1215
(31,18,21)
#150C0F
(21,12,15)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #6F4245

#6F4245
(111,66,69)
#7C5355
(124,83,85)
#896465
(137,100,101)
#967575
(150,117,117)
#A38685
(163,134,133)
#B09795
(176,151,149)
#BDA8A5
(189,168,165)
#CAB9B5
(202,185,181)
#D7CAC5
(215,202,197)
#E4DBD5
(228,219,213)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4245; }

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

This text font color is #6F4245.

Background Color

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

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

This div background color is #6F4245.

Border color

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

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

This div border color is #6F4245.

Opacity

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

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

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

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

This text has shadow with #6F4245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4245.

Preview

Color preview on black background

This text has color #6F4245 on black background.


Color preview on white background

This text has color #6F4245 on white background.


Black color preview on #6F4245 background

This text has black color on #6F4245 background.


White color preview on #6F4245 background

This text has white color on #6F4245 background.


Related colors

Complementary color

Complementary color for #hex is #90BDBA.


I love getcolorcode.com

Triadic colors

1 #456F42 and #42456F with #6F4245 are triadic colors.

2 #45426F and #426F45 with #6F4245 are triadic colors.