COLOR #6F462D

HEX: #6F462D RGB: (111,70,45)

Color info

#6F462D contains mainly red and green colors. Web safe color of #6F462D is #663333 (or #633).

RGB color model

#6F462D color RGB value is (111,70,45).

RGB: (111,70,45) (44%, 27%, 18%)

RGB channels and saturation

R 111 of 255 = 44%
G 70 of 255 = 27%
B 45 of 255 = 18%

111
70
45

R + G + B ~ 30%. #6F462D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 70 + 45 = 226 (100%)
R 111 of 226 ~ 49.12%
G 70 of 226 ~ 30.97%
B 45 of 226 ~ 19.91'%

%49.12
%30.97
%19.91

CMYK color model

#6F462D color CMYK value is (0,37,59,56).

  • cyan value is 0.00%
  • magenta value is 36.94%
  • yellow value is 59.46%
  • key color value is 56.47%

CMYK: (0,37,59,56)
C0M37Y59K56 (0%, 37%, 59%, 56%)
(0.00 / 0.37 / 0.59 / 0.56)

CMYK percentages

%0
%36.94
%59.46
%56.47

Codes

Color #6F462D in popluar color models

6F 46 2D
RGB 111 70 45
HSL 23° 42.31% 30.59%
HSB/HSV 23° 59.46% 43.53%
CMYK 0.00% 36.94% 59.46%
56.47%

Color #6F462D in popluar number systems.

HEX 6F 46 2D
Decimal 111 70 45
Binary 1101111 1000110 101101
Octal 157 106 55

Shades and tints

Shades of #6F462D

#6F462D
(111,70,45)
#654029
(101,64,41)
#5B3A25
(91,58,37)
#513421
(81,52,33)
#472E1D
(71,46,29)
#3D2819
(61,40,25)
#332215
(51,34,21)
#291C11
(41,28,17)
#1F160D
(31,22,13)
#151009
(21,16,9)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #6F462D

#6F462D
(111,70,45)
#7C5640
(124,86,64)
#896653
(137,102,83)
#967666
(150,118,102)
#A38679
(163,134,121)
#B0968C
(176,150,140)
#BDA69F
(189,166,159)
#CAB6B2
(202,182,178)
#D7C6C5
(215,198,197)
#E4D6D8
(228,214,216)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F462D color. Also use rgb(111,70,45) instead hex code.

Text Font Color

.myTextColor { color: #6F462D; }

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

This text font color is #6F462D.

Background Color

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

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

This div background color is #6F462D.

Border color

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

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

This div border color is #6F462D.

Opacity

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

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

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

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

This text has shadow with #6F462D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F462D.

Preview

Color preview on black background

This text has color #6F462D on black background.


Color preview on white background

This text has color #6F462D on white background.


Black color preview on #6F462D background

This text has black color on #6F462D background.


White color preview on #6F462D background

This text has white color on #6F462D background.


Related colors

Complementary color

Complementary color for #hex is #90B9D2.


I love getcolorcode.com

Triadic colors

1 #2D6F46 and #462D6F with #6F462D are triadic colors.

2 #2D466F and #466F2D with #6F462D are triadic colors.