COLOR #6D4C4B

HEX: #6D4C4B
RGB: (109,76,75)

Renk bilgisi

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

RGB renk modeli

#6D4C4B color RGB value is (109,76,75).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 76 of 255 = 30%
B 75 of 255 = 29%

109
76
75

R + G + B ~ 34%. #6D4C4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 76 + 75 = 260 (100%)
R 109 of 260 ~ 41.92%
G 76 of 260 ~ 29.23%
B 75 of 260 ~ 28.85%

%41.92
%29.23
%28.85

CMYK RENK MODELİ

#6D4C4B rengi CMYK tonu (0,30,31,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.28%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(0,30,31,57)
C0M30Y31K57 
(0%,30%,31%,57%)
(0.00/0.30/0.31/0.57)	

CMYK yüzdeleri

%0
%30.28
%31.19
%57.25

Codes

Color #6D4C4B in popluar color models

6D4C4B
RGB1097675
HSL18.48%36.08%
HSB/HSV31.19%42.75%
CMYK0.00%30.28%31.19%
57.25%

Color #6D4C4B in popluar number systems.

HEX6D4C4B
Decimal1097675
Binary110110110011001001011
Octal155114113

Shades and tints

Shades of #6D4C4B

#6D4C4B
(109,76,75)
#644645
(100,70,69)
#5B403F
(91,64,63)
#523A39
(82,58,57)
#493433
(73,52,51)
#402E2D
(64,46,45)
#372827
(55,40,39)
#2E2221
(46,34,33)
#251C1B
(37,28,27)
#1C1615
(28,22,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D4C4B

#6D4C4B
(109,76,75)
#7A5C5B
(122,92,91)
#876C6B
(135,108,107)
#947C7B
(148,124,123)
#A18C8B
(161,140,139)
#AE9C9B
(174,156,155)
#BBACAB
(187,172,171)
#C8BCBB
(200,188,187)
#D5CCCB
(213,204,203)
#E2DCDB
(226,220,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4C4B; }

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

This text font color is #6D4C4B.


Background Color

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

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

This div background color is #6D4C4B.


Border color

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

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

This div border color is #6D4C4B.


Opacity

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

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

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

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

This text has shadow with #6D4C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4C4B on black background.


Color preview on white background

This text has color #6D4C4B on white background.



Black color preview on #6D4C4B background

This text has black color on #6D4C4B background.


White color preview on #6D4C4B background

This text has white color on #6D4C4B background.