COLOR #6C835A

HEX: #6C835A RGB: (108,131,90)

Color info

#6C835A contains red, green and blue colors in about the same proportion. Web safe color of #6C835A is #669966 (or #696).

RGB color model

#6C835A color RGB value is (108,131,90).

RGB: (108,131,90) (42%, 51%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 90 of 255 = 35%

108
131
90

R + G + B ~ 43%. #6C835A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 131 + 90 = 329 (100%)
R 108 of 329 ~ 32.83%
G 131 of 329 ~ 39.82%
B 90 of 329 ~ 27.36'%

%32.83
%39.82
%27.36

CMYK color model

#6C835A color CMYK value is (18,0,31,49).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 48.63%

CMYK: (18,0,31,49)
C18M0Y31K49 (18%, 0%, 31%, 49%)
(0.18 / 0.00 / 0.31 / 0.49)

CMYK percentages

%17.56
%0
%31.3
%48.63

Codes

Color #6C835A in popluar color models

6C 83 5A
RGB 108 131 90
HSL 94° 18.55% 43.33%
HSB/HSV 94° 31.30% 51.37%
CMYK 17.56% 0.00% 31.30%
48.63%

Color #6C835A in popluar number systems.

HEX 6C 83 5A
Decimal 108 131 90
Binary 1101100 10000011 1011010
Octal 154 203 132

Shades and tints

Shades of #6C835A

#6C835A
(108,131,90)
#637852
(99,120,82)
#5A6D4A
(90,109,74)
#516242
(81,98,66)
#48573A
(72,87,58)
#3F4C32
(63,76,50)
#36412A
(54,65,42)
#2D3622
(45,54,34)
#242B1A
(36,43,26)
#1B2012
(27,32,18)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #6C835A

#6C835A
(108,131,90)
#798E69
(121,142,105)
#869978
(134,153,120)
#93A487
(147,164,135)
#A0AF96
(160,175,150)
#ADBAA5
(173,186,165)
#BAC5B4
(186,197,180)
#C7D0C3
(199,208,195)
#D4DBD2
(212,219,210)
#E1E6E1
(225,230,225)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C835A color. Also use rgb(108,131,90) instead hex code.

Text Font Color

.myTextColor { color: #6C835A; }

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

This text font color is #6C835A.

Background Color

.myBgColor { background-color: #6C835A; }

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

This div background color is #6C835A.

Border color

.myBorderColor { border: 1px solid #6C835A; }

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

This div border color is #6C835A.

Opacity

.myOpacity80 { color: #6C835A; opacity: 0.8; }

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

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

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

This text has shadow with #6C835A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C835A.

Preview

Color preview on black background

This text has color #6C835A on black background.


Color preview on white background

This text has color #6C835A on white background.


Black color preview on #6C835A background

This text has black color on #6C835A background.


White color preview on #6C835A background

This text has white color on #6C835A background.


Related colors

Complementary color

Complementary color for #hex is #937CA5.


I love getcolorcode.com

Triadic colors

1 #5A6C83 and #835A6C with #6C835A are triadic colors.

2 #5A836C and #836C5A with #6C835A are triadic colors.