COLOR #6A712A

HEX: #6A712A
RGB: (106,113,42)

Color info

#6A712A contains mainly red and green colors. Web safe color of #6A712A is #666633 (or #663).

RGB color model

#6A712A color RGB value is (106,113,42).

  • red value is 106;
  • green value is 113;
  • blue value is 42.
RGB:
(106,113,42)
(42%,44%,16%)

RGB channels and saturation

R 106 of 255 = 42%
G 113 of 255 = 44%
B 42 of 255 = 16%

106
113
42

R + G + B ~ 34%. #6A712A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 113 + 42 = 261 (100%)
R 106 of 261 ~ 40.61%
G 113 of 261 ~ 43.3%
B 42 of 261 ~ 16.09%

%40.61
%43.3
%16.09

CMYK color model

#6A712A color CMYK value is (6,0,63,56).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 62.83%
  • key color value is 55.69%
CMYK:
(6,0,63,56)
C6M0Y63K56 
(6%,0%,63%,56%)
(0.06/0.00/0.63/0.56)	

CMYK percentages

%6.19
%0
%62.83
%55.69

Codes

Color #6A712A in popluar color models

6A712A
RGB10611342
HSL66°45.81%30.39%
HSB/HSV66°62.83%44.31%
CMYK6.19%0.00%62.83%
55.69%

Color #6A712A in popluar number systems.

HEX6A712A
Decimal10611342
Binary11010101110001101010
Octal15216152

Shades and tints

Shades of #6A712A

#6A712A
(106,113,42)
#616727
(97,103,39)
#585D24
(88,93,36)
#4F5321
(79,83,33)
#46491E
(70,73,30)
#3D3F1B
(61,63,27)
#343518
(52,53,24)
#2B2B15
(43,43,21)
#222112
(34,33,18)
#19170F
(25,23,15)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #6A712A

#6A712A
(106,113,42)
#777D3D
(119,125,61)
#848950
(132,137,80)
#919563
(145,149,99)
#9EA176
(158,161,118)
#ABAD89
(171,173,137)
#B8B99C
(184,185,156)
#C5C5AF
(197,197,175)
#D2D1C2
(210,209,194)
#DFDDD5
(223,221,213)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A712A; }

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

This text font color is #6A712A.


Background Color

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

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

This div background color is #6A712A.


Border color

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

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

This div border color is #6A712A.


Opacity

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

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

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

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

This text has shadow with #6A712A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A712A on black background.


Color preview on white background

This text has color #6A712A on white background.



Black color preview on #6A712A background

This text has black color on #6A712A background.


White color preview on #6A712A background

This text has white color on #6A712A background.