COLOR #6C6A4B

HEX: #6C6A4B
RGB: (108,106,75)

Color info

#6C6A4B contains red, green and blue colors in about the same proportion. Web safe color of #6C6A4B is #666633 (or #663).

RGB color model

#6C6A4B color RGB value is (108,106,75).

  • red value is 108;
  • green value is 106;
  • blue value is 75.
RGB:
(108,106,75)
(42%,42%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 75 of 255 = 29%

108
106
75

R + G + B ~ 38%. #6C6A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 75 = 289 (100%)
R 108 of 289 ~ 37.37%
G 106 of 289 ~ 36.68%
B 75 of 289 ~ 25.95%

%37.37
%36.68
%25.95

CMYK color model

#6C6A4B color CMYK value is (0,2,31,58).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 30.56%
  • key color value is 57.65%
CMYK:
(0,2,31,58)
C0M2Y31K58 
(0%,2%,31%,58%)
(0.00/0.02/0.31/0.58)	

CMYK percentages

%0
%1.85
%30.56
%57.65

Codes

Color #6C6A4B in popluar color models

6C6A4B
RGB10810675
HSL56°18.03%35.88%
HSB/HSV56°30.56%42.35%
CMYK0.00%1.85%30.56%
57.65%

Color #6C6A4B in popluar number systems.

HEX6C6A4B
Decimal10810675
Binary110110011010101001011
Octal154152113

Shades and tints

Shades of #6C6A4B

#6C6A4B
(108,106,75)
#636145
(99,97,69)
#5A583F
(90,88,63)
#514F39
(81,79,57)
#484633
(72,70,51)
#3F3D2D
(63,61,45)
#363427
(54,52,39)
#2D2B21
(45,43,33)
#24221B
(36,34,27)
#1B1915
(27,25,21)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C6A4B

#6C6A4B
(108,106,75)
#79775B
(121,119,91)
#86846B
(134,132,107)
#93917B
(147,145,123)
#A09E8B
(160,158,139)
#ADAB9B
(173,171,155)
#BAB8AB
(186,184,171)
#C7C5BB
(199,197,187)
#D4D2CB
(212,210,203)
#E1DFDB
(225,223,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6A4B color. Also use rgb(108,106,75) instead hex code.

Text Font Color

.myTextColor { color: #6C6A4B; }

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

This text font color is #6C6A4B.


Background Color

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

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

This div background color is #6C6A4B.


Border color

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

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

This div border color is #6C6A4B.


Opacity

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

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

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

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

This text has shadow with #6C6A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A4B on black background.


Color preview on white background

This text has color #6C6A4B on white background.



Black color preview on #6C6A4B background

This text has black color on #6C6A4B background.


White color preview on #6C6A4B background

This text has white color on #6C6A4B background.