COLOR #6A643F

HEX: #6A643F
RGB: (106,100,63)

Color info

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

RGB color model

#6A643F color RGB value is (106,100,63).

  • red value is 106;
  • green value is 100;
  • blue value is 63.
RGB:
(106,100,63)
(42%,39%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 63 of 255 = 25%

106
100
63

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

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 63 = 269 (100%)
R 106 of 269 ~ 39.41%
G 100 of 269 ~ 37.17%
B 63 of 269 ~ 23.42%

%39.41
%37.17
%23.42

CMYK color model

#6A643F color CMYK value is (0,6,41,58).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(0,6,41,58)
C0M6Y41K58 
(0%,6%,41%,58%)
(0.00/0.06/0.41/0.58)	

CMYK percentages

%0
%5.66
%40.57
%58.43

Codes

Color #6A643F in popluar color models

6A643F
RGB10610063
HSL52°25.44%33.14%
HSB/HSV52°40.57%41.57%
CMYK0.00%5.66%40.57%
58.43%

Color #6A643F in popluar number systems.

HEX6A643F
Decimal10610063
Binary11010101100100111111
Octal15214477

Shades and tints

Shades of #6A643F

#6A643F
(106,100,63)
#615B3A
(97,91,58)
#585235
(88,82,53)
#4F4930
(79,73,48)
#46402B
(70,64,43)
#3D3726
(61,55,38)
#342E21
(52,46,33)
#2B251C
(43,37,28)
#221C17
(34,28,23)
#191312
(25,19,18)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #6A643F

#6A643F
(106,100,63)
#777250
(119,114,80)
#848061
(132,128,97)
#918E72
(145,142,114)
#9E9C83
(158,156,131)
#ABAA94
(171,170,148)
#B8B8A5
(184,184,165)
#C5C6B6
(197,198,182)
#D2D4C7
(210,212,199)
#DFE2D8
(223,226,216)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A643F color. Also use rgb(106,100,63) instead hex code.

Text Font Color

.myTextColor { color: #6A643F; }

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

This text font color is #6A643F.


Background Color

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

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

This div background color is #6A643F.


Border color

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

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

This div border color is #6A643F.


Opacity

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

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

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

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

This text has shadow with #6A643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A643F on black background.


Color preview on white background

This text has color #6A643F on white background.



Black color preview on #6A643F background

This text has black color on #6A643F background.


White color preview on #6A643F background

This text has white color on #6A643F background.