COLOR #6B5251

HEX: #6B5251
RGB: (107,82,81)

Renk bilgisi

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

RGB renk modeli

#6B5251 color RGB value is (107,82,81).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 82 of 255 = 32%
B 81 of 255 = 32%

107
82
81

R + G + B ~ 35%. #6B5251 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 82 + 81 = 270 (100%)
R 107 of 270 ~ 39.63%
G 82 of 270 ~ 30.37%
B 81 of 270 ~ 30%

%39.63
%30.37
%30

CMYK RENK MODELİ

#6B5251 rengi CMYK tonu (0,23,24,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.36%
  • sarı tonu 24.30%
  • ana renk tonu 58.04%
CMYK:
(0,23,24,58)
C0M23Y24K58 
(0%,23%,24%,58%)
(0.00/0.23/0.24/0.58)	

CMYK yüzdeleri

%0
%23.36
%24.3
%58.04

Codes

Color #6B5251 in popluar color models

6B5251
RGB1078281
HSL13.83%36.86%
HSB/HSV24.30%41.96%
CMYK0.00%23.36%24.30%
58.04%

Color #6B5251 in popluar number systems.

HEX6B5251
Decimal1078281
Binary110101110100101010001
Octal153122121

Shades and tints

Shades of #6B5251

#6B5251
(107,82,81)
#624B4A
(98,75,74)
#594443
(89,68,67)
#503D3C
(80,61,60)
#473635
(71,54,53)
#3E2F2E
(62,47,46)
#352827
(53,40,39)
#2C2120
(44,33,32)
#231A19
(35,26,25)
#1A1312
(26,19,18)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B5251

#6B5251
(107,82,81)
#786160
(120,97,96)
#85706F
(133,112,111)
#927F7E
(146,127,126)
#9F8E8D
(159,142,141)
#AC9D9C
(172,157,156)
#B9ACAB
(185,172,171)
#C6BBBA
(198,187,186)
#D3CAC9
(211,202,201)
#E0D9D8
(224,217,216)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5251; }

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

This text font color is #6B5251.


Background Color

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

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

This div background color is #6B5251.


Border color

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

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

This div border color is #6B5251.


Opacity

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

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

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

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

This text has shadow with #6B5251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5251 on black background.


Color preview on white background

This text has color #6B5251 on white background.



Black color preview on #6B5251 background

This text has black color on #6B5251 background.


White color preview on #6B5251 background

This text has white color on #6B5251 background.