COLOR #9B6D6A

HEX: #9B6D6A
RGB: (155,109,106)

Renk bilgisi

#9B6D6A contains red, green and blue colors in about the same proportion. #9B6D6A ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#9B6D6A color RGB value is (155,109,106).

  • kırmız ton 155;
  • yeşil ton 109;
  • mavi ton 106.
RGB:
(155,109,106)
(61%,43%,42%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 109 of 255 = 43%
B 106 of 255 = 42%

155
109
106

R + G + B ~ 49%. #9B6D6A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 109 + 106 = 370 (100%)
R 155 of 370 ~ 41.89%
G 109 of 370 ~ 29.46%
B 106 of 370 ~ 28.65%

%41.89
%29.46
%28.65

CMYK RENK MODELİ

#9B6D6A rengi CMYK tonu (0,30,32,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.68%
  • sarı tonu 31.61%
  • ana renk tonu 39.22%
CMYK:
(0,30,32,39)
C0M30Y32K39 
(0%,30%,32%,39%)
(0.00/0.30/0.32/0.39)	

CMYK yüzdeleri

%0
%29.68
%31.61
%39.22

Codes

Color #9B6D6A in popluar color models

9B6D6A
RGB155109106
HSL19.68%51.18%
HSB/HSV31.61%60.78%
CMYK0.00%29.68%31.61%
39.22%

Color #9B6D6A in popluar number systems.

HEX9B6D6A
Decimal155109106
Binary1001101111011011101010
Octal233155152

Shades and tints

Shades of #9B6D6A

#9B6D6A
(155,109,106)
#8D6461
(141,100,97)
#7F5B58
(127,91,88)
#71524F
(113,82,79)
#634946
(99,73,70)
#55403D
(85,64,61)
#473734
(71,55,52)
#392E2B
(57,46,43)
#2B2522
(43,37,34)
#1D1C19
(29,28,25)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9B6D6A

#9B6D6A
(155,109,106)
#A47A77
(164,122,119)
#AD8784
(173,135,132)
#B69491
(182,148,145)
#BFA19E
(191,161,158)
#C8AEAB
(200,174,171)
#D1BBB8
(209,187,184)
#DAC8C5
(218,200,197)
#E3D5D2
(227,213,210)
#ECE2DF
(236,226,223)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6D6A color. Also use rgb(155,109,106) instead hex code.

Text Font Color

.myTextColor { color: #9B6D6A; }

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

This text font color is #9B6D6A.


Background Color

.myBgColor { background-color: #9B6D6A; }

<div style="background-color:#9B6D6A">Inner text</div>

This div background color is #9B6D6A.


Border color

.myBorderColor { border: 1px solid #9B6D6A; }

<div style="border:3px solid #9B6D6A">Div</div>

This div border color is #9B6D6A.


Opacity

.myOpacity80 { color: #9B6D6A; opacity: 0.8; }

<p style="color:#9B6D6A;opacity:0.8;">80%</p>

Text with #9B6D6A 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 #9B6D6A;}

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

This text has shadow with #9B6D6A color.

.textShadow {text-shadow: 3px 3px 1px #9B6D6A, 3px 3px 1px red;}

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

This text has shadow with #9B6D6A primary color and red secondary color.


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

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

This text has shadow with #9B6D6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6D6A on black background.


Color preview on white background

This text has color #9B6D6A on white background.



Black color preview on #9B6D6A background

This text has black color on #9B6D6A background.


White color preview on #9B6D6A background

This text has white color on #9B6D6A background.