COLOR #6B412C

HEX: #6B412C
RGB: (107,65,44)

Color info

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

RGB color model

#6B412C color RGB value is (107,65,44).

  • red value is 107;
  • green value is 65;
  • blue value is 44.
RGB:
(107,65,44)
(42%,25%,17%)

RGB channels and saturation

R 107 of 255 = 42%
G 65 of 255 = 25%
B 44 of 255 = 17%

107
65
44

R + G + B ~ 28%. #6B412C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 65 + 44 = 216 (100%)
R 107 of 216 ~ 49.54%
G 65 of 216 ~ 30.09%
B 44 of 216 ~ 20.37%

%49.54
%30.09
%20.37

CMYK color model

#6B412C color CMYK value is (0,39,59,58).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 58.88%
  • key color value is 58.04%
CMYK:
(0,39,59,58)
C0M39Y59K58 
(0%,39%,59%,58%)
(0.00/0.39/0.59/0.58)	

CMYK percentages

%0
%39.25
%58.88
%58.04

Codes

Color #6B412C in popluar color models

6B412C
RGB1076544
HSL20°41.72%29.61%
HSB/HSV20°58.88%41.96%
CMYK0.00%39.25%58.88%
58.04%

Color #6B412C in popluar number systems.

HEX6B412C
Decimal1076544
Binary11010111000001101100
Octal15310154

Shades and tints

Shades of #6B412C

#6B412C
(107,65,44)
#623C28
(98,60,40)
#593724
(89,55,36)
#503220
(80,50,32)
#472D1C
(71,45,28)
#3E2818
(62,40,24)
#352314
(53,35,20)
#2C1E10
(44,30,16)
#23190C
(35,25,12)
#1A1408
(26,20,8)
#110F04
(17,15,4)
#000000
(0,0,0)

Tints of #6B412C

#6B412C
(107,65,44)
#78523F
(120,82,63)
#856352
(133,99,82)
#927465
(146,116,101)
#9F8578
(159,133,120)
#AC968B
(172,150,139)
#B9A79E
(185,167,158)
#C6B8B1
(198,184,177)
#D3C9C4
(211,201,196)
#E0DAD7
(224,218,215)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B412C color. Also use rgb(107,65,44) instead hex code.

Text Font Color

.myTextColor { color: #6B412C; }

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

This text font color is #6B412C.


Background Color

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

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

This div background color is #6B412C.


Border color

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

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

This div border color is #6B412C.


Opacity

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

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

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

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

This text has shadow with #6B412C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B412C on black background.


Color preview on white background

This text has color #6B412C on white background.



Black color preview on #6B412C background

This text has black color on #6B412C background.


White color preview on #6B412C background

This text has white color on #6B412C background.