COLOR #6B664A

HEX: #6B664A
RGB: (107,102,74)

Color info

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

RGB color model

#6B664A color RGB value is (107,102,74).

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

RGB channels and saturation

R 107 of 255 = 42%
G 102 of 255 = 40%
B 74 of 255 = 29%

107
102
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 102 + 74 = 283 (100%)
R 107 of 283 ~ 37.81%
G 102 of 283 ~ 36.04%
B 74 of 283 ~ 26.15%

%37.81
%36.04
%26.15

CMYK color model

#6B664A color CMYK value is (0,5,31,58).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,5,31,58)
C0M5Y31K58 
(0%,5%,31%,58%)
(0.00/0.05/0.31/0.58)	

CMYK percentages

%0
%4.67
%30.84
%58.04

Codes

Color #6B664A in popluar color models

6B664A
RGB10710274
HSL51°18.23%35.49%
HSB/HSV51°30.84%41.96%
CMYK0.00%4.67%30.84%
58.04%

Color #6B664A in popluar number systems.

HEX6B664A
Decimal10710274
Binary110101111001101001010
Octal153146112

Shades and tints

Shades of #6B664A

#6B664A
(107,102,74)
#625D44
(98,93,68)
#59543E
(89,84,62)
#504B38
(80,75,56)
#474232
(71,66,50)
#3E392C
(62,57,44)
#353026
(53,48,38)
#2C2720
(44,39,32)
#231E1A
(35,30,26)
#1A1514
(26,21,20)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B664A

#6B664A
(107,102,74)
#78735A
(120,115,90)
#85806A
(133,128,106)
#928D7A
(146,141,122)
#9F9A8A
(159,154,138)
#ACA79A
(172,167,154)
#B9B4AA
(185,180,170)
#C6C1BA
(198,193,186)
#D3CECA
(211,206,202)
#E0DBDA
(224,219,218)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B664A; }

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

This text font color is #6B664A.


Background Color

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

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

This div background color is #6B664A.


Border color

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

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

This div border color is #6B664A.


Opacity

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

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

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

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

This text has shadow with #6B664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B664A on black background.


Color preview on white background

This text has color #6B664A on white background.



Black color preview on #6B664A background

This text has black color on #6B664A background.


White color preview on #6B664A background

This text has white color on #6B664A background.