COLOR #6B4836

HEX: #6B4836
RGB: (107,72,54)

Renk bilgisi

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

RGB renk modeli

#6B4836 color RGB value is (107,72,54).

  • kırmız ton 107;
  • yeşil ton 72;
  • mavi ton 54.
RGB:
(107,72,54)
(42%,28%,21%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 72 of 255 = 28%
B 54 of 255 = 21%

107
72
54

R + G + B ~ 30%. #6B4836 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 72 + 54 = 233 (100%)
R 107 of 233 ~ 45.92%
G 72 of 233 ~ 30.9%
B 54 of 233 ~ 23.18%

%45.92
%30.9
%23.18

CMYK RENK MODELİ

#6B4836 rengi CMYK tonu (0,33,50,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.71%
  • sarı tonu 49.53%
  • ana renk tonu 58.04%
CMYK:
(0,33,50,58)
C0M33Y50K58 
(0%,33%,50%,58%)
(0.00/0.33/0.50/0.58)	

CMYK yüzdeleri

%0
%32.71
%49.53
%58.04

Codes

Color #6B4836 in popluar color models

6B4836
RGB1077254
HSL20°32.92%31.57%
HSB/HSV20°49.53%41.96%
CMYK0.00%32.71%49.53%
58.04%

Color #6B4836 in popluar number systems.

HEX6B4836
Decimal1077254
Binary11010111001000110110
Octal15311066

Shades and tints

Shades of #6B4836

#6B4836
(107,72,54)
#624232
(98,66,50)
#593C2E
(89,60,46)
#50362A
(80,54,42)
#473026
(71,48,38)
#3E2A22
(62,42,34)
#35241E
(53,36,30)
#2C1E1A
(44,30,26)
#231816
(35,24,22)
#1A1212
(26,18,18)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B4836

#6B4836
(107,72,54)
#785848
(120,88,72)
#85685A
(133,104,90)
#92786C
(146,120,108)
#9F887E
(159,136,126)
#AC9890
(172,152,144)
#B9A8A2
(185,168,162)
#C6B8B4
(198,184,180)
#D3C8C6
(211,200,198)
#E0D8D8
(224,216,216)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4836; }

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

This text font color is #6B4836.


Background Color

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

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

This div background color is #6B4836.


Border color

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

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

This div border color is #6B4836.


Opacity

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

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

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

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

This text has shadow with #6B4836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4836 on black background.


Color preview on white background

This text has color #6B4836 on white background.



Black color preview on #6B4836 background

This text has black color on #6B4836 background.


White color preview on #6B4836 background

This text has white color on #6B4836 background.