COLOR #C6B389

HEX: #C6B389
RGB: (198,179,137)

Renk bilgisi

#C6B389 contains mainly red and green colors. #C6B389 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C6B389 color RGB value is (198,179,137).

  • kırmız ton 198;
  • yeşil ton 179;
  • mavi ton 137.
RGB:
(198,179,137)
(78%,70%,54%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 179 of 255 = 70%
B 137 of 255 = 54%

198
179
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 179 + 137 = 514 (100%)
R 198 of 514 ~ 38.52%
G 179 of 514 ~ 34.82%
B 137 of 514 ~ 26.65%

%38.52
%34.82
%26.65

CMYK RENK MODELİ

#C6B389 rengi CMYK tonu (0,10,31,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.60%
  • sarı tonu 30.81%
  • ana renk tonu 22.35%
CMYK:
(0,10,31,22)
C0M10Y31K22 
(0%,10%,31%,22%)
(0.00/0.10/0.31/0.22)	

CMYK yüzdeleri

%0
%9.6
%30.81
%22.35

Codes

Color #C6B389 in popluar color models

C6B389
RGB198179137
HSL41°34.86%65.69%
HSB/HSV41°30.81%77.65%
CMYK0.00%9.60%30.81%
22.35%

Color #C6B389 in popluar number systems.

HEXC6B389
Decimal198179137
Binary110001101011001110001001
Octal306263211

Shades and tints

Shades of #C6B389

#C6B389
(198,179,137)
#B4A37D
(180,163,125)
#A29371
(162,147,113)
#908365
(144,131,101)
#7E7359
(126,115,89)
#6C634D
(108,99,77)
#5A5341
(90,83,65)
#484335
(72,67,53)
#363329
(54,51,41)
#24231D
(36,35,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #C6B389

#C6B389
(198,179,137)
#CBB993
(203,185,147)
#D0BF9D
(208,191,157)
#D5C5A7
(213,197,167)
#DACBB1
(218,203,177)
#DFD1BB
(223,209,187)
#E4D7C5
(228,215,197)
#E9DDCF
(233,221,207)
#EEE3D9
(238,227,217)
#F3E9E3
(243,233,227)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B389 color. Also use rgb(198,179,137) instead hex code.

Text Font Color

.myTextColor { color: #C6B389; }

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

This text font color is #C6B389.


Background Color

.myBgColor { background-color: #C6B389; }

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

This div background color is #C6B389.


Border color

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

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

This div border color is #C6B389.


Opacity

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

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

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

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

This text has shadow with #C6B389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B389 on black background.


Color preview on white background

This text has color #C6B389 on white background.



Black color preview on #C6B389 background

This text has black color on #C6B389 background.


White color preview on #C6B389 background

This text has white color on #C6B389 background.