COLOR #6D6359

HEX: #6D6359
RGB: (109,99,89)

Renk bilgisi

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

RGB renk modeli

#6D6359 color RGB value is (109,99,89).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 89.
RGB:
(109,99,89)
(43%,39%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 89 of 255 = 35%

109
99
89

R + G + B ~ 39%. #6D6359 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 89 = 297 (100%)
R 109 of 297 ~ 36.7%
G 99 of 297 ~ 33.33%
B 89 of 297 ~ 29.97%

%36.7
%33.33
%29.97

CMYK RENK MODELİ

#6D6359 rengi CMYK tonu (0,9,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 18.35%
  • ana renk tonu 57.25%
CMYK:
(0,9,18,57)
C0M9Y18K57 
(0%,9%,18%,57%)
(0.00/0.09/0.18/0.57)	

CMYK yüzdeleri

%0
%9.17
%18.35
%57.25

Codes

Color #6D6359 in popluar color models

6D6359
RGB1099989
HSL30°10.10%38.82%
HSB/HSV30°18.35%42.75%
CMYK0.00%9.17%18.35%
57.25%

Color #6D6359 in popluar number systems.

HEX6D6359
Decimal1099989
Binary110110111000111011001
Octal155143131

Shades and tints

Shades of #6D6359

#6D6359
(109,99,89)
#645A51
(100,90,81)
#5B5149
(91,81,73)
#524841
(82,72,65)
#493F39
(73,63,57)
#403631
(64,54,49)
#372D29
(55,45,41)
#2E2421
(46,36,33)
#251B19
(37,27,25)
#1C1211
(28,18,17)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #6D6359

#6D6359
(109,99,89)
#7A7168
(122,113,104)
#877F77
(135,127,119)
#948D86
(148,141,134)
#A19B95
(161,155,149)
#AEA9A4
(174,169,164)
#BBB7B3
(187,183,179)
#C8C5C2
(200,197,194)
#D5D3D1
(213,211,209)
#E2E1E0
(226,225,224)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6359 color. Also use rgb(109,99,89) instead hex code.

Text Font Color

.myTextColor { color: #6D6359; }

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

This text font color is #6D6359.


Background Color

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

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

This div background color is #6D6359.


Border color

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

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

This div border color is #6D6359.


Opacity

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

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

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

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

This text has shadow with #6D6359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6359 on black background.


Color preview on white background

This text has color #6D6359 on white background.



Black color preview on #6D6359 background

This text has black color on #6D6359 background.


White color preview on #6D6359 background

This text has white color on #6D6359 background.