COLOR #C69076

HEX: #C69076 RGB: (198,144,118)

Color info

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

RGB color model

#C69076 color RGB value is (198,144,118).

RGB: (198,144,118) (78%, 56%, 46%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 118 of 255 = 46%

198
144
118

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

Portions of RGB colors in percentages

R + G + B = 198 + 144 + 118 = 460 (100%)
R 198 of 460 ~ 43.04%
G 144 of 460 ~ 31.3%
B 118 of 460 ~ 25.65'%

%43.04
%31.3
%25.65

CMYK color model

#C69076 color CMYK value is (0,27,40,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 40.40%
  • key color value is 22.35%

CMYK: (0,27,40,22)
C0M27Y40K22 (0%, 27%, 40%, 22%)
(0.00 / 0.27 / 0.40 / 0.22)

CMYK percentages

%0
%27.27
%40.4
%22.35

Codes

Color #C69076 in popluar color models

C6 90 76
RGB 198 144 118
HSL 20° 41.24% 61.96%
HSB/HSV 20° 40.40% 77.65%
CMYK 0.00% 27.27% 40.40%
22.35%

Color #C69076 in popluar number systems.

HEX C6 90 76
Decimal 198 144 118
Binary 11000110 10010000 1110110
Octal 306 220 166

Shades and tints

Shades of #C69076

#C69076
(198,144,118)
#B4836C
(180,131,108)
#A27662
(162,118,98)
#906958
(144,105,88)
#7E5C4E
(126,92,78)
#6C4F44
(108,79,68)
#5A423A
(90,66,58)
#483530
(72,53,48)
#362826
(54,40,38)
#241B1C
(36,27,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #C69076

#C69076
(198,144,118)
#CB9A82
(203,154,130)
#D0A48E
(208,164,142)
#D5AE9A
(213,174,154)
#DAB8A6
(218,184,166)
#DFC2B2
(223,194,178)
#E4CCBE
(228,204,190)
#E9D6CA
(233,214,202)
#EEE0D6
(238,224,214)
#F3EAE2
(243,234,226)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69076; }

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

This text font color is #C69076.

Background Color

.myBgColor { background-color: #C69076; }

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

This div background color is #C69076.

Border color

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

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

This div border color is #C69076.

Opacity

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

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

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

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

This text has shadow with #C69076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69076.

Preview

Color preview on black background

This text has color #C69076 on black background.


Color preview on white background

This text has color #C69076 on white background.


Black color preview on #C69076 background

This text has black color on #C69076 background.


White color preview on #C69076 background

This text has white color on #C69076 background.


Related colors

Complementary color

Complementary color for #hex is #396F89.


I love getcolorcode.com

Triadic colors

1 #76C690 and #9076C6 with #C69076 are triadic colors.

2 #7690C6 and #90C676 with #C69076 are triadic colors.