COLOR #6F2F19

HEX: #6F2F19 RGB: (111,47,25)

Color info

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

RGB color model

#6F2F19 color RGB value is (111,47,25).

RGB: (111,47,25) (44%, 18%, 10%)

RGB channels and saturation

R 111 of 255 = 44%
G 47 of 255 = 18%
B 25 of 255 = 10%

111
47
25

R + G + B ~ 24%. #6F2F19 is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 47 + 25 = 183 (100%)
R 111 of 183 ~ 60.66%
G 47 of 183 ~ 25.68%
B 25 of 183 ~ 13.66'%

%60.66
%25.68
%13.66

CMYK color model

#6F2F19 color CMYK value is (0,58,77,56).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 77.48%
  • key color value is 56.47%

CMYK: (0,58,77,56)
C0M58Y77K56 (0%, 58%, 77%, 56%)
(0.00 / 0.58 / 0.77 / 0.56)

CMYK percentages

%0
%57.66
%77.48
%56.47

Codes

Color #6F2F19 in popluar color models

6F 2F 19
RGB 111 47 25
HSL 15° 63.24% 26.67%
HSB/HSV 15° 77.48% 43.53%
CMYK 0.00% 57.66% 77.48%
56.47%

Color #6F2F19 in popluar number systems.

HEX 6F 2F 19
Decimal 111 47 25
Binary 1101111 101111 11001
Octal 157 57 31

Shades and tints

Shades of #6F2F19

#6F2F19
(111,47,25)
#652B17
(101,43,23)
#5B2715
(91,39,21)
#512313
(81,35,19)
#471F11
(71,31,17)
#3D1B0F
(61,27,15)
#33170D
(51,23,13)
#29130B
(41,19,11)
#1F0F09
(31,15,9)
#150B07
(21,11,7)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #6F2F19

#6F2F19
(111,47,25)
#7C412D
(124,65,45)
#895341
(137,83,65)
#966555
(150,101,85)
#A37769
(163,119,105)
#B0897D
(176,137,125)
#BD9B91
(189,155,145)
#CAADA5
(202,173,165)
#D7BFB9
(215,191,185)
#E4D1CD
(228,209,205)
#F1E3E1
(241,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2F19 color. Also use rgb(111,47,25) instead hex code.

Text Font Color

.myTextColor { color: #6F2F19; }

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

This text font color is #6F2F19.

Background Color

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

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

This div background color is #6F2F19.

Border color

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

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

This div border color is #6F2F19.

Opacity

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

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

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

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

This text has shadow with #6F2F19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2F19.

Preview

Color preview on black background

This text has color #6F2F19 on black background.


Color preview on white background

This text has color #6F2F19 on white background.


Black color preview on #6F2F19 background

This text has black color on #6F2F19 background.


White color preview on #6F2F19 background

This text has white color on #6F2F19 background.


Related colors

Complementary color

Complementary color for #hex is #90D0E6.


I love getcolorcode.com

Triadic colors

1 #196F2F and #2F196F with #6F2F19 are triadic colors.

2 #192F6F and #2F6F19 with #6F2F19 are triadic colors.