COLOR #6F222A

HEX: #6F222A RGB: (111,34,42)

Color info

#6F222A contains mainly red color. Web safe color of #6F222A is #663333 (or #633).

RGB color model

#6F222A color RGB value is (111,34,42).

RGB: (111,34,42) (44%, 13%, 16%)

RGB channels and saturation

R 111 of 255 = 44%
G 34 of 255 = 13%
B 42 of 255 = 16%

111
34
42

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

Portions of RGB colors in percentages

R + G + B = 111 + 34 + 42 = 187 (100%)
R 111 of 187 ~ 59.36%
G 34 of 187 ~ 18.18%
B 42 of 187 ~ 22.46'%

%59.36
%18.18
%22.46

CMYK color model

#6F222A color CMYK value is (0,69,62,56).

  • cyan value is 0.00%
  • magenta value is 69.37%
  • yellow value is 62.16%
  • key color value is 56.47%

CMYK: (0,69,62,56)
C0M69Y62K56 (0%, 69%, 62%, 56%)
(0.00 / 0.69 / 0.62 / 0.56)

CMYK percentages

%0
%69.37
%62.16
%56.47

Codes

Color #6F222A in popluar color models

6F 22 2A
RGB 111 34 42
HSL 354° 53.10% 28.43%
HSB/HSV 354° 69.37% 43.53%
CMYK 0.00% 69.37% 62.16%
56.47%

Color #6F222A in popluar number systems.

HEX 6F 22 2A
Decimal 111 34 42
Binary 1101111 100010 101010
Octal 157 42 52

Shades and tints

Shades of #6F222A

#6F222A
(111,34,42)
#651F27
(101,31,39)
#5B1C24
(91,28,36)
#511921
(81,25,33)
#47161E
(71,22,30)
#3D131B
(61,19,27)
#331018
(51,16,24)
#290D15
(41,13,21)
#1F0A12
(31,10,18)
#15070F
(21,7,15)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #6F222A

#6F222A
(111,34,42)
#7C363D
(124,54,61)
#894A50
(137,74,80)
#965E63
(150,94,99)
#A37276
(163,114,118)
#B08689
(176,134,137)
#BD9A9C
(189,154,156)
#CAAEAF
(202,174,175)
#D7C2C2
(215,194,194)
#E4D6D5
(228,214,213)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F222A color. Also use rgb(111,34,42) instead hex code.

Text Font Color

.myTextColor { color: #6F222A; }

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

This text font color is #6F222A.

Background Color

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

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

This div background color is #6F222A.

Border color

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

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

This div border color is #6F222A.

Opacity

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

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

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

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

This text has shadow with #6F222A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F222A.

Preview

Color preview on black background

This text has color #6F222A on black background.


Color preview on white background

This text has color #6F222A on white background.


Black color preview on #6F222A background

This text has black color on #6F222A background.


White color preview on #6F222A background

This text has white color on #6F222A background.


Related colors

Complementary color

Complementary color for #hex is #90DDD5.


I love getcolorcode.com

Triadic colors

1 #2A6F22 and #222A6F with #6F222A are triadic colors.

2 #2A226F and #226F2A with #6F222A are triadic colors.