COLOR #6B4221

HEX: #6B4221
RGB: (107,66,33)

Renk bilgisi

#6B4221 contains mainly red and green colors. #6B4221 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#6B4221 color RGB value is (107,66,33).

  • kırmız ton 107;
  • yeşil ton 66;
  • mavi ton 33.
RGB:
(107,66,33)
(42%,26%,13%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 66 of 255 = 26%
B 33 of 255 = 13%

107
66
33

R + G + B ~ 27%. #6B4221 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 66 + 33 = 206 (100%)
R 107 of 206 ~ 51.94%
G 66 of 206 ~ 32.04%
B 33 of 206 ~ 16.02%

%51.94
%32.04
%16.02

CMYK RENK MODELİ

#6B4221 rengi CMYK tonu (0,38,69,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.32%
  • sarı tonu 69.16%
  • ana renk tonu 58.04%
CMYK:
(0,38,69,58)
C0M38Y69K58 
(0%,38%,69%,58%)
(0.00/0.38/0.69/0.58)	

CMYK yüzdeleri

%0
%38.32
%69.16
%58.04

Codes

Color #6B4221 in popluar color models

6B4221
RGB1076633
HSL27°52.86%27.45%
HSB/HSV27°69.16%41.96%
CMYK0.00%38.32%69.16%
58.04%

Color #6B4221 in popluar number systems.

HEX6B4221
Decimal1076633
Binary11010111000010100001
Octal15310241

Shades and tints

Shades of #6B4221

#6B4221
(107,66,33)
#623C1E
(98,60,30)
#59361B
(89,54,27)
#503018
(80,48,24)
#472A15
(71,42,21)
#3E2412
(62,36,18)
#351E0F
(53,30,15)
#2C180C
(44,24,12)
#231209
(35,18,9)
#1A0C06
(26,12,6)
#110603
(17,6,3)
#000000
(0,0,0)

Tints of #6B4221

#6B4221
(107,66,33)
#785335
(120,83,53)
#856449
(133,100,73)
#92755D
(146,117,93)
#9F8671
(159,134,113)
#AC9785
(172,151,133)
#B9A899
(185,168,153)
#C6B9AD
(198,185,173)
#D3CAC1
(211,202,193)
#E0DBD5
(224,219,213)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4221; }

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

This text font color is #6B4221.


Background Color

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

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

This div background color is #6B4221.


Border color

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

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

This div border color is #6B4221.


Opacity

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

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

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

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

This text has shadow with #6B4221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4221 on black background.


Color preview on white background

This text has color #6B4221 on white background.



Black color preview on #6B4221 background

This text has black color on #6B4221 background.


White color preview on #6B4221 background

This text has white color on #6B4221 background.