COLOR #6E460C

HEX: #6E460C
RGB: (110,70,12)

Color info

#6E460C contains mainly red and green colors. Web safe color of #6E460C is #663300 (or #630).

RGB color model

#6E460C color RGB value is (110,70,12).

  • red value is 110;
  • green value is 70;
  • blue value is 12.
RGB:
(110,70,12)
(43%,27%,5%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 12 of 255 = 5%

110
70
12

R + G + B ~ 25%. #6E460C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 12 = 192 (100%)
R 110 of 192 ~ 57.29%
G 70 of 192 ~ 36.46%
B 12 of 192 ~ 6.25%

%57.29
%36.46

CMYK color model

#6E460C color CMYK value is (0,36,89,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 89.09%
  • key color value is 56.86%
CMYK:
(0,36,89,57)
C0M36Y89K57 
(0%,36%,89%,57%)
(0.00/0.36/0.89/0.57)	

CMYK percentages

%0
%36.36
%89.09
%56.86

Codes

Color #6E460C in popluar color models

6E460C
RGB1107012
HSL36°80.33%23.92%
HSB/HSV36°89.09%43.14%
CMYK0.00%36.36%89.09%
56.86%

Color #6E460C in popluar number systems.

HEX6E460C
Decimal1107012
Binary110111010001101100
Octal15610614

Shades and tints

Shades of #6E460C

#6E460C
(110,70,12)
#64400B
(100,64,11)
#5A3A0A
(90,58,10)
#503409
(80,52,9)
#462E08
(70,46,8)
#3C2807
(60,40,7)
#322206
(50,34,6)
#281C05
(40,28,5)
#1E1604
(30,22,4)
#141003
(20,16,3)
#0A0A02
(10,10,2)
#000000
(0,0,0)

Tints of #6E460C

#6E460C
(110,70,12)
#7B5622
(123,86,34)
#886638
(136,102,56)
#95764E
(149,118,78)
#A28664
(162,134,100)
#AF967A
(175,150,122)
#BCA690
(188,166,144)
#C9B6A6
(201,182,166)
#D6C6BC
(214,198,188)
#E3D6D2
(227,214,210)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E460C color. Also use rgb(110,70,12) instead hex code.

Text Font Color

.myTextColor { color: #6E460C; }

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

This text font color is #6E460C.


Background Color

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

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

This div background color is #6E460C.


Border color

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

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

This div border color is #6E460C.


Opacity

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

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

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

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

This text has shadow with #6E460C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E460C on black background.


Color preview on white background

This text has color #6E460C on white background.



Black color preview on #6E460C background

This text has black color on #6E460C background.


White color preview on #6E460C background

This text has white color on #6E460C background.