COLOR #6F2919

HEX: #6F2919 RGB: (111,41,25)

Color info

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

RGB color model

#6F2919 color RGB value is (111,41,25).

RGB: (111,41,25) (44%, 16%, 10%)

RGB channels and saturation

R 111 of 255 = 44%
G 41 of 255 = 16%
B 25 of 255 = 10%

111
41
25

R + G + B ~ 23%. #6F2919 is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 41 + 25 = 177 (100%)
R 111 of 177 ~ 62.71%
G 41 of 177 ~ 23.16%
B 25 of 177 ~ 14.12'%

%62.71
%23.16
%14.12

CMYK color model

#6F2919 color CMYK value is (0,63,77,56).

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

CMYK: (0,63,77,56)
C0M63Y77K56 (0%, 63%, 77%, 56%)
(0.00 / 0.63 / 0.77 / 0.56)

CMYK percentages

%0
%63.06
%77.48
%56.47

Codes

Color #6F2919 in popluar color models

6F 29 19
RGB 111 41 25
HSL 11° 63.24% 26.67%
HSB/HSV 11° 77.48% 43.53%
CMYK 0.00% 63.06% 77.48%
56.47%

Color #6F2919 in popluar number systems.

HEX 6F 29 19
Decimal 111 41 25
Binary 1101111 101001 11001
Octal 157 51 31

Shades and tints

Shades of #6F2919

#6F2919
(111,41,25)
#652617
(101,38,23)
#5B2315
(91,35,21)
#512013
(81,32,19)
#471D11
(71,29,17)
#3D1A0F
(61,26,15)
#33170D
(51,23,13)
#29140B
(41,20,11)
#1F1109
(31,17,9)
#150E07
(21,14,7)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #6F2919

#6F2919
(111,41,25)
#7C3C2D
(124,60,45)
#894F41
(137,79,65)
#966255
(150,98,85)
#A37569
(163,117,105)
#B0887D
(176,136,125)
#BD9B91
(189,155,145)
#CAAEA5
(202,174,165)
#D7C1B9
(215,193,185)
#E4D4CD
(228,212,205)
#F1E7E1
(241,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2919; }

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

This text font color is #6F2919.

Background Color

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

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

This div background color is #6F2919.

Border color

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

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

This div border color is #6F2919.

Opacity

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

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

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

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

This text has shadow with #6F2919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2919.

Preview

Color preview on black background

This text has color #6F2919 on black background.


Color preview on white background

This text has color #6F2919 on white background.


Black color preview on #6F2919 background

This text has black color on #6F2919 background.


White color preview on #6F2919 background

This text has white color on #6F2919 background.


Related colors

Complementary color

Complementary color for #hex is #90D6E6.


I love getcolorcode.com

Triadic colors

1 #196F29 and #29196F with #6F2919 are triadic colors.

2 #19296F and #296F19 with #6F2919 are triadic colors.