COLOR #C6904A

HEX: #C6904A
RGB: (198,144,74)

Color info

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

RGB color model

#C6904A color RGB value is (198,144,74).

  • red value is 198;
  • green value is 144;
  • blue value is 74.
RGB:
(198,144,74)
(78%,56%,29%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 74 of 255 = 29%

198
144
74

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

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 74 = 416 (100%)
R 198 of 416 ~ 47.6%
G 144 of 416 ~ 34.62%
B 74 of 416 ~ 17.79%

%47.6
%34.62
%17.79

CMYK color model

#C6904A color CMYK value is (0,27,63,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 62.63%
  • key color value is 22.35%
CMYK:
(0,27,63,22)
C0M27Y63K22 
(0%,27%,63%,22%)
(0.00/0.27/0.63/0.22)	

CMYK percentages

%0
%27.27
%62.63
%22.35

Codes

Color #C6904A in popluar color models

C6904A
RGB19814474
HSL34°52.10%53.33%
HSB/HSV34°62.63%77.65%
CMYK0.00%27.27%62.63%
22.35%

Color #C6904A in popluar number systems.

HEXC6904A
Decimal19814474
Binary11000110100100001001010
Octal306220112

Shades and tints

Shades of #C6904A

#C6904A
(198,144,74)
#B48344
(180,131,68)
#A2763E
(162,118,62)
#906938
(144,105,56)
#7E5C32
(126,92,50)
#6C4F2C
(108,79,44)
#5A4226
(90,66,38)
#483520
(72,53,32)
#36281A
(54,40,26)
#241B14
(36,27,20)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #C6904A

#C6904A
(198,144,74)
#CB9A5A
(203,154,90)
#D0A46A
(208,164,106)
#D5AE7A
(213,174,122)
#DAB88A
(218,184,138)
#DFC29A
(223,194,154)
#E4CCAA
(228,204,170)
#E9D6BA
(233,214,186)
#EEE0CA
(238,224,202)
#F3EADA
(243,234,218)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6904A color. Also use rgb(198,144,74) instead hex code.

Text Font Color

.myTextColor { color: #C6904A; }

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

This text font color is #C6904A.


Background Color

.myBgColor { background-color: #C6904A; }

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

This div background color is #C6904A.


Border color

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

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

This div border color is #C6904A.


Opacity

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

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

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

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

This text has shadow with #C6904A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6904A on black background.


Color preview on white background

This text has color #C6904A on white background.



Black color preview on #C6904A background

This text has black color on #C6904A background.


White color preview on #C6904A background

This text has white color on #C6904A background.