COLOR #C6836C

HEX: #C6836C
RGB: (198,131,108)

Renk bilgisi

#C6836C contains mainly red color. #C6836C ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C6836C color RGB value is (198,131,108).

  • kırmız ton 198;
  • yeşil ton 131;
  • mavi ton 108.
RGB:
(198,131,108)
(78%,51%,42%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 131 of 255 = 51%
B 108 of 255 = 42%

198
131
108

R + G + B ~ 57%. #C6836C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 131 + 108 = 437 (100%)
R 198 of 437 ~ 45.31%
G 131 of 437 ~ 29.98%
B 108 of 437 ~ 24.71%

%45.31
%29.98
%24.71

CMYK RENK MODELİ

#C6836C rengi CMYK tonu (0,34,45,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.84%
  • sarı tonu 45.45%
  • ana renk tonu 22.35%
CMYK:
(0,34,45,22)
C0M34Y45K22 
(0%,34%,45%,22%)
(0.00/0.34/0.45/0.22)	

CMYK yüzdeleri

%0
%33.84
%45.45
%22.35

Codes

Color #C6836C in popluar color models

C6836C
RGB198131108
HSL15°44.12%60.00%
HSB/HSV15°45.45%77.65%
CMYK0.00%33.84%45.45%
22.35%

Color #C6836C in popluar number systems.

HEXC6836C
Decimal198131108
Binary11000110100000111101100
Octal306203154

Shades and tints

Shades of #C6836C

#C6836C
(198,131,108)
#B47863
(180,120,99)
#A26D5A
(162,109,90)
#906251
(144,98,81)
#7E5748
(126,87,72)
#6C4C3F
(108,76,63)
#5A4136
(90,65,54)
#48362D
(72,54,45)
#362B24
(54,43,36)
#24201B
(36,32,27)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6836C

#C6836C
(198,131,108)
#CB8E79
(203,142,121)
#D09986
(208,153,134)
#D5A493
(213,164,147)
#DAAFA0
(218,175,160)
#DFBAAD
(223,186,173)
#E4C5BA
(228,197,186)
#E9D0C7
(233,208,199)
#EEDBD4
(238,219,212)
#F3E6E1
(243,230,225)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6836C color. Also use rgb(198,131,108) instead hex code.

Text Font Color

.myTextColor { color: #C6836C; }

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

This text font color is #C6836C.


Background Color

.myBgColor { background-color: #C6836C; }

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

This div background color is #C6836C.


Border color

.myBorderColor { border: 1px solid #C6836C; }

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

This div border color is #C6836C.


Opacity

.myOpacity80 { color: #C6836C; opacity: 0.8; }

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

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

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

This text has shadow with #C6836C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6836C on black background.


Color preview on white background

This text has color #C6836C on white background.



Black color preview on #C6836C background

This text has black color on #C6836C background.


White color preview on #C6836C background

This text has white color on #C6836C background.