COLOR #6A554A

HEX: #6A554A RGB: (106,85,74)

Color info

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

RGB color model

#6A554A color RGB value is (106,85,74).

RGB: (106,85,74) (42%, 33%, 29%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 74 of 255 = 29%

106
85
74

R + G + B ~ 35%. #6A554A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 85 + 74 = 265 (100%)
R 106 of 265 ~ 40%
G 85 of 265 ~ 32.08%
B 74 of 265 ~ 27.92'%

%40
%32.08
%27.92

CMYK color model

#6A554A color CMYK value is (0,20,30,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 30.19%
  • key color value is 58.43%

CMYK: (0,20,30,58)
C0M20Y30K58 (0%, 20%, 30%, 58%)
(0.00 / 0.20 / 0.30 / 0.58)

CMYK percentages

%0
%19.81
%30.19
%58.43

Codes

Color #6A554A in popluar color models

6A 55 4A
RGB 106 85 74
HSL 21° 17.78% 35.29%
HSB/HSV 21° 30.19% 41.57%
CMYK 0.00% 19.81% 30.19%
58.43%

Color #6A554A in popluar number systems.

HEX 6A 55 4A
Decimal 106 85 74
Binary 1101010 1010101 1001010
Octal 152 125 112

Shades and tints

Shades of #6A554A

#6A554A
(106,85,74)
#614E44
(97,78,68)
#58473E
(88,71,62)
#4F4038
(79,64,56)
#463932
(70,57,50)
#3D322C
(61,50,44)
#342B26
(52,43,38)
#2B2420
(43,36,32)
#221D1A
(34,29,26)
#191614
(25,22,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A554A

#6A554A
(106,85,74)
#77645A
(119,100,90)
#84736A
(132,115,106)
#91827A
(145,130,122)
#9E918A
(158,145,138)
#ABA09A
(171,160,154)
#B8AFAA
(184,175,170)
#C5BEBA
(197,190,186)
#D2CDCA
(210,205,202)
#DFDCDA
(223,220,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A554A color. Also use rgb(106,85,74) instead hex code.

Text Font Color

.myTextColor { color: #6A554A; }

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

This text font color is #6A554A.

Background Color

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

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

This div background color is #6A554A.

Border color

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

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

This div border color is #6A554A.

Opacity

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

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

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

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

This text has shadow with #6A554A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A554A.

Preview

Color preview on black background

This text has color #6A554A on black background.


Color preview on white background

This text has color #6A554A on white background.


Black color preview on #6A554A background

This text has black color on #6A554A background.


White color preview on #6A554A background

This text has white color on #6A554A background.


Related colors

Complementary color

Complementary color for #hex is #95AAB5.


I love getcolorcode.com

Triadic colors

1 #4A6A55 and #554A6A with #6A554A are triadic colors.

2 #4A556A and #556A4A with #6A554A are triadic colors.