COLOR #C6A339

HEX: #C6A339
RGB: (198,163,57)

Renk bilgisi

#C6A339 contains mainly red and green colors. #C6A339 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#C6A339 color RGB value is (198,163,57).

  • kırmız ton 198;
  • yeşil ton 163;
  • mavi ton 57.
RGB:
(198,163,57)
(78%,64%,22%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 163 of 255 = 64%
B 57 of 255 = 22%

198
163
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 163 + 57 = 418 (100%)
R 198 of 418 ~ 47.37%
G 163 of 418 ~ 39%
B 57 of 418 ~ 13.64%

%47.37
%39
%13.64

CMYK RENK MODELİ

#C6A339 rengi CMYK tonu (0,18,71,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.68%
  • sarı tonu 71.21%
  • ana renk tonu 22.35%
CMYK:
(0,18,71,22)
C0M18Y71K22 
(0%,18%,71%,22%)
(0.00/0.18/0.71/0.22)	

CMYK yüzdeleri

%0
%17.68
%71.21
%22.35

Codes

Color #C6A339 in popluar color models

C6A339
RGB19816357
HSL45°55.29%50.00%
HSB/HSV45°71.21%77.65%
CMYK0.00%17.68%71.21%
22.35%

Color #C6A339 in popluar number systems.

HEXC6A339
Decimal19816357
Binary1100011010100011111001
Octal30624371

Shades and tints

Shades of #C6A339

#C6A339
(198,163,57)
#B49534
(180,149,52)
#A2872F
(162,135,47)
#90792A
(144,121,42)
#7E6B25
(126,107,37)
#6C5D20
(108,93,32)
#5A4F1B
(90,79,27)
#484116
(72,65,22)
#363311
(54,51,17)
#24250C
(36,37,12)
#121707
(18,23,7)
#000000
(0,0,0)

Tints of #C6A339

#C6A339
(198,163,57)
#CBAB4B
(203,171,75)
#D0B35D
(208,179,93)
#D5BB6F
(213,187,111)
#DAC381
(218,195,129)
#DFCB93
(223,203,147)
#E4D3A5
(228,211,165)
#E9DBB7
(233,219,183)
#EEE3C9
(238,227,201)
#F3EBDB
(243,235,219)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A339 color. Also use rgb(198,163,57) instead hex code.

Text Font Color

.myTextColor { color: #C6A339; }

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

This text font color is #C6A339.


Background Color

.myBgColor { background-color: #C6A339; }

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

This div background color is #C6A339.


Border color

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

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

This div border color is #C6A339.


Opacity

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

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

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

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

This text has shadow with #C6A339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A339 on black background.


Color preview on white background

This text has color #C6A339 on white background.



Black color preview on #C6A339 background

This text has black color on #C6A339 background.


White color preview on #C6A339 background

This text has white color on #C6A339 background.