COLOR #C69F59

HEX: #C69F59 RGB: (198,159,89)

Color info

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

RGB color model

#C69F59 color RGB value is (198,159,89).

RGB: (198,159,89) (78%, 62%, 35%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 89 of 255 = 35%

198
159
89

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

Portions of RGB colors in percentages

R + G + B = 198 + 159 + 89 = 446 (100%)
R 198 of 446 ~ 44.39%
G 159 of 446 ~ 35.65%
B 89 of 446 ~ 19.96'%

%44.39
%35.65
%19.96

CMYK color model

#C69F59 color CMYK value is (0,20,55,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 55.05%
  • key color value is 22.35%

CMYK: (0,20,55,22)
C0M20Y55K22 (0%, 20%, 55%, 22%)
(0.00 / 0.20 / 0.55 / 0.22)

CMYK percentages

%0
%19.7
%55.05
%22.35

Codes

Color #C69F59 in popluar color models

C6 9F 59
RGB 198 159 89
HSL 39° 48.88% 56.27%
HSB/HSV 39° 55.05% 77.65%
CMYK 0.00% 19.70% 55.05%
22.35%

Color #C69F59 in popluar number systems.

HEX C6 9F 59
Decimal 198 159 89
Binary 11000110 10011111 1011001
Octal 306 237 131

Shades and tints

Shades of #C69F59

#C69F59
(198,159,89)
#B49151
(180,145,81)
#A28349
(162,131,73)
#907541
(144,117,65)
#7E6739
(126,103,57)
#6C5931
(108,89,49)
#5A4B29
(90,75,41)
#483D21
(72,61,33)
#362F19
(54,47,25)
#242111
(36,33,17)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #C69F59

#C69F59
(198,159,89)
#CBA768
(203,167,104)
#D0AF77
(208,175,119)
#D5B786
(213,183,134)
#DABF95
(218,191,149)
#DFC7A4
(223,199,164)
#E4CFB3
(228,207,179)
#E9D7C2
(233,215,194)
#EEDFD1
(238,223,209)
#F3E7E0
(243,231,224)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69F59 color. Also use rgb(198,159,89) instead hex code.

Text Font Color

.myTextColor { color: #C69F59; }

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

This text font color is #C69F59.

Background Color

.myBgColor { background-color: #C69F59; }

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

This div background color is #C69F59.

Border color

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

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

This div border color is #C69F59.

Opacity

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

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

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

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

This text has shadow with #C69F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69F59.

Preview

Color preview on black background

This text has color #C69F59 on black background.


Color preview on white background

This text has color #C69F59 on white background.


Black color preview on #C69F59 background

This text has black color on #C69F59 background.


White color preview on #C69F59 background

This text has white color on #C69F59 background.


Related colors

Complementary color

Complementary color for #hex is #3960A6.


I love getcolorcode.com

Triadic colors

1 #59C69F and #9F59C6 with #C69F59 are triadic colors.

2 #599FC6 and #9FC659 with #C69F59 are triadic colors.