COLOR #996C29

HEX: #996C29
RGB: (153,108,41)

Renk bilgisi

#996C29 contains mainly red and green colors. #996C29 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#996C29 color RGB value is (153,108,41).

  • kırmız ton 153;
  • yeşil ton 108;
  • mavi ton 41.
RGB:
(153,108,41)
(60%,42%,16%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 108 of 255 = 42%
B 41 of 255 = 16%

153
108
41

R + G + B ~ 39%. #996C29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 108 + 41 = 302 (100%)
R 153 of 302 ~ 50.66%
G 108 of 302 ~ 35.76%
B 41 of 302 ~ 13.58%

%50.66
%35.76
%13.58

CMYK RENK MODELİ

#996C29 rengi CMYK tonu (0,29,73,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.41%
  • sarı tonu 73.20%
  • ana renk tonu 40.00%
CMYK:
(0,29,73,40)
C0M29Y73K40 
(0%,29%,73%,40%)
(0.00/0.29/0.73/0.40)	

CMYK yüzdeleri

%0
%29.41
%73.2
%40

Codes

Color #996C29 in popluar color models

996C29
RGB15310841
HSL36°57.73%38.04%
HSB/HSV36°73.20%60.00%
CMYK0.00%29.41%73.20%
40.00%

Color #996C29 in popluar number systems.

HEX996C29
Decimal15310841
Binary100110011101100101001
Octal23115451

Shades and tints

Shades of #996C29

#996C29
(153,108,41)
#8C6326
(140,99,38)
#7F5A23
(127,90,35)
#725120
(114,81,32)
#65481D
(101,72,29)
#583F1A
(88,63,26)
#4B3617
(75,54,23)
#3E2D14
(62,45,20)
#312411
(49,36,17)
#241B0E
(36,27,14)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #996C29

#996C29
(153,108,41)
#A2793C
(162,121,60)
#AB864F
(171,134,79)
#B49362
(180,147,98)
#BDA075
(189,160,117)
#C6AD88
(198,173,136)
#CFBA9B
(207,186,155)
#D8C7AE
(216,199,174)
#E1D4C1
(225,212,193)
#EAE1D4
(234,225,212)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C29 color. Also use rgb(153,108,41) instead hex code.

Text Font Color

.myTextColor { color: #996C29; }

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

This text font color is #996C29.


Background Color

.myBgColor { background-color: #996C29; }

<div style="background-color:#996C29">Inner text</div>

This div background color is #996C29.


Border color

.myBorderColor { border: 1px solid #996C29; }

<div style="border:3px solid #996C29">Div</div>

This div border color is #996C29.


Opacity

.myOpacity80 { color: #996C29; opacity: 0.8; }

<p style="color:#996C29;opacity:0.8;">80%</p>

Text with #996C29 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 #996C29;}

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

This text has shadow with #996C29 color.

.textShadow {text-shadow: 3px 3px 1px #996C29, 3px 3px 1px red;}

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

This text has shadow with #996C29 primary color and red secondary color.


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

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

This text has shadow with #996C29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C29 on black background.


Color preview on white background

This text has color #996C29 on white background.



Black color preview on #996C29 background

This text has black color on #996C29 background.


White color preview on #996C29 background

This text has white color on #996C29 background.