COLOR #6A6535

HEX: #6A6535
RGB: (106,101,53)

Color info

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

RGB color model

#6A6535 color RGB value is (106,101,53).

  • red value is 106;
  • green value is 101;
  • blue value is 53.
RGB:
(106,101,53)
(42%,40%,21%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 53 of 255 = 21%

106
101
53

R + G + B ~ 34%. #6A6535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 53 = 260 (100%)
R 106 of 260 ~ 40.77%
G 101 of 260 ~ 38.85%
B 53 of 260 ~ 20.38%

%40.77
%38.85
%20.38

CMYK color model

#6A6535 color CMYK value is (0,5,50,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 50.00%
  • key color value is 58.43%
CMYK:
(0,5,50,58)
C0M5Y50K58 
(0%,5%,50%,58%)
(0.00/0.05/0.50/0.58)	

CMYK percentages

%0
%4.72
%50
%58.43

Codes

Color #6A6535 in popluar color models

6A6535
RGB10610153
HSL54°33.33%31.18%
HSB/HSV54°50.00%41.57%
CMYK0.00%4.72%50.00%
58.43%

Color #6A6535 in popluar number systems.

HEX6A6535
Decimal10610153
Binary11010101100101110101
Octal15214565

Shades and tints

Shades of #6A6535

#6A6535
(106,101,53)
#615C31
(97,92,49)
#58532D
(88,83,45)
#4F4A29
(79,74,41)
#464125
(70,65,37)
#3D3821
(61,56,33)
#342F1D
(52,47,29)
#2B2619
(43,38,25)
#221D15
(34,29,21)
#191411
(25,20,17)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A6535

#6A6535
(106,101,53)
#777347
(119,115,71)
#848159
(132,129,89)
#918F6B
(145,143,107)
#9E9D7D
(158,157,125)
#ABAB8F
(171,171,143)
#B8B9A1
(184,185,161)
#C5C7B3
(197,199,179)
#D2D5C5
(210,213,197)
#DFE3D7
(223,227,215)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6535 color. Also use rgb(106,101,53) instead hex code.

Text Font Color

.myTextColor { color: #6A6535; }

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

This text font color is #6A6535.


Background Color

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

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

This div background color is #6A6535.


Border color

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

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

This div border color is #6A6535.


Opacity

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

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

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

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

This text has shadow with #6A6535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6535 on black background.


Color preview on white background

This text has color #6A6535 on white background.



Black color preview on #6A6535 background

This text has black color on #6A6535 background.


White color preview on #6A6535 background

This text has white color on #6A6535 background.