COLOR #6E430D

HEX: #6E430D RGB: (110,67,13)

Color info

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

RGB color model

#6E430D color RGB value is (110,67,13).

RGB: (110,67,13) (43%, 26%, 5%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 13 of 255 = 5%

110
67
13

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

Portions of RGB colors in percentages

R + G + B = 110 + 67 + 13 = 190 (100%)
R 110 of 190 ~ 57.89%
G 67 of 190 ~ 35.26%
B 13 of 190 ~ 6.84'%

%57.89
%35.26

CMYK color model

#6E430D color CMYK value is (0,39,88,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 88.18%
  • key color value is 56.86%

CMYK: (0,39,88,57)
C0M39Y88K57 (0%, 39%, 88%, 57%)
(0.00 / 0.39 / 0.88 / 0.57)

CMYK percentages

%0
%39.09
%88.18
%56.86

Codes

Color #6E430D in popluar color models

6E 43 0D
RGB 110 67 13
HSL 33° 78.86% 24.12%
HSB/HSV 33° 88.18% 43.14%
CMYK 0.00% 39.09% 88.18%
56.86%

Color #6E430D in popluar number systems.

HEX 6E 43 0D
Decimal 110 67 13
Binary 1101110 1000011 1101
Octal 156 103 15

Shades and tints

Shades of #6E430D

#6E430D
(110,67,13)
#643D0C
(100,61,12)
#5A370B
(90,55,11)
#50310A
(80,49,10)
#462B09
(70,43,9)
#3C2508
(60,37,8)
#321F07
(50,31,7)
#281906
(40,25,6)
#1E1305
(30,19,5)
#140D04
(20,13,4)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #6E430D

#6E430D
(110,67,13)
#7B5423
(123,84,35)
#886539
(136,101,57)
#95764F
(149,118,79)
#A28765
(162,135,101)
#AF987B
(175,152,123)
#BCA991
(188,169,145)
#C9BAA7
(201,186,167)
#D6CBBD
(214,203,189)
#E3DCD3
(227,220,211)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E430D color. Also use rgb(110,67,13) instead hex code.

Text Font Color

.myTextColor { color: #6E430D; }

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

This text font color is #6E430D.

Background Color

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

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

This div background color is #6E430D.

Border color

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

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

This div border color is #6E430D.

Opacity

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

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

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

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

This text has shadow with #6E430D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E430D.

Preview

Color preview on black background

This text has color #6E430D on black background.


Color preview on white background

This text has color #6E430D on white background.


Black color preview on #6E430D background

This text has black color on #6E430D background.


White color preview on #6E430D background

This text has white color on #6E430D background.


Related colors

Complementary color

Complementary color for #hex is #91BCF2.


I love getcolorcode.com

Triadic colors

1 #0D6E43 and #430D6E with #6E430D are triadic colors.

2 #0D436E and #436E0D with #6E430D are triadic colors.