COLOR #6A422A

HEX: #6A422A RGB: (106,66,42)

Color info

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

RGB color model

#6A422A color RGB value is (106,66,42).

RGB: (106,66,42) (42%, 26%, 16%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 42 of 255 = 16%

106
66
42

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

Portions of RGB colors in percentages

R + G + B = 106 + 66 + 42 = 214 (100%)
R 106 of 214 ~ 49.53%
G 66 of 214 ~ 30.84%
B 42 of 214 ~ 19.63'%

%49.53
%30.84
%19.63

CMYK color model

#6A422A color CMYK value is (0,38,60,58).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 60.38%
  • key color value is 58.43%

CMYK: (0,38,60,58)
C0M38Y60K58 (0%, 38%, 60%, 58%)
(0.00 / 0.38 / 0.60 / 0.58)

CMYK percentages

%0
%37.74
%60.38
%58.43

Codes

Color #6A422A in popluar color models

6A 42 2A
RGB 106 66 42
HSL 23° 43.24% 29.02%
HSB/HSV 23° 60.38% 41.57%
CMYK 0.00% 37.74% 60.38%
58.43%

Color #6A422A in popluar number systems.

HEX 6A 42 2A
Decimal 106 66 42
Binary 1101010 1000010 101010
Octal 152 102 52

Shades and tints

Shades of #6A422A

#6A422A
(106,66,42)
#613C27
(97,60,39)
#583624
(88,54,36)
#4F3021
(79,48,33)
#462A1E
(70,42,30)
#3D241B
(61,36,27)
#341E18
(52,30,24)
#2B1815
(43,24,21)
#221212
(34,18,18)
#190C0F
(25,12,15)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #6A422A

#6A422A
(106,66,42)
#77533D
(119,83,61)
#846450
(132,100,80)
#917563
(145,117,99)
#9E8676
(158,134,118)
#AB9789
(171,151,137)
#B8A89C
(184,168,156)
#C5B9AF
(197,185,175)
#D2CAC2
(210,202,194)
#DFDBD5
(223,219,213)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A422A color. Also use rgb(106,66,42) instead hex code.

Text Font Color

.myTextColor { color: #6A422A; }

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

This text font color is #6A422A.

Background Color

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

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

This div background color is #6A422A.

Border color

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

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

This div border color is #6A422A.

Opacity

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

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

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

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

This text has shadow with #6A422A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A422A.

Preview

Color preview on black background

This text has color #6A422A on black background.


Color preview on white background

This text has color #6A422A on white background.


Black color preview on #6A422A background

This text has black color on #6A422A background.


White color preview on #6A422A background

This text has white color on #6A422A background.


Related colors

Complementary color

Complementary color for #hex is #95BDD5.


I love getcolorcode.com

Triadic colors

1 #2A6A42 and #422A6A with #6A422A are triadic colors.

2 #2A426A and #426A2A with #6A422A are triadic colors.