COLOR #C6991D

HEX: #C6991D RGB: (198,153,29)

Color info

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

RGB color model

#C6991D color RGB value is (198,153,29).

RGB: (198,153,29) (78%, 60%, 11%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 29 of 255 = 11%

198
153
29

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

Portions of RGB colors in percentages

R + G + B = 198 + 153 + 29 = 380 (100%)
R 198 of 380 ~ 52.11%
G 153 of 380 ~ 40.26%
B 29 of 380 ~ 7.63'%

%52.11
%40.26

CMYK color model

#C6991D color CMYK value is (0,23,85,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 85.35%
  • key color value is 22.35%

CMYK: (0,23,85,22)
C0M23Y85K22 (0%, 23%, 85%, 22%)
(0.00 / 0.23 / 0.85 / 0.22)

CMYK percentages

%0
%22.73
%85.35
%22.35

Codes

Color #C6991D in popluar color models

C6 99 1D
RGB 198 153 29
HSL 44° 74.45% 44.51%
HSB/HSV 44° 85.35% 77.65%
CMYK 0.00% 22.73% 85.35%
22.35%

Color #C6991D in popluar number systems.

HEX C6 99 1D
Decimal 198 153 29
Binary 11000110 10011001 11101
Octal 306 231 35

Shades and tints

Shades of #C6991D

#C6991D
(198,153,29)
#B48C1B
(180,140,27)
#A27F19
(162,127,25)
#907217
(144,114,23)
#7E6515
(126,101,21)
#6C5813
(108,88,19)
#5A4B11
(90,75,17)
#483E0F
(72,62,15)
#36310D
(54,49,13)
#24240B
(36,36,11)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #C6991D

#C6991D
(198,153,29)
#CBA231
(203,162,49)
#D0AB45
(208,171,69)
#D5B459
(213,180,89)
#DABD6D
(218,189,109)
#DFC681
(223,198,129)
#E4CF95
(228,207,149)
#E9D8A9
(233,216,169)
#EEE1BD
(238,225,189)
#F3EAD1
(243,234,209)
#F8F3E5
(248,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6991D color. Also use rgb(198,153,29) instead hex code.

Text Font Color

.myTextColor { color: #C6991D; }

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

This text font color is #C6991D.

Background Color

.myBgColor { background-color: #C6991D; }

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

This div background color is #C6991D.

Border color

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

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

This div border color is #C6991D.

Opacity

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

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

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

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

This text has shadow with #C6991D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6991D.

Preview

Color preview on black background

This text has color #C6991D on black background.


Color preview on white background

This text has color #C6991D on white background.


Black color preview on #C6991D background

This text has black color on #C6991D background.


White color preview on #C6991D background

This text has white color on #C6991D background.


Related colors

Complementary color

Complementary color for #hex is #3966E2.


I love getcolorcode.com

Triadic colors

1 #1DC699 and #991DC6 with #C6991D are triadic colors.

2 #1D99C6 and #99C61D with #C6991D are triadic colors.