COLOR #6C4C51

HEX: #6C4C51
RGB: (108,76,81)

Renk bilgisi

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

RGB renk modeli

#6C4C51 color RGB value is (108,76,81).

  • kırmız ton 108;
  • yeşil ton 76;
  • mavi ton 81.
RGB:
(108,76,81)
(42%,30%,32%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 76 of 255 = 30%
B 81 of 255 = 32%

108
76
81

R + G + B ~ 35%. #6C4C51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 76 + 81 = 265 (100%)
R 108 of 265 ~ 40.75%
G 76 of 265 ~ 28.68%
B 81 of 265 ~ 30.57%

%40.75
%28.68
%30.57

CMYK RENK MODELİ

#6C4C51 rengi CMYK tonu (0,30,25,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.63%
  • sarı tonu 25.00%
  • ana renk tonu 57.65%
CMYK:
(0,30,25,58)
C0M30Y25K58 
(0%,30%,25%,58%)
(0.00/0.30/0.25/0.58)	

CMYK yüzdeleri

%0
%29.63
%25
%57.65

Codes

Color #6C4C51 in popluar color models

6C4C51
RGB1087681
HSL351°17.39%36.08%
HSB/HSV351°29.63%42.35%
CMYK0.00%29.63%25.00%
57.65%

Color #6C4C51 in popluar number systems.

HEX6C4C51
Decimal1087681
Binary110110010011001010001
Octal154114121

Shades and tints

Shades of #6C4C51

#6C4C51
(108,76,81)
#63464A
(99,70,74)
#5A4043
(90,64,67)
#513A3C
(81,58,60)
#483435
(72,52,53)
#3F2E2E
(63,46,46)
#362827
(54,40,39)
#2D2220
(45,34,32)
#241C19
(36,28,25)
#1B1612
(27,22,18)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C4C51

#6C4C51
(108,76,81)
#795C60
(121,92,96)
#866C6F
(134,108,111)
#937C7E
(147,124,126)
#A08C8D
(160,140,141)
#AD9C9C
(173,156,156)
#BAACAB
(186,172,171)
#C7BCBA
(199,188,186)
#D4CCC9
(212,204,201)
#E1DCD8
(225,220,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4C51 color. Also use rgb(108,76,81) instead hex code.

Text Font Color

.myTextColor { color: #6C4C51; }

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

This text font color is #6C4C51.


Background Color

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

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

This div background color is #6C4C51.


Border color

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

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

This div border color is #6C4C51.


Opacity

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

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

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

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

This text has shadow with #6C4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C51 on black background.


Color preview on white background

This text has color #6C4C51 on white background.



Black color preview on #6C4C51 background

This text has black color on #6C4C51 background.


White color preview on #6C4C51 background

This text has white color on #6C4C51 background.