COLOR #6C4C6A

HEX: #6C4C6A
RGB: (108,76,106)

Renk bilgisi

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

RGB renk modeli

#6C4C6A color RGB value is (108,76,106).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 76 of 255 = 30%
B 106 of 255 = 42%

108
76
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 76 + 106 = 290 (100%)
R 108 of 290 ~ 37.24%
G 76 of 290 ~ 26.21%
B 106 of 290 ~ 36.55%

%37.24
%26.21
%36.55

CMYK RENK MODELİ

#6C4C6A rengi CMYK tonu (0,30,2,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.63%
  • sarı tonu 1.85%
  • ana renk tonu 57.65%
CMYK:
(0,30,2,58)
C0M30Y2K58 
(0%,30%,2%,58%)
(0.00/0.30/0.02/0.58)	

CMYK yüzdeleri

%0
%29.63
%1.85
%57.65

Codes

Color #6C4C6A in popluar color models

6C4C6A
RGB10876106
HSL304°17.39%36.08%
HSB/HSV304°29.63%42.35%
CMYK0.00%29.63%1.85%
57.65%

Color #6C4C6A in popluar number systems.

HEX6C4C6A
Decimal10876106
Binary110110010011001101010
Octal154114152

Shades and tints

Shades of #6C4C6A

#6C4C6A
(108,76,106)
#634661
(99,70,97)
#5A4058
(90,64,88)
#513A4F
(81,58,79)
#483446
(72,52,70)
#3F2E3D
(63,46,61)
#362834
(54,40,52)
#2D222B
(45,34,43)
#241C22
(36,28,34)
#1B1619
(27,22,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C4C6A

#6C4C6A
(108,76,106)
#795C77
(121,92,119)
#866C84
(134,108,132)
#937C91
(147,124,145)
#A08C9E
(160,140,158)
#AD9CAB
(173,156,171)
#BAACB8
(186,172,184)
#C7BCC5
(199,188,197)
#D4CCD2
(212,204,210)
#E1DCDF
(225,220,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C6A; }

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

This text font color is #6C4C6A.


Background Color

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

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

This div background color is #6C4C6A.


Border color

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

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

This div border color is #6C4C6A.


Opacity

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

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

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

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

This text has shadow with #6C4C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C6A on black background.


Color preview on white background

This text has color #6C4C6A on white background.



Black color preview on #6C4C6A background

This text has black color on #6C4C6A background.


White color preview on #6C4C6A background

This text has white color on #6C4C6A background.