COLOR #6B5656

HEX: #6B5656
RGB: (107,86,86)

Renk bilgisi

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

RGB renk modeli

#6B5656 color RGB value is (107,86,86).

  • kırmız ton 107;
  • yeşil ton 86;
  • mavi ton 86.
RGB:
(107,86,86)
(42%,34%,34%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 86 of 255 = 34%
B 86 of 255 = 34%

107
86
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 86 + 86 = 279 (100%)
R 107 of 279 ~ 38.35%
G 86 of 279 ~ 30.82%
B 86 of 279 ~ 30.82%

%38.35
%30.82
%30.82

CMYK RENK MODELİ

#6B5656 rengi CMYK tonu (0,20,20,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.63%
  • sarı tonu 19.63%
  • ana renk tonu 58.04%
CMYK:
(0,20,20,58)
C0M20Y20K58 
(0%,20%,20%,58%)
(0.00/0.20/0.20/0.58)	

CMYK yüzdeleri

%0
%19.63
%19.63
%58.04

Codes

Color #6B5656 in popluar color models

6B5656
RGB1078686
HSL10.88%37.84%
HSB/HSV19.63%41.96%
CMYK0.00%19.63%19.63%
58.04%

Color #6B5656 in popluar number systems.

HEX6B5656
Decimal1078686
Binary110101110101101010110
Octal153126126

Shades and tints

Shades of #6B5656

#6B5656
(107,86,86)
#624F4F
(98,79,79)
#594848
(89,72,72)
#504141
(80,65,65)
#473A3A
(71,58,58)
#3E3333
(62,51,51)
#352C2C
(53,44,44)
#2C2525
(44,37,37)
#231E1E
(35,30,30)
#1A1717
(26,23,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #6B5656

#6B5656
(107,86,86)
#786565
(120,101,101)
#857474
(133,116,116)
#928383
(146,131,131)
#9F9292
(159,146,146)
#ACA1A1
(172,161,161)
#B9B0B0
(185,176,176)
#C6BFBF
(198,191,191)
#D3CECE
(211,206,206)
#E0DDDD
(224,221,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5656 color. Also use rgb(107,86,86) instead hex code.

Text Font Color

.myTextColor { color: #6B5656; }

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

This text font color is #6B5656.


Background Color

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

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

This div background color is #6B5656.


Border color

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

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

This div border color is #6B5656.


Opacity

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

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

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

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

This text has shadow with #6B5656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5656 on black background.


Color preview on white background

This text has color #6B5656 on white background.



Black color preview on #6B5656 background

This text has black color on #6B5656 background.


White color preview on #6B5656 background

This text has white color on #6B5656 background.