COLOR #6D585D

HEX: #6D585D
RGB: (109,88,93)

Renk bilgisi

#6D585D contains red, green and blue colors in about the same proportion. #6D585D ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6D585D color RGB value is (109,88,93).

  • kırmız ton 109;
  • yeşil ton 88;
  • mavi ton 93.
RGB:
(109,88,93)
(43%,35%,36%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 88 of 255 = 35%
B 93 of 255 = 36%

109
88
93

R + G + B ~ 38%. #6D585D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 88 + 93 = 290 (100%)
R 109 of 290 ~ 37.59%
G 88 of 290 ~ 30.34%
B 93 of 290 ~ 32.07%

%37.59
%30.34
%32.07

CMYK RENK MODELİ

#6D585D rengi CMYK tonu (0,19,15,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.27%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(0,19,15,57)
C0M19Y15K57 
(0%,19%,15%,57%)
(0.00/0.19/0.15/0.57)	

CMYK yüzdeleri

%0
%19.27
%14.68
%57.25

Codes

Color #6D585D in popluar color models

6D585D
RGB1098893
HSL346°10.66%38.63%
HSB/HSV346°19.27%42.75%
CMYK0.00%19.27%14.68%
57.25%

Color #6D585D in popluar number systems.

HEX6D585D
Decimal1098893
Binary110110110110001011101
Octal155130135

Shades and tints

Shades of #6D585D

#6D585D
(109,88,93)
#645055
(100,80,85)
#5B484D
(91,72,77)
#524045
(82,64,69)
#49383D
(73,56,61)
#403035
(64,48,53)
#37282D
(55,40,45)
#2E2025
(46,32,37)
#25181D
(37,24,29)
#1C1015
(28,16,21)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #6D585D

#6D585D
(109,88,93)
#7A676B
(122,103,107)
#877679
(135,118,121)
#948587
(148,133,135)
#A19495
(161,148,149)
#AEA3A3
(174,163,163)
#BBB2B1
(187,178,177)
#C8C1BF
(200,193,191)
#D5D0CD
(213,208,205)
#E2DFDB
(226,223,219)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D585D color. Also use rgb(109,88,93) instead hex code.

Text Font Color

.myTextColor { color: #6D585D; }

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

This text font color is #6D585D.


Background Color

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

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

This div background color is #6D585D.


Border color

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

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

This div border color is #6D585D.


Opacity

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

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

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

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

This text has shadow with #6D585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D585D on black background.


Color preview on white background

This text has color #6D585D on white background.



Black color preview on #6D585D background

This text has black color on #6D585D background.


White color preview on #6D585D background

This text has white color on #6D585D background.