COLOR #C6A036

HEX: #C6A036 RGB: (198,160,54)

Color info

#C6A036 contains mainly red and green colors. Web safe color of #C6A036 is #CC9933 (or #C93).

RGB color model

#C6A036 color RGB value is (198,160,54).

RGB: (198,160,54) (78%, 63%, 21%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 54 of 255 = 21%

198
160
54

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

Portions of RGB colors in percentages

R + G + B = 198 + 160 + 54 = 412 (100%)
R 198 of 412 ~ 48.06%
G 160 of 412 ~ 38.83%
B 54 of 412 ~ 13.11'%

%48.06
%38.83
%13.11

CMYK color model

#C6A036 color CMYK value is (0,19,73,22).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 72.73%
  • key color value is 22.35%
CMYK: (0,19,73,22) C0M19Y73K22 (0%,19%,73%,22%) (0.00/0.19/0.73/0.22) 

CMYK percentages

%0
%19.19
%72.73
%22.35

Codes

Color #C6A036 in popluar color models

C6 A0 36
RGB 198 160 54
HSL 44° 57.14% 49.41%
HSB/HSV 44° 72.73% 77.65%
CMYK 0.00% 19.19% 72.73%
22.35%

Color #C6A036 in popluar number systems.

HEX C6 A0 36
Decimal 198 160 54
Binary 11000110 10100000 110110
Octal 306 240 66

Shades and tints

Shades of #C6A036

#C6A036
(198,160,54)
#B49232
(180,146,50)
#A2842E
(162,132,46)
#90762A
(144,118,42)
#7E6826
(126,104,38)
#6C5A22
(108,90,34)
#5A4C1E
(90,76,30)
#483E1A
(72,62,26)
#363016
(54,48,22)
#242212
(36,34,18)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #C6A036

#C6A036
(198,160,54)
#CBA848
(203,168,72)
#D0B05A
(208,176,90)
#D5B86C
(213,184,108)
#DAC07E
(218,192,126)
#DFC890
(223,200,144)
#E4D0A2
(228,208,162)
#E9D8B4
(233,216,180)
#EEE0C6
(238,224,198)
#F3E8D8
(243,232,216)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A036 color. Also use rgb(198,160,54) instead hex code.

Text Font Color

.myTextColor { color: #C6A036; }

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

This text font color is #C6A036.

Background Color

.myBgColor { background-color: #C6A036; }

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

This div background color is #C6A036.

Border color

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

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

This div border color is #C6A036.

Opacity

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

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

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

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

This text has shadow with #C6A036 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A036.

Preview

Color preview on black background

This text has color #C6A036 on black background.


Color preview on white background

This text has color #C6A036 on white background.


Black color preview on #C6A036 background

This text has black color on #C6A036 background.


White color preview on #C6A036 background

This text has white color on #C6A036 background.


Related colors

Complementary color

Complementary color for #hex is #395FC9.


I love getcolorcode.com

Triadic colors

1 #36C6A0 and #A036C6 with #C6A036 are triadic colors.

2 #36A0C6 and #A0C636 with #C6A036 are triadic colors.