COLOR #C69044

HEX: #C69044 RGB: (198,144,68)

Color info

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

RGB color model

#C69044 color RGB value is (198,144,68).

RGB: (198,144,68) (78%, 56%, 27%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 68 of 255 = 27%

198
144
68

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

Portions of RGB colors in percentages

R + G + B = 198 + 144 + 68 = 410 (100%)
R 198 of 410 ~ 48.29%
G 144 of 410 ~ 35.12%
B 68 of 410 ~ 16.59'%

%48.29
%35.12
%16.59

CMYK color model

#C69044 color CMYK value is (0,27,66,22).

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

CMYK: (0,27,66,22)
C0M27Y66K22 (0%, 27%, 66%, 22%)
(0.00 / 0.27 / 0.66 / 0.22)

CMYK percentages

%0
%27.27
%65.66
%22.35

Codes

Color #C69044 in popluar color models

C6 90 44
RGB 198 144 68
HSL 35° 53.28% 52.16%
HSB/HSV 35° 65.66% 77.65%
CMYK 0.00% 27.27% 65.66%
22.35%

Color #C69044 in popluar number systems.

HEX C6 90 44
Decimal 198 144 68
Binary 11000110 10010000 1000100
Octal 306 220 104

Shades and tints

Shades of #C69044

#C69044
(198,144,68)
#B4833E
(180,131,62)
#A27638
(162,118,56)
#906932
(144,105,50)
#7E5C2C
(126,92,44)
#6C4F26
(108,79,38)
#5A4220
(90,66,32)
#48351A
(72,53,26)
#362814
(54,40,20)
#241B0E
(36,27,14)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #C69044

#C69044
(198,144,68)
#CB9A55
(203,154,85)
#D0A466
(208,164,102)
#D5AE77
(213,174,119)
#DAB888
(218,184,136)
#DFC299
(223,194,153)
#E4CCAA
(228,204,170)
#E9D6BB
(233,214,187)
#EEE0CC
(238,224,204)
#F3EADD
(243,234,221)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69044; }

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

This text font color is #C69044.

Background Color

.myBgColor { background-color: #C69044; }

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

This div background color is #C69044.

Border color

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

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

This div border color is #C69044.

Opacity

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

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

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

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

This text has shadow with #C69044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69044.

Preview

Color preview on black background

This text has color #C69044 on black background.


Color preview on white background

This text has color #C69044 on white background.


Black color preview on #C69044 background

This text has black color on #C69044 background.


White color preview on #C69044 background

This text has white color on #C69044 background.


Related colors

Complementary color

Complementary color for #hex is #396FBB.


I love getcolorcode.com

Triadic colors

1 #44C690 and #9044C6 with #C69044 are triadic colors.

2 #4490C6 and #90C644 with #C69044 are triadic colors.