COLOR #6D584C

HEX: #6D584C
RGB: (109,88,76)

Renk bilgisi

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

RGB renk modeli

#6D584C color RGB value is (109,88,76).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 88 of 255 = 35%
B 76 of 255 = 30%

109
88
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 88 + 76 = 273 (100%)
R 109 of 273 ~ 39.93%
G 88 of 273 ~ 32.23%
B 76 of 273 ~ 27.84%

%39.93
%32.23
%27.84

CMYK RENK MODELİ

#6D584C rengi CMYK tonu (0,19,30,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.27%
  • sarı tonu 30.28%
  • ana renk tonu 57.25%
CMYK:
(0,19,30,57)
C0M19Y30K57 
(0%,19%,30%,57%)
(0.00/0.19/0.30/0.57)	

CMYK yüzdeleri

%0
%19.27
%30.28
%57.25

Codes

Color #6D584C in popluar color models

6D584C
RGB1098876
HSL22°17.84%36.27%
HSB/HSV22°30.28%42.75%
CMYK0.00%19.27%30.28%
57.25%

Color #6D584C in popluar number systems.

HEX6D584C
Decimal1098876
Binary110110110110001001100
Octal155130114

Shades and tints

Shades of #6D584C

#6D584C
(109,88,76)
#645046
(100,80,70)
#5B4840
(91,72,64)
#52403A
(82,64,58)
#493834
(73,56,52)
#40302E
(64,48,46)
#372828
(55,40,40)
#2E2022
(46,32,34)
#25181C
(37,24,28)
#1C1016
(28,16,22)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #6D584C

#6D584C
(109,88,76)
#7A675C
(122,103,92)
#87766C
(135,118,108)
#94857C
(148,133,124)
#A1948C
(161,148,140)
#AEA39C
(174,163,156)
#BBB2AC
(187,178,172)
#C8C1BC
(200,193,188)
#D5D0CC
(213,208,204)
#E2DFDC
(226,223,220)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D584C; }

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

This text font color is #6D584C.


Background Color

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

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

This div background color is #6D584C.


Border color

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

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

This div border color is #6D584C.


Opacity

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

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

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

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

This text has shadow with #6D584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D584C on black background.


Color preview on white background

This text has color #6D584C on white background.



Black color preview on #6D584C background

This text has black color on #6D584C background.


White color preview on #6D584C background

This text has white color on #6D584C background.