COLOR #6E292C

HEX: #6E292C RGB: (110,41,44)

Color info

#6E292C contains mainly red color. Web safe color of #6E292C is #663333 (or #633).

RGB color model

#6E292C color RGB value is (110,41,44).

RGB: (110,41,44) (43%, 16%, 17%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 44 of 255 = 17%

110
41
44

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

Portions of RGB colors in percentages

R + G + B = 110 + 41 + 44 = 195 (100%)
R 110 of 195 ~ 56.41%
G 41 of 195 ~ 21.03%
B 44 of 195 ~ 22.56'%

%56.41
%21.03
%22.56

CMYK color model

#6E292C color CMYK value is (0,63,60,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 60.00%
  • key color value is 56.86%

CMYK: (0,63,60,57)
C0M63Y60K57 (0%, 63%, 60%, 57%)
(0.00 / 0.63 / 0.60 / 0.57)

CMYK percentages

%0
%62.73
%60
%56.86

Codes

Color #6E292C in popluar color models

6E 29 2C
RGB 110 41 44
HSL 357° 45.70% 29.61%
HSB/HSV 357° 62.73% 43.14%
CMYK 0.00% 62.73% 60.00%
56.86%

Color #6E292C in popluar number systems.

HEX 6E 29 2C
Decimal 110 41 44
Binary 1101110 101001 101100
Octal 156 51 54

Shades and tints

Shades of #6E292C

#6E292C
(110,41,44)
#642628
(100,38,40)
#5A2324
(90,35,36)
#502020
(80,32,32)
#461D1C
(70,29,28)
#3C1A18
(60,26,24)
#321714
(50,23,20)
#281410
(40,20,16)
#1E110C
(30,17,12)
#140E08
(20,14,8)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #6E292C

#6E292C
(110,41,44)
#7B3C3F
(123,60,63)
#884F52
(136,79,82)
#956265
(149,98,101)
#A27578
(162,117,120)
#AF888B
(175,136,139)
#BC9B9E
(188,155,158)
#C9AEB1
(201,174,177)
#D6C1C4
(214,193,196)
#E3D4D7
(227,212,215)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E292C color. Also use rgb(110,41,44) instead hex code.

Text Font Color

.myTextColor { color: #6E292C; }

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

This text font color is #6E292C.

Background Color

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

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

This div background color is #6E292C.

Border color

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

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

This div border color is #6E292C.

Opacity

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

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

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

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

This text has shadow with #6E292C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E292C.

Preview

Color preview on black background

This text has color #6E292C on black background.


Color preview on white background

This text has color #6E292C on white background.


Black color preview on #6E292C background

This text has black color on #6E292C background.


White color preview on #6E292C background

This text has white color on #6E292C background.


Related colors

Complementary color

Complementary color for #hex is #91D6D3.


I love getcolorcode.com

Triadic colors

1 #2C6E29 and #292C6E with #6E292C are triadic colors.

2 #2C296E and #296E2C with #6E292C are triadic colors.