COLOR #6C684A

HEX: #6C684A
RGB: (108,104,74)

Renk bilgisi

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

RGB renk modeli

#6C684A color RGB value is (108,104,74).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 104 of 255 = 41%
B 74 of 255 = 29%

108
104
74

R + G + B ~ 37%. #6C684A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 104 + 74 = 286 (100%)
R 108 of 286 ~ 37.76%
G 104 of 286 ~ 36.36%
B 74 of 286 ~ 25.87%

%37.76
%36.36
%25.87

CMYK RENK MODELİ

#6C684A rengi CMYK tonu (0,4,31,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.70%
  • sarı tonu 31.48%
  • ana renk tonu 57.65%
CMYK:
(0,4,31,58)
C0M4Y31K58 
(0%,4%,31%,58%)
(0.00/0.04/0.31/0.58)	

CMYK yüzdeleri

%0
%3.7
%31.48
%57.65

Codes

Color #6C684A in popluar color models

6C684A
RGB10810474
HSL53°18.68%35.69%
HSB/HSV53°31.48%42.35%
CMYK0.00%3.70%31.48%
57.65%

Color #6C684A in popluar number systems.

HEX6C684A
Decimal10810474
Binary110110011010001001010
Octal154150112

Shades and tints

Shades of #6C684A

#6C684A
(108,104,74)
#635F44
(99,95,68)
#5A563E
(90,86,62)
#514D38
(81,77,56)
#484432
(72,68,50)
#3F3B2C
(63,59,44)
#363226
(54,50,38)
#2D2920
(45,41,32)
#24201A
(36,32,26)
#1B1714
(27,23,20)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C684A

#6C684A
(108,104,74)
#79755A
(121,117,90)
#86826A
(134,130,106)
#938F7A
(147,143,122)
#A09C8A
(160,156,138)
#ADA99A
(173,169,154)
#BAB6AA
(186,182,170)
#C7C3BA
(199,195,186)
#D4D0CA
(212,208,202)
#E1DDDA
(225,221,218)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C684A; }

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

This text font color is #6C684A.


Background Color

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

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

This div background color is #6C684A.


Border color

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

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

This div border color is #6C684A.


Opacity

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

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

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

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

This text has shadow with #6C684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C684A on black background.


Color preview on white background

This text has color #6C684A on white background.



Black color preview on #6C684A background

This text has black color on #6C684A background.


White color preview on #6C684A background

This text has white color on #6C684A background.