COLOR #6D634B

HEX: #6D634B
RGB: (109,99,75)

Color info

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

RGB color model

#6D634B color RGB value is (109,99,75).

  • red value is 109;
  • green value is 99;
  • blue value is 75.
RGB:
(109,99,75)
(43%,39%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 75 of 255 = 29%

109
99
75

R + G + B ~ 37%. #6D634B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 75 = 283 (100%)
R 109 of 283 ~ 38.52%
G 99 of 283 ~ 34.98%
B 75 of 283 ~ 26.5%

%38.52
%34.98
%26.5

CMYK color model

#6D634B color CMYK value is (0,9,31,57).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 31.19%
  • key color value is 57.25%
CMYK:
(0,9,31,57)
C0M9Y31K57 
(0%,9%,31%,57%)
(0.00/0.09/0.31/0.57)	

CMYK percentages

%0
%9.17
%31.19
%57.25

Codes

Color #6D634B in popluar color models

6D634B
RGB1099975
HSL42°18.48%36.08%
HSB/HSV42°31.19%42.75%
CMYK0.00%9.17%31.19%
57.25%

Color #6D634B in popluar number systems.

HEX6D634B
Decimal1099975
Binary110110111000111001011
Octal155143113

Shades and tints

Shades of #6D634B

#6D634B
(109,99,75)
#645A45
(100,90,69)
#5B513F
(91,81,63)
#524839
(82,72,57)
#493F33
(73,63,51)
#40362D
(64,54,45)
#372D27
(55,45,39)
#2E2421
(46,36,33)
#251B1B
(37,27,27)
#1C1215
(28,18,21)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #6D634B

#6D634B
(109,99,75)
#7A715B
(122,113,91)
#877F6B
(135,127,107)
#948D7B
(148,141,123)
#A19B8B
(161,155,139)
#AEA99B
(174,169,155)
#BBB7AB
(187,183,171)
#C8C5BB
(200,197,187)
#D5D3CB
(213,211,203)
#E2E1DB
(226,225,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D634B color. Also use rgb(109,99,75) instead hex code.

Text Font Color

.myTextColor { color: #6D634B; }

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

This text font color is #6D634B.


Background Color

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

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

This div background color is #6D634B.


Border color

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

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

This div border color is #6D634B.


Opacity

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

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

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

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

This text has shadow with #6D634B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D634B on black background.


Color preview on white background

This text has color #6D634B on white background.



Black color preview on #6D634B background

This text has black color on #6D634B background.


White color preview on #6D634B background

This text has white color on #6D634B background.