COLOR #6A4B23

HEX: #6A4B23
RGB: (106,75,35)

Color info

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

RGB color model

#6A4B23 color RGB value is (106,75,35).

  • red value is 106;
  • green value is 75;
  • blue value is 35.
RGB:
(106,75,35)
(42%,29%,14%)

RGB channels and saturation

R 106 of 255 = 42%
G 75 of 255 = 29%
B 35 of 255 = 14%

106
75
35

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

Portions of RGB colors in percentages

R + G + B =
106 + 75 + 35 = 216 (100%)
R 106 of 216 ~ 49.07%
G 75 of 216 ~ 34.72%
B 35 of 216 ~ 16.2%

%49.07
%34.72
%16.2

CMYK color model

#6A4B23 color CMYK value is (0,29,67,58).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 66.98%
  • key color value is 58.43%
CMYK:
(0,29,67,58)
C0M29Y67K58 
(0%,29%,67%,58%)
(0.00/0.29/0.67/0.58)	

CMYK percentages

%0
%29.25
%66.98
%58.43

Codes

Color #6A4B23 in popluar color models

6A4B23
RGB1067535
HSL34°50.35%27.65%
HSB/HSV34°66.98%41.57%
CMYK0.00%29.25%66.98%
58.43%

Color #6A4B23 in popluar number systems.

HEX6A4B23
Decimal1067535
Binary11010101001011100011
Octal15211343

Shades and tints

Shades of #6A4B23

#6A4B23
(106,75,35)
#614520
(97,69,32)
#583F1D
(88,63,29)
#4F391A
(79,57,26)
#463317
(70,51,23)
#3D2D14
(61,45,20)
#342711
(52,39,17)
#2B210E
(43,33,14)
#221B0B
(34,27,11)
#191508
(25,21,8)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #6A4B23

#6A4B23
(106,75,35)
#775B37
(119,91,55)
#846B4B
(132,107,75)
#917B5F
(145,123,95)
#9E8B73
(158,139,115)
#AB9B87
(171,155,135)
#B8AB9B
(184,171,155)
#C5BBAF
(197,187,175)
#D2CBC3
(210,203,195)
#DFDBD7
(223,219,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4B23 color. Also use rgb(106,75,35) instead hex code.

Text Font Color

.myTextColor { color: #6A4B23; }

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

This text font color is #6A4B23.


Background Color

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

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

This div background color is #6A4B23.


Border color

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

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

This div border color is #6A4B23.


Opacity

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

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

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

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

This text has shadow with #6A4B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4B23 on black background.


Color preview on white background

This text has color #6A4B23 on white background.



Black color preview on #6A4B23 background

This text has black color on #6A4B23 background.


White color preview on #6A4B23 background

This text has white color on #6A4B23 background.