COLOR #6B592E

HEX: #6B592E
RGB: (107,89,46)

Color info

#6B592E contains mainly red and green colors. Web safe color of #6B592E is #666633 (or #663).

RGB color model

#6B592E color RGB value is (107,89,46).

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

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 46 of 255 = 18%

107
89
46

R + G + B ~ 32%. #6B592E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 46 = 242 (100%)
R 107 of 242 ~ 44.21%
G 89 of 242 ~ 36.78%
B 46 of 242 ~ 19.01%

%44.21
%36.78
%19.01

CMYK color model

#6B592E color CMYK value is (0,17,57,58).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(0,17,57,58)
C0M17Y57K58 
(0%,17%,57%,58%)
(0.00/0.17/0.57/0.58)	

CMYK percentages

%0
%16.82
%57.01
%58.04

Codes

Color #6B592E in popluar color models

6B592E
RGB1078946
HSL42°39.87%30.00%
HSB/HSV42°57.01%41.96%
CMYK0.00%16.82%57.01%
58.04%

Color #6B592E in popluar number systems.

HEX6B592E
Decimal1078946
Binary11010111011001101110
Octal15313156

Shades and tints

Shades of #6B592E

#6B592E
(107,89,46)
#62512A
(98,81,42)
#594926
(89,73,38)
#504122
(80,65,34)
#47391E
(71,57,30)
#3E311A
(62,49,26)
#352916
(53,41,22)
#2C2112
(44,33,18)
#23190E
(35,25,14)
#1A110A
(26,17,10)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #6B592E

#6B592E
(107,89,46)
#786841
(120,104,65)
#857754
(133,119,84)
#928667
(146,134,103)
#9F957A
(159,149,122)
#ACA48D
(172,164,141)
#B9B3A0
(185,179,160)
#C6C2B3
(198,194,179)
#D3D1C6
(211,209,198)
#E0E0D9
(224,224,217)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B592E; }

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

This text font color is #6B592E.


Background Color

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

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

This div background color is #6B592E.


Border color

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

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

This div border color is #6B592E.


Opacity

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

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

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

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

This text has shadow with #6B592E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B592E on black background.


Color preview on white background

This text has color #6B592E on white background.



Black color preview on #6B592E background

This text has black color on #6B592E background.


White color preview on #6B592E background

This text has white color on #6B592E background.