COLOR #C6996D

HEX: #C6996D
RGB: (198,153,109)

Color info

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

RGB color model

#C6996D color RGB value is (198,153,109).

  • red value is 198;
  • green value is 153;
  • blue value is 109.
RGB:
(198,153,109)
(78%,60%,43%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 109 of 255 = 43%

198
153
109

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

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 109 = 460 (100%)
R 198 of 460 ~ 43.04%
G 153 of 460 ~ 33.26%
B 109 of 460 ~ 23.7%

%43.04
%33.26
%23.7

CMYK color model

#C6996D color CMYK value is (0,23,45,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(0,23,45,22)
C0M23Y45K22 
(0%,23%,45%,22%)
(0.00/0.23/0.45/0.22)	

CMYK percentages

%0
%22.73
%44.95
%22.35

Codes

Color #C6996D in popluar color models

C6996D
RGB198153109
HSL30°43.84%60.20%
HSB/HSV30°44.95%77.65%
CMYK0.00%22.73%44.95%
22.35%

Color #C6996D in popluar number systems.

HEXC6996D
Decimal198153109
Binary11000110100110011101101
Octal306231155

Shades and tints

Shades of #C6996D

#C6996D
(198,153,109)
#B48C64
(180,140,100)
#A27F5B
(162,127,91)
#907252
(144,114,82)
#7E6549
(126,101,73)
#6C5840
(108,88,64)
#5A4B37
(90,75,55)
#483E2E
(72,62,46)
#363125
(54,49,37)
#24241C
(36,36,28)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6996D

#C6996D
(198,153,109)
#CBA27A
(203,162,122)
#D0AB87
(208,171,135)
#D5B494
(213,180,148)
#DABDA1
(218,189,161)
#DFC6AE
(223,198,174)
#E4CFBB
(228,207,187)
#E9D8C8
(233,216,200)
#EEE1D5
(238,225,213)
#F3EAE2
(243,234,226)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6996D; }

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

This text font color is #C6996D.


Background Color

.myBgColor { background-color: #C6996D; }

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

This div background color is #C6996D.


Border color

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

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

This div border color is #C6996D.


Opacity

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

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

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

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

This text has shadow with #C6996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6996D on black background.


Color preview on white background

This text has color #C6996D on white background.



Black color preview on #C6996D background

This text has black color on #C6996D background.


White color preview on #C6996D background

This text has white color on #C6996D background.