COLOR #C69514

HEX: #C69514
RGB: (198,149,20)

Color info

#C69514 contains mainly red and green colors. Web safe color of #C69514 is #CC9900 (or #C90).

RGB color model

#C69514 color RGB value is (198,149,20).

  • red value is 198;
  • green value is 149;
  • blue value is 20.
RGB:
(198,149,20)
(78%,58%,8%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 20 of 255 = 8%

198
149
20

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

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 20 = 367 (100%)
R 198 of 367 ~ 53.95%
G 149 of 367 ~ 40.6%
B 20 of 367 ~ 5.45%

%53.95
%40.6

CMYK color model

#C69514 color CMYK value is (0,25,90,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 89.90%
  • key color value is 22.35%
CMYK:
(0,25,90,22)
C0M25Y90K22 
(0%,25%,90%,22%)
(0.00/0.25/0.90/0.22)	

CMYK percentages

%0
%24.75
%89.9
%22.35

Codes

Color #C69514 in popluar color models

C69514
RGB19814920
HSL43°81.65%42.75%
HSB/HSV43°89.90%77.65%
CMYK0.00%24.75%89.90%
22.35%

Color #C69514 in popluar number systems.

HEXC69514
Decimal19814920
Binary110001101001010110100
Octal30622524

Shades and tints

Shades of #C69514

#C69514
(198,149,20)
#B48813
(180,136,19)
#A27B12
(162,123,18)
#906E11
(144,110,17)
#7E6110
(126,97,16)
#6C540F
(108,84,15)
#5A470E
(90,71,14)
#483A0D
(72,58,13)
#362D0C
(54,45,12)
#24200B
(36,32,11)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #C69514

#C69514
(198,149,20)
#CB9E29
(203,158,41)
#D0A73E
(208,167,62)
#D5B053
(213,176,83)
#DAB968
(218,185,104)
#DFC27D
(223,194,125)
#E4CB92
(228,203,146)
#E9D4A7
(233,212,167)
#EEDDBC
(238,221,188)
#F3E6D1
(243,230,209)
#F8EFE6
(248,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69514 color. Also use rgb(198,149,20) instead hex code.

Text Font Color

.myTextColor { color: #C69514; }

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

This text font color is #C69514.


Background Color

.myBgColor { background-color: #C69514; }

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

This div background color is #C69514.


Border color

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

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

This div border color is #C69514.


Opacity

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

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

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

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

This text has shadow with #C69514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69514 on black background.


Color preview on white background

This text has color #C69514 on white background.



Black color preview on #C69514 background

This text has black color on #C69514 background.


White color preview on #C69514 background

This text has white color on #C69514 background.