COLOR #6A501D

HEX: #6A501D RGB: (106,80,29)

Color info

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

RGB color model

#6A501D color RGB value is (106,80,29).

RGB: (106,80,29) (42%, 31%, 11%)

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 29 of 255 = 11%

106
80
29

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

Portions of RGB colors in percentages

R + G + B = 106 + 80 + 29 = 215 (100%)
R 106 of 215 ~ 49.3%
G 80 of 215 ~ 37.21%
B 29 of 215 ~ 13.49'%

%49.3
%37.21
%13.49

CMYK color model

#6A501D color CMYK value is (0,25,73,58).

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

CMYK: (0,25,73,58)
C0M25Y73K58 (0%, 25%, 73%, 58%)
(0.00 / 0.25 / 0.73 / 0.58)

CMYK percentages

%0
%24.53
%72.64
%58.43

Codes

Color #6A501D in popluar color models

6A 50 1D
RGB 106 80 29
HSL 40° 57.04% 26.47%
HSB/HSV 40° 72.64% 41.57%
CMYK 0.00% 24.53% 72.64%
58.43%

Color #6A501D in popluar number systems.

HEX 6A 50 1D
Decimal 106 80 29
Binary 1101010 1010000 11101
Octal 152 120 35

Shades and tints

Shades of #6A501D

#6A501D
(106,80,29)
#61491B
(97,73,27)
#584219
(88,66,25)
#4F3B17
(79,59,23)
#463415
(70,52,21)
#3D2D13
(61,45,19)
#342611
(52,38,17)
#2B1F0F
(43,31,15)
#22180D
(34,24,13)
#19110B
(25,17,11)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #6A501D

#6A501D
(106,80,29)
#775F31
(119,95,49)
#846E45
(132,110,69)
#917D59
(145,125,89)
#9E8C6D
(158,140,109)
#AB9B81
(171,155,129)
#B8AA95
(184,170,149)
#C5B9A9
(197,185,169)
#D2C8BD
(210,200,189)
#DFD7D1
(223,215,209)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A501D; }

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

This text font color is #6A501D.

Background Color

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

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

This div background color is #6A501D.

Border color

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

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

This div border color is #6A501D.

Opacity

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

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

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

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

This text has shadow with #6A501D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A501D.

Preview

Color preview on black background

This text has color #6A501D on black background.


Color preview on white background

This text has color #6A501D on white background.


Black color preview on #6A501D background

This text has black color on #6A501D background.


White color preview on #6A501D background

This text has white color on #6A501D background.


Related colors

Complementary color

Complementary color for #hex is #95AFE2.


I love getcolorcode.com

Triadic colors

1 #1D6A50 and #501D6A with #6A501D are triadic colors.

2 #1D506A and #506A1D with #6A501D are triadic colors.