COLOR #6B5551

HEX: #6B5551
RGB: (107,85,81)

Renk bilgisi

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

RGB renk modeli

#6B5551 color RGB value is (107,85,81).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 85 of 255 = 33%
B 81 of 255 = 32%

107
85
81

R + G + B ~ 36%. #6B5551 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 85 + 81 = 273 (100%)
R 107 of 273 ~ 39.19%
G 85 of 273 ~ 31.14%
B 81 of 273 ~ 29.67%

%39.19
%31.14
%29.67

CMYK RENK MODELİ

#6B5551 rengi CMYK tonu (0,21,24,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.56%
  • sarı tonu 24.30%
  • ana renk tonu 58.04%
CMYK:
(0,21,24,58)
C0M21Y24K58 
(0%,21%,24%,58%)
(0.00/0.21/0.24/0.58)	

CMYK yüzdeleri

%0
%20.56
%24.3
%58.04

Codes

Color #6B5551 in popluar color models

6B5551
RGB1078581
HSL13.83%36.86%
HSB/HSV24.30%41.96%
CMYK0.00%20.56%24.30%
58.04%

Color #6B5551 in popluar number systems.

HEX6B5551
Decimal1078581
Binary110101110101011010001
Octal153125121

Shades and tints

Shades of #6B5551

#6B5551
(107,85,81)
#624E4A
(98,78,74)
#594743
(89,71,67)
#50403C
(80,64,60)
#473935
(71,57,53)
#3E322E
(62,50,46)
#352B27
(53,43,39)
#2C2420
(44,36,32)
#231D19
(35,29,25)
#1A1612
(26,22,18)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B5551

#6B5551
(107,85,81)
#786460
(120,100,96)
#85736F
(133,115,111)
#92827E
(146,130,126)
#9F918D
(159,145,141)
#ACA09C
(172,160,156)
#B9AFAB
(185,175,171)
#C6BEBA
(198,190,186)
#D3CDC9
(211,205,201)
#E0DCD8
(224,220,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5551; }

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

This text font color is #6B5551.


Background Color

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

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

This div background color is #6B5551.


Border color

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

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

This div border color is #6B5551.


Opacity

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

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

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

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

This text has shadow with #6B5551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5551 on black background.


Color preview on white background

This text has color #6B5551 on white background.



Black color preview on #6B5551 background

This text has black color on #6B5551 background.


White color preview on #6B5551 background

This text has white color on #6B5551 background.