COLOR #C6905A

HEX: #C6905A
RGB: (198,144,90)

Color info

#C6905A contains mainly red and green colors. Web safe color of #C6905A is #CC9966 (or #C96).

RGB color model

#C6905A color RGB value is (198,144,90).

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

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 90 of 255 = 35%

198
144
90

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

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 90 = 432 (100%)
R 198 of 432 ~ 45.83%
G 144 of 432 ~ 33.33%
B 90 of 432 ~ 20.83%

%45.83
%33.33
%20.83

CMYK color model

#C6905A color CMYK value is (0,27,55,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 54.55%
  • key color value is 22.35%
CMYK:
(0,27,55,22)
C0M27Y55K22 
(0%,27%,55%,22%)
(0.00/0.27/0.55/0.22)	

CMYK percentages

%0
%27.27
%54.55
%22.35

Codes

Color #C6905A in popluar color models

C6905A
RGB19814490
HSL30°48.65%56.47%
HSB/HSV30°54.55%77.65%
CMYK0.00%27.27%54.55%
22.35%

Color #C6905A in popluar number systems.

HEXC6905A
Decimal19814490
Binary11000110100100001011010
Octal306220132

Shades and tints

Shades of #C6905A

#C6905A
(198,144,90)
#B48352
(180,131,82)
#A2764A
(162,118,74)
#906942
(144,105,66)
#7E5C3A
(126,92,58)
#6C4F32
(108,79,50)
#5A422A
(90,66,42)
#483522
(72,53,34)
#36281A
(54,40,26)
#241B12
(36,27,18)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #C6905A

#C6905A
(198,144,90)
#CB9A69
(203,154,105)
#D0A478
(208,164,120)
#D5AE87
(213,174,135)
#DAB896
(218,184,150)
#DFC2A5
(223,194,165)
#E4CCB4
(228,204,180)
#E9D6C3
(233,214,195)
#EEE0D2
(238,224,210)
#F3EAE1
(243,234,225)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6905A; }

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

This text font color is #C6905A.


Background Color

.myBgColor { background-color: #C6905A; }

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

This div background color is #C6905A.


Border color

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

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

This div border color is #C6905A.


Opacity

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

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

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

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

This text has shadow with #C6905A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6905A on black background.


Color preview on white background

This text has color #C6905A on white background.



Black color preview on #C6905A background

This text has black color on #C6905A background.


White color preview on #C6905A background

This text has white color on #C6905A background.