COLOR #6A5B38

HEX: #6A5B38
RGB: (106,91,56)

Color info

#6A5B38 contains red, green and blue colors in about the same proportion. Web safe color of #6A5B38 is #666633 (or #663).

RGB color model

#6A5B38 color RGB value is (106,91,56).

  • red value is 106;
  • green value is 91;
  • blue value is 56.
RGB:
(106,91,56)
(42%,36%,22%)

RGB channels and saturation

R 106 of 255 = 42%
G 91 of 255 = 36%
B 56 of 255 = 22%

106
91
56

R + G + B ~ 33%. #6A5B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 91 + 56 = 253 (100%)
R 106 of 253 ~ 41.9%
G 91 of 253 ~ 35.97%
B 56 of 253 ~ 22.13%

%41.9
%35.97
%22.13

CMYK color model

#6A5B38 color CMYK value is (0,14,47,58).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 47.17%
  • key color value is 58.43%
CMYK:
(0,14,47,58)
C0M14Y47K58 
(0%,14%,47%,58%)
(0.00/0.14/0.47/0.58)	

CMYK percentages

%0
%14.15
%47.17
%58.43

Codes

Color #6A5B38 in popluar color models

6A5B38
RGB1069156
HSL42°30.86%31.76%
HSB/HSV42°47.17%41.57%
CMYK0.00%14.15%47.17%
58.43%

Color #6A5B38 in popluar number systems.

HEX6A5B38
Decimal1069156
Binary11010101011011111000
Octal15213370

Shades and tints

Shades of #6A5B38

#6A5B38
(106,91,56)
#615333
(97,83,51)
#584B2E
(88,75,46)
#4F4329
(79,67,41)
#463B24
(70,59,36)
#3D331F
(61,51,31)
#342B1A
(52,43,26)
#2B2315
(43,35,21)
#221B10
(34,27,16)
#19130B
(25,19,11)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #6A5B38

#6A5B38
(106,91,56)
#77694A
(119,105,74)
#84775C
(132,119,92)
#91856E
(145,133,110)
#9E9380
(158,147,128)
#ABA192
(171,161,146)
#B8AFA4
(184,175,164)
#C5BDB6
(197,189,182)
#D2CBC8
(210,203,200)
#DFD9DA
(223,217,218)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5B38 color. Also use rgb(106,91,56) instead hex code.

Text Font Color

.myTextColor { color: #6A5B38; }

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

This text font color is #6A5B38.


Background Color

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

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

This div background color is #6A5B38.


Border color

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

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

This div border color is #6A5B38.


Opacity

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

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

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

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

This text has shadow with #6A5B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5B38 on black background.


Color preview on white background

This text has color #6A5B38 on white background.



Black color preview on #6A5B38 background

This text has black color on #6A5B38 background.


White color preview on #6A5B38 background

This text has white color on #6A5B38 background.