COLOR #6A6E0F

HEX: #6A6E0F
RGB: (106,110,15)

Color info

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

RGB color model

#6A6E0F color RGB value is (106,110,15).

  • red value is 106;
  • green value is 110;
  • blue value is 15.
RGB:
(106,110,15)
(42%,43%,6%)

RGB channels and saturation

R 106 of 255 = 42%
G 110 of 255 = 43%
B 15 of 255 = 6%

106
110
15

R + G + B ~ 30%. #6A6E0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 110 + 15 = 231 (100%)
R 106 of 231 ~ 45.89%
G 110 of 231 ~ 47.62%
B 15 of 231 ~ 6.49%

%45.89
%47.62

CMYK color model

#6A6E0F color CMYK value is (4,0,86,57).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 56.86%
CMYK:
(4,0,86,57)
C4M0Y86K57 
(4%,0%,86%,57%)
(0.04/0.00/0.86/0.57)	

CMYK percentages

%3.64
%0
%86.36
%56.86

Codes

Color #6A6E0F in popluar color models

6A6E0F
RGB10611015
HSL63°76.00%24.51%
HSB/HSV63°86.36%43.14%
CMYK3.64%0.00%86.36%
56.86%

Color #6A6E0F in popluar number systems.

HEX6A6E0F
Decimal10611015
Binary110101011011101111
Octal15215617

Shades and tints

Shades of #6A6E0F

#6A6E0F
(106,110,15)
#61640E
(97,100,14)
#585A0D
(88,90,13)
#4F500C
(79,80,12)
#46460B
(70,70,11)
#3D3C0A
(61,60,10)
#343209
(52,50,9)
#2B2808
(43,40,8)
#221E07
(34,30,7)
#191406
(25,20,6)
#100A05
(16,10,5)
#000000
(0,0,0)

Tints of #6A6E0F

#6A6E0F
(106,110,15)
#777B24
(119,123,36)
#848839
(132,136,57)
#91954E
(145,149,78)
#9EA263
(158,162,99)
#ABAF78
(171,175,120)
#B8BC8D
(184,188,141)
#C5C9A2
(197,201,162)
#D2D6B7
(210,214,183)
#DFE3CC
(223,227,204)
#ECF0E1
(236,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6E0F color. Also use rgb(106,110,15) instead hex code.

Text Font Color

.myTextColor { color: #6A6E0F; }

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

This text font color is #6A6E0F.


Background Color

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

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

This div background color is #6A6E0F.


Border color

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

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

This div border color is #6A6E0F.


Opacity

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

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

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

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

This text has shadow with #6A6E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6E0F on black background.


Color preview on white background

This text has color #6A6E0F on white background.



Black color preview on #6A6E0F background

This text has black color on #6A6E0F background.


White color preview on #6A6E0F background

This text has white color on #6A6E0F background.