COLOR #6A6951

HEX: #6A6951
RGB: (106,105,81)

Color info

#6A6951 contains red, green and blue colors in about the same proportion. Web safe color of #6A6951 is #666666 (or #666).

RGB color model

#6A6951 color RGB value is (106,105,81).

  • red value is 106;
  • green value is 105;
  • blue value is 81.
RGB:
(106,105,81)
(42%,41%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 81 of 255 = 32%

106
105
81

R + G + B ~ 38%. #6A6951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 81 = 292 (100%)
R 106 of 292 ~ 36.3%
G 105 of 292 ~ 35.96%
B 81 of 292 ~ 27.74%

%36.3
%35.96
%27.74

CMYK color model

#6A6951 color CMYK value is (0,1,24,58).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 23.58%
  • key color value is 58.43%
CMYK:
(0,1,24,58)
C0M1Y24K58 
(0%,1%,24%,58%)
(0.00/0.01/0.24/0.58)	

CMYK percentages

%0
%0.94
%23.58
%58.43

Codes

Color #6A6951 in popluar color models

6A6951
RGB10610581
HSL58°13.37%36.67%
HSB/HSV58°23.58%41.57%
CMYK0.00%0.94%23.58%
58.43%

Color #6A6951 in popluar number systems.

HEX6A6951
Decimal10610581
Binary110101011010011010001
Octal152151121

Shades and tints

Shades of #6A6951

#6A6951
(106,105,81)
#61604A
(97,96,74)
#585743
(88,87,67)
#4F4E3C
(79,78,60)
#464535
(70,69,53)
#3D3C2E
(61,60,46)
#343327
(52,51,39)
#2B2A20
(43,42,32)
#222119
(34,33,25)
#191812
(25,24,18)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A6951

#6A6951
(106,105,81)
#777660
(119,118,96)
#84836F
(132,131,111)
#91907E
(145,144,126)
#9E9D8D
(158,157,141)
#ABAA9C
(171,170,156)
#B8B7AB
(184,183,171)
#C5C4BA
(197,196,186)
#D2D1C9
(210,209,201)
#DFDED8
(223,222,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6951 color. Also use rgb(106,105,81) instead hex code.

Text Font Color

.myTextColor { color: #6A6951; }

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

This text font color is #6A6951.


Background Color

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

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

This div background color is #6A6951.


Border color

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

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

This div border color is #6A6951.


Opacity

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

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

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

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

This text has shadow with #6A6951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6951 on black background.


Color preview on white background

This text has color #6A6951 on white background.



Black color preview on #6A6951 background

This text has black color on #6A6951 background.


White color preview on #6A6951 background

This text has white color on #6A6951 background.