COLOR #6A5F0E

HEX: #6A5F0E
RGB: (106,95,14)

Color info

#6A5F0E contains mainly red and green colors. Web safe color of #6A5F0E is #666600 (or #660).

RGB color model

#6A5F0E color RGB value is (106,95,14).

  • red value is 106;
  • green value is 95;
  • blue value is 14.
RGB:
(106,95,14)
(42%,37%,5%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 14 of 255 = 5%

106
95
14

R + G + B ~ 28%. #6A5F0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 95 + 14 = 215 (100%)
R 106 of 215 ~ 49.3%
G 95 of 215 ~ 44.19%
B 14 of 215 ~ 6.51%

%49.3
%44.19

CMYK color model

#6A5F0E color CMYK value is (0,10,87,58).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 86.79%
  • key color value is 58.43%
CMYK:
(0,10,87,58)
C0M10Y87K58 
(0%,10%,87%,58%)
(0.00/0.10/0.87/0.58)	

CMYK percentages

%0
%10.38
%86.79
%58.43

Codes

Color #6A5F0E in popluar color models

6A5F0E
RGB1069514
HSL53°76.67%23.53%
HSB/HSV53°86.79%41.57%
CMYK0.00%10.38%86.79%
58.43%

Color #6A5F0E in popluar number systems.

HEX6A5F0E
Decimal1069514
Binary110101010111111110
Octal15213716

Shades and tints

Shades of #6A5F0E

#6A5F0E
(106,95,14)
#61570D
(97,87,13)
#584F0C
(88,79,12)
#4F470B
(79,71,11)
#463F0A
(70,63,10)
#3D3709
(61,55,9)
#342F08
(52,47,8)
#2B2707
(43,39,7)
#221F06
(34,31,6)
#191705
(25,23,5)
#100F04
(16,15,4)
#000000
(0,0,0)

Tints of #6A5F0E

#6A5F0E
(106,95,14)
#776D23
(119,109,35)
#847B38
(132,123,56)
#91894D
(145,137,77)
#9E9762
(158,151,98)
#ABA577
(171,165,119)
#B8B38C
(184,179,140)
#C5C1A1
(197,193,161)
#D2CFB6
(210,207,182)
#DFDDCB
(223,221,203)
#ECEBE0
(236,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5F0E color. Also use rgb(106,95,14) instead hex code.

Text Font Color

.myTextColor { color: #6A5F0E; }

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

This text font color is #6A5F0E.


Background Color

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

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

This div background color is #6A5F0E.


Border color

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

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

This div border color is #6A5F0E.


Opacity

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

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

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

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

This text has shadow with #6A5F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5F0E on black background.


Color preview on white background

This text has color #6A5F0E on white background.



Black color preview on #6A5F0E background

This text has black color on #6A5F0E background.


White color preview on #6A5F0E background

This text has white color on #6A5F0E background.