COLOR #6F2C09

HEX: #6F2C09
RGB: (111,44,9)

Color info

#6F2C09 contains mainly red color. Web safe color of #6F2C09 is #663300 (or #630).

RGB color model

#6F2C09 color RGB value is (111,44,9).

  • red value is 111;
  • green value is 44;
  • blue value is 9.
RGB:
(111,44,9)
(44%,17%,4%)

RGB channels and saturation

R 111 of 255 = 44%
G 44 of 255 = 17%
B 9 of 255 = 4%

111
44
9

R + G + B ~ 22%. #6F2C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 44 + 9 = 164 (100%)
R 111 of 164 ~ 67.68%
G 44 of 164 ~ 26.83%
B 9 of 164 ~ 5.49%

%67.68
%26.83

CMYK color model

#6F2C09 color CMYK value is (0,60,92,56).

  • cyan value is 0.00%
  • magenta value is 60.36%
  • yellow value is 91.89%
  • key color value is 56.47%
CMYK:
(0,60,92,56)
C0M60Y92K56 
(0%,60%,92%,56%)
(0.00/0.60/0.92/0.56)	

CMYK percentages

%0
%60.36
%91.89
%56.47

Codes

Color #6F2C09 in popluar color models

6F2C09
RGB111449
HSL21°85.00%23.53%
HSB/HSV21°91.89%43.53%
CMYK0.00%60.36%91.89%
56.47%

Color #6F2C09 in popluar number systems.

HEX6F2C09
Decimal111449
Binary11011111011001001
Octal1575411

Shades and tints

Shades of #6F2C09

#6F2C09
(111,44,9)
#652809
(101,40,9)
#5B2409
(91,36,9)
#512009
(81,32,9)
#471C09
(71,28,9)
#3D1809
(61,24,9)
#331409
(51,20,9)
#291009
(41,16,9)
#1F0C09
(31,12,9)
#150809
(21,8,9)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #6F2C09

#6F2C09
(111,44,9)
#7C3F1F
(124,63,31)
#895235
(137,82,53)
#96654B
(150,101,75)
#A37861
(163,120,97)
#B08B77
(176,139,119)
#BD9E8D
(189,158,141)
#CAB1A3
(202,177,163)
#D7C4B9
(215,196,185)
#E4D7CF
(228,215,207)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2C09 color. Also use rgb(111,44,9) instead hex code.

Text Font Color

.myTextColor { color: #6F2C09; }

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

This text font color is #6F2C09.


Background Color

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

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

This div background color is #6F2C09.


Border color

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

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

This div border color is #6F2C09.


Opacity

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

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

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

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

This text has shadow with #6F2C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2C09 on black background.


Color preview on white background

This text has color #6F2C09 on white background.



Black color preview on #6F2C09 background

This text has black color on #6F2C09 background.


White color preview on #6F2C09 background

This text has white color on #6F2C09 background.