COLOR #6C4A48

HEX: #6C4A48
RGB: (108,74,72)

Renk bilgisi

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

RGB renk modeli

#6C4A48 color RGB value is (108,74,72).

  • kırmız ton 108;
  • yeşil ton 74;
  • mavi ton 72.
RGB:
(108,74,72)
(42%,29%,28%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 74 of 255 = 29%
B 72 of 255 = 28%

108
74
72

R + G + B ~ 33%. #6C4A48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 74 + 72 = 254 (100%)
R 108 of 254 ~ 42.52%
G 74 of 254 ~ 29.13%
B 72 of 254 ~ 28.35%

%42.52
%29.13
%28.35

CMYK RENK MODELİ

#6C4A48 rengi CMYK tonu (0,31,33,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.48%
  • sarı tonu 33.33%
  • ana renk tonu 57.65%
CMYK:
(0,31,33,58)
C0M31Y33K58 
(0%,31%,33%,58%)
(0.00/0.31/0.33/0.58)	

CMYK yüzdeleri

%0
%31.48
%33.33
%57.65

Codes

Color #6C4A48 in popluar color models

6C4A48
RGB1087472
HSL20.00%35.29%
HSB/HSV33.33%42.35%
CMYK0.00%31.48%33.33%
57.65%

Color #6C4A48 in popluar number systems.

HEX6C4A48
Decimal1087472
Binary110110010010101001000
Octal154112110

Shades and tints

Shades of #6C4A48

#6C4A48
(108,74,72)
#634442
(99,68,66)
#5A3E3C
(90,62,60)
#513836
(81,56,54)
#483230
(72,50,48)
#3F2C2A
(63,44,42)
#362624
(54,38,36)
#2D201E
(45,32,30)
#241A18
(36,26,24)
#1B1412
(27,20,18)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C4A48

#6C4A48
(108,74,72)
#795A58
(121,90,88)
#866A68
(134,106,104)
#937A78
(147,122,120)
#A08A88
(160,138,136)
#AD9A98
(173,154,152)
#BAAAA8
(186,170,168)
#C7BAB8
(199,186,184)
#D4CAC8
(212,202,200)
#E1DAD8
(225,218,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4A48 color. Also use rgb(108,74,72) instead hex code.

Text Font Color

.myTextColor { color: #6C4A48; }

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

This text font color is #6C4A48.


Background Color

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

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

This div background color is #6C4A48.


Border color

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

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

This div border color is #6C4A48.


Opacity

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

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

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

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

This text has shadow with #6C4A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4A48 on black background.


Color preview on white background

This text has color #6C4A48 on white background.



Black color preview on #6C4A48 background

This text has black color on #6C4A48 background.


White color preview on #6C4A48 background

This text has white color on #6C4A48 background.