COLOR #C6B586

HEX: #C6B586
RGB: (198,181,134)

Renk bilgisi

#C6B586 contains mainly red and green colors. #C6B586 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6B586 color RGB value is (198,181,134).

  • kırmız ton 198;
  • yeşil ton 181;
  • mavi ton 134.
RGB:
(198,181,134)
(78%,71%,53%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 181 of 255 = 71%
B 134 of 255 = 53%

198
181
134

R + G + B ~ 67%. #C6B586 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 181 + 134 = 513 (100%)
R 198 of 513 ~ 38.6%
G 181 of 513 ~ 35.28%
B 134 of 513 ~ 26.12%

%38.6
%35.28
%26.12

CMYK RENK MODELİ

#C6B586 rengi CMYK tonu (0,9,32,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.59%
  • sarı tonu 32.32%
  • ana renk tonu 22.35%
CMYK:
(0,9,32,22)
C0M9Y32K22 
(0%,9%,32%,22%)
(0.00/0.09/0.32/0.22)	

CMYK yüzdeleri

%0
%8.59
%32.32
%22.35

Codes

Color #C6B586 in popluar color models

C6B586
RGB198181134
HSL44°35.96%65.10%
HSB/HSV44°32.32%77.65%
CMYK0.00%8.59%32.32%
22.35%

Color #C6B586 in popluar number systems.

HEXC6B586
Decimal198181134
Binary110001101011010110000110
Octal306265206

Shades and tints

Shades of #C6B586

#C6B586
(198,181,134)
#B4A57A
(180,165,122)
#A2956E
(162,149,110)
#908562
(144,133,98)
#7E7556
(126,117,86)
#6C654A
(108,101,74)
#5A553E
(90,85,62)
#484532
(72,69,50)
#363526
(54,53,38)
#24251A
(36,37,26)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #C6B586

#C6B586
(198,181,134)
#CBBB91
(203,187,145)
#D0C19C
(208,193,156)
#D5C7A7
(213,199,167)
#DACDB2
(218,205,178)
#DFD3BD
(223,211,189)
#E4D9C8
(228,217,200)
#E9DFD3
(233,223,211)
#EEE5DE
(238,229,222)
#F3EBE9
(243,235,233)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B586 color. Also use rgb(198,181,134) instead hex code.

Text Font Color

.myTextColor { color: #C6B586; }

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

This text font color is #C6B586.


Background Color

.myBgColor { background-color: #C6B586; }

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

This div background color is #C6B586.


Border color

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

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

This div border color is #C6B586.


Opacity

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

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

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

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

This text has shadow with #C6B586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B586 on black background.


Color preview on white background

This text has color #C6B586 on white background.



Black color preview on #C6B586 background

This text has black color on #C6B586 background.


White color preview on #C6B586 background

This text has white color on #C6B586 background.