COLOR #6D5153

HEX: #6D5153 RGB: (109,81,83)

Color info

#6D5153 contains red, green and blue colors in about the same proportion. Web safe color of #6D5153 is #666666 (or #666).

RGB color model

#6D5153 color RGB value is (109,81,83).

RGB: (109,81,83) (43%, 32%, 33%)

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 83 of 255 = 33%

109
81
83

R + G + B ~ 36%. #6D5153 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 81 + 83 = 273 (100%)
R 109 of 273 ~ 39.93%
G 81 of 273 ~ 29.67%
B 83 of 273 ~ 30.4'%

%39.93
%29.67
%30.4

CMYK color model

#6D5153 color CMYK value is (0,26,24,57).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 23.85%
  • key color value is 57.25%

CMYK: (0,26,24,57)
C0M26Y24K57 (0%, 26%, 24%, 57%)
(0.00 / 0.26 / 0.24 / 0.57)

CMYK percentages

%0
%25.69
%23.85
%57.25

Codes

Color #6D5153 in popluar color models

6D 51 53
RGB 109 81 83
HSL 356° 14.74% 37.25%
HSB/HSV 356° 25.69% 42.75%
CMYK 0.00% 25.69% 23.85%
57.25%

Color #6D5153 in popluar number systems.

HEX 6D 51 53
Decimal 109 81 83
Binary 1101101 1010001 1010011
Octal 155 121 123

Shades and tints

Shades of #6D5153

#6D5153
(109,81,83)
#644A4C
(100,74,76)
#5B4345
(91,67,69)
#523C3E
(82,60,62)
#493537
(73,53,55)
#402E30
(64,46,48)
#372729
(55,39,41)
#2E2022
(46,32,34)
#25191B
(37,25,27)
#1C1214
(28,18,20)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D5153

#6D5153
(109,81,83)
#7A6062
(122,96,98)
#876F71
(135,111,113)
#947E80
(148,126,128)
#A18D8F
(161,141,143)
#AE9C9E
(174,156,158)
#BBABAD
(187,171,173)
#C8BABC
(200,186,188)
#D5C9CB
(213,201,203)
#E2D8DA
(226,216,218)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5153 color. Also use rgb(109,81,83) instead hex code.

Text Font Color

.myTextColor { color: #6D5153; }

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

This text font color is #6D5153.

Background Color

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

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

This div background color is #6D5153.

Border color

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

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

This div border color is #6D5153.

Opacity

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

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

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

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

This text has shadow with #6D5153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5153.

Preview

Color preview on black background

This text has color #6D5153 on black background.


Color preview on white background

This text has color #6D5153 on white background.


Black color preview on #6D5153 background

This text has black color on #6D5153 background.


White color preview on #6D5153 background

This text has white color on #6D5153 background.


Related colors

Complementary color

Complementary color for #hex is #92AEAC.


I love getcolorcode.com

Triadic colors

1 #536D51 and #51536D with #6D5153 are triadic colors.

2 #53516D and #516D53 with #6D5153 are triadic colors.