COLOR #6A483C

HEX: #6A483C RGB: (106,72,60)

Color info

#6A483C contains red, green and blue colors in about the same proportion. Web safe color of #6A483C is #663333 (or #633).

RGB color model

#6A483C color RGB value is (106,72,60).

RGB: (106,72,60) (42%, 28%, 24%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 60 of 255 = 24%

106
72
60

R + G + B ~ 31%. #6A483C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 72 + 60 = 238 (100%)
R 106 of 238 ~ 44.54%
G 72 of 238 ~ 30.25%
B 60 of 238 ~ 25.21'%

%44.54
%30.25
%25.21

CMYK color model

#6A483C color CMYK value is (0,32,43,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 43.40%
  • key color value is 58.43%
CMYK: (0,32,43,58) C0M32Y43K58 (0%,32%,43%,58%) (0.00/0.32/0.43/0.58) 

CMYK percentages

%0
%32.08
%43.4
%58.43

Codes

Color #6A483C in popluar color models

6A 48 3C
RGB 106 72 60
HSL 16° 27.71% 32.55%
HSB/HSV 16° 43.40% 41.57%
CMYK 0.00% 32.08% 43.40%
58.43%

Color #6A483C in popluar number systems.

HEX 6A 48 3C
Decimal 106 72 60
Binary 1101010 1001000 111100
Octal 152 110 74

Shades and tints

Shades of #6A483C

#6A483C
(106,72,60)
#614237
(97,66,55)
#583C32
(88,60,50)
#4F362D
(79,54,45)
#463028
(70,48,40)
#3D2A23
(61,42,35)
#34241E
(52,36,30)
#2B1E19
(43,30,25)
#221814
(34,24,20)
#19120F
(25,18,15)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #6A483C

#6A483C
(106,72,60)
#77584D
(119,88,77)
#84685E
(132,104,94)
#91786F
(145,120,111)
#9E8880
(158,136,128)
#AB9891
(171,152,145)
#B8A8A2
(184,168,162)
#C5B8B3
(197,184,179)
#D2C8C4
(210,200,196)
#DFD8D5
(223,216,213)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A483C color. Also use rgb(106,72,60) instead hex code.

Text Font Color

.myTextColor { color: #6A483C; }

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

This text font color is #6A483C.

Background Color

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

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

This div background color is #6A483C.

Border color

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

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

This div border color is #6A483C.

Opacity

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

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

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

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

This text has shadow with #6A483C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A483C.

Preview

Color preview on black background

This text has color #6A483C on black background.


Color preview on white background

This text has color #6A483C on white background.


Black color preview on #6A483C background

This text has black color on #6A483C background.


White color preview on #6A483C background

This text has white color on #6A483C background.


Related colors

Complementary color

Complementary color for #hex is #95B7C3.


I love getcolorcode.com

Triadic colors

1 #3C6A48 and #483C6A with #6A483C are triadic colors.

2 #3C486A and #486A3C with #6A483C are triadic colors.