COLOR #6B462E

HEX: #6B462E
RGB: (107,70,46)

Color info

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

RGB color model

#6B462E color RGB value is (107,70,46).

  • red value is 107;
  • green value is 70;
  • blue value is 46.
RGB:
(107,70,46)
(42%,27%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 46 of 255 = 18%

107
70
46

R + G + B ~ 29%. #6B462E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 46 = 223 (100%)
R 107 of 223 ~ 47.98%
G 70 of 223 ~ 31.39%
B 46 of 223 ~ 20.63%

%47.98
%31.39
%20.63

CMYK color model

#6B462E color CMYK value is (0,35,57,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(0,35,57,58)
C0M35Y57K58 
(0%,35%,57%,58%)
(0.00/0.35/0.57/0.58)	

CMYK percentages

%0
%34.58
%57.01
%58.04

Codes

Color #6B462E in popluar color models

6B462E
RGB1077046
HSL24°39.87%30.00%
HSB/HSV24°57.01%41.96%
CMYK0.00%34.58%57.01%
58.04%

Color #6B462E in popluar number systems.

HEX6B462E
Decimal1077046
Binary11010111000110101110
Octal15310656

Shades and tints

Shades of #6B462E

#6B462E
(107,70,46)
#62402A
(98,64,42)
#593A26
(89,58,38)
#503422
(80,52,34)
#472E1E
(71,46,30)
#3E281A
(62,40,26)
#352216
(53,34,22)
#2C1C12
(44,28,18)
#23160E
(35,22,14)
#1A100A
(26,16,10)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #6B462E

#6B462E
(107,70,46)
#785641
(120,86,65)
#856654
(133,102,84)
#927667
(146,118,103)
#9F867A
(159,134,122)
#AC968D
(172,150,141)
#B9A6A0
(185,166,160)
#C6B6B3
(198,182,179)
#D3C6C6
(211,198,198)
#E0D6D9
(224,214,217)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B462E color. Also use rgb(107,70,46) instead hex code.

Text Font Color

.myTextColor { color: #6B462E; }

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

This text font color is #6B462E.


Background Color

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

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

This div background color is #6B462E.


Border color

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

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

This div border color is #6B462E.


Opacity

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

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

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

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

This text has shadow with #6B462E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B462E on black background.


Color preview on white background

This text has color #6B462E on white background.



Black color preview on #6B462E background

This text has black color on #6B462E background.


White color preview on #6B462E background

This text has white color on #6B462E background.