COLOR #6B634A

HEX: #6B634A
RGB: (107,99,74)

Color info

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

RGB color model

#6B634A color RGB value is (107,99,74).

  • red value is 107;
  • green value is 99;
  • blue value is 74.
RGB:
(107,99,74)
(42%,39%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 74 of 255 = 29%

107
99
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 74 = 280 (100%)
R 107 of 280 ~ 38.21%
G 99 of 280 ~ 35.36%
B 74 of 280 ~ 26.43%

%38.21
%35.36
%26.43

CMYK color model

#6B634A color CMYK value is (0,7,31,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,7,31,58)
C0M7Y31K58 
(0%,7%,31%,58%)
(0.00/0.07/0.31/0.58)	

CMYK percentages

%0
%7.48
%30.84
%58.04

Codes

Color #6B634A in popluar color models

6B634A
RGB1079974
HSL45°18.23%35.49%
HSB/HSV45°30.84%41.96%
CMYK0.00%7.48%30.84%
58.04%

Color #6B634A in popluar number systems.

HEX6B634A
Decimal1079974
Binary110101111000111001010
Octal153143112

Shades and tints

Shades of #6B634A

#6B634A
(107,99,74)
#625A44
(98,90,68)
#59513E
(89,81,62)
#504838
(80,72,56)
#473F32
(71,63,50)
#3E362C
(62,54,44)
#352D26
(53,45,38)
#2C2420
(44,36,32)
#231B1A
(35,27,26)
#1A1214
(26,18,20)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B634A

#6B634A
(107,99,74)
#78715A
(120,113,90)
#857F6A
(133,127,106)
#928D7A
(146,141,122)
#9F9B8A
(159,155,138)
#ACA99A
(172,169,154)
#B9B7AA
(185,183,170)
#C6C5BA
(198,197,186)
#D3D3CA
(211,211,202)
#E0E1DA
(224,225,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B634A color. Also use rgb(107,99,74) instead hex code.

Text Font Color

.myTextColor { color: #6B634A; }

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

This text font color is #6B634A.


Background Color

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

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

This div background color is #6B634A.


Border color

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

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

This div border color is #6B634A.


Opacity

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

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

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

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

This text has shadow with #6B634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B634A on black background.


Color preview on white background

This text has color #6B634A on white background.



Black color preview on #6B634A background

This text has black color on #6B634A background.


White color preview on #6B634A background

This text has white color on #6B634A background.