COLOR #6A5025

HEX: #6A5025 RGB: (106,80,37)

Color info

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

RGB color model

#6A5025 color RGB value is (106,80,37).

RGB: (106,80,37) (42%, 31%, 15%)

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 37 of 255 = 15%

106
80
37

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

Portions of RGB colors in percentages

R + G + B = 106 + 80 + 37 = 223 (100%)
R 106 of 223 ~ 47.53%
G 80 of 223 ~ 35.87%
B 37 of 223 ~ 16.59'%

%47.53
%35.87
%16.59

CMYK color model

#6A5025 color CMYK value is (0,25,65,58).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 65.09%
  • key color value is 58.43%

CMYK: (0,25,65,58)
C0M25Y65K58 (0%, 25%, 65%, 58%)
(0.00 / 0.25 / 0.65 / 0.58)

CMYK percentages

%0
%24.53
%65.09
%58.43

Codes

Color #6A5025 in popluar color models

6A 50 25
RGB 106 80 37
HSL 37° 48.25% 28.04%
HSB/HSV 37° 65.09% 41.57%
CMYK 0.00% 24.53% 65.09%
58.43%

Color #6A5025 in popluar number systems.

HEX 6A 50 25
Decimal 106 80 37
Binary 1101010 1010000 100101
Octal 152 120 45

Shades and tints

Shades of #6A5025

#6A5025
(106,80,37)
#614922
(97,73,34)
#58421F
(88,66,31)
#4F3B1C
(79,59,28)
#463419
(70,52,25)
#3D2D16
(61,45,22)
#342613
(52,38,19)
#2B1F10
(43,31,16)
#22180D
(34,24,13)
#19110A
(25,17,10)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #6A5025

#6A5025
(106,80,37)
#775F38
(119,95,56)
#846E4B
(132,110,75)
#917D5E
(145,125,94)
#9E8C71
(158,140,113)
#AB9B84
(171,155,132)
#B8AA97
(184,170,151)
#C5B9AA
(197,185,170)
#D2C8BD
(210,200,189)
#DFD7D0
(223,215,208)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5025 color. Also use rgb(106,80,37) instead hex code.

Text Font Color

.myTextColor { color: #6A5025; }

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

This text font color is #6A5025.

Background Color

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

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

This div background color is #6A5025.

Border color

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

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

This div border color is #6A5025.

Opacity

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

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

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

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

This text has shadow with #6A5025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5025.

Preview

Color preview on black background

This text has color #6A5025 on black background.


Color preview on white background

This text has color #6A5025 on white background.


Black color preview on #6A5025 background

This text has black color on #6A5025 background.


White color preview on #6A5025 background

This text has white color on #6A5025 background.


Related colors

Complementary color

Complementary color for #hex is #95AFDA.


I love getcolorcode.com

Triadic colors

1 #256A50 and #50256A with #6A5025 are triadic colors.

2 #25506A and #506A25 with #6A5025 are triadic colors.