COLOR #6E350E

HEX: #6E350E RGB: (110,53,14)

Color info

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

RGB color model

#6E350E color RGB value is (110,53,14).

RGB: (110,53,14) (43%, 21%, 5%)

RGB channels and saturation

R 110 of 255 = 43%
G 53 of 255 = 21%
B 14 of 255 = 5%

110
53
14

R + G + B ~ 23%. #6E350E is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 53 + 14 = 177 (100%)
R 110 of 177 ~ 62.15%
G 53 of 177 ~ 29.94%
B 14 of 177 ~ 7.91'%

%62.15
%29.94

CMYK color model

#6E350E color CMYK value is (0,52,87,57).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 87.27%
  • key color value is 56.86%

CMYK: (0,52,87,57)
C0M52Y87K57 (0%, 52%, 87%, 57%)
(0.00 / 0.52 / 0.87 / 0.57)

CMYK percentages

%0
%51.82
%87.27
%56.86

Codes

Color #6E350E in popluar color models

6E 35 0E
RGB 110 53 14
HSL 24° 77.42% 24.31%
HSB/HSV 24° 87.27% 43.14%
CMYK 0.00% 51.82% 87.27%
56.86%

Color #6E350E in popluar number systems.

HEX 6E 35 0E
Decimal 110 53 14
Binary 1101110 110101 1110
Octal 156 65 16

Shades and tints

Shades of #6E350E

#6E350E
(110,53,14)
#64310D
(100,49,13)
#5A2D0C
(90,45,12)
#50290B
(80,41,11)
#46250A
(70,37,10)
#3C2109
(60,33,9)
#321D08
(50,29,8)
#281907
(40,25,7)
#1E1506
(30,21,6)
#141105
(20,17,5)
#0A0D04
(10,13,4)
#000000
(0,0,0)

Tints of #6E350E

#6E350E
(110,53,14)
#7B4723
(123,71,35)
#885938
(136,89,56)
#956B4D
(149,107,77)
#A27D62
(162,125,98)
#AF8F77
(175,143,119)
#BCA18C
(188,161,140)
#C9B3A1
(201,179,161)
#D6C5B6
(214,197,182)
#E3D7CB
(227,215,203)
#F0E9E0
(240,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E350E color. Also use rgb(110,53,14) instead hex code.

Text Font Color

.myTextColor { color: #6E350E; }

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

This text font color is #6E350E.

Background Color

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

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

This div background color is #6E350E.

Border color

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

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

This div border color is #6E350E.

Opacity

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

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

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

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

This text has shadow with #6E350E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E350E.

Preview

Color preview on black background

This text has color #6E350E on black background.


Color preview on white background

This text has color #6E350E on white background.


Black color preview on #6E350E background

This text has black color on #6E350E background.


White color preview on #6E350E background

This text has white color on #6E350E background.


Related colors

Complementary color

Complementary color for #hex is #91CAF1.


I love getcolorcode.com

Triadic colors

1 #0E6E35 and #350E6E with #6E350E are triadic colors.

2 #0E356E and #356E0E with #6E350E are triadic colors.