COLOR #6B6654

HEX: #6B6654 RGB: (107,102,84)

Color info

#6B6654 contains red, green and blue colors in about the same proportion. Web safe color of #6B6654 is #666666 (or #666).

RGB color model

#6B6654 color RGB value is (107,102,84).

RGB: (107,102,84) (42%, 40%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 102 of 255 = 40%
B 84 of 255 = 33%

107
102
84

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

Portions of RGB colors in percentages

R + G + B = 107 + 102 + 84 = 293 (100%)
R 107 of 293 ~ 36.52%
G 102 of 293 ~ 34.81%
B 84 of 293 ~ 28.67'%

%36.52
%34.81
%28.67

CMYK color model

#6B6654 color CMYK value is (0,5,21,58).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 21.50%
  • key color value is 58.04%

CMYK: (0,5,21,58)
C0M5Y21K58 (0%, 5%, 21%, 58%)
(0.00 / 0.05 / 0.21 / 0.58)

CMYK percentages

%0
%4.67
%21.5
%58.04

Codes

Color #6B6654 in popluar color models

6B 66 54
RGB 107 102 84
HSL 47° 12.04% 37.45%
HSB/HSV 47° 21.50% 41.96%
CMYK 0.00% 4.67% 21.50%
58.04%

Color #6B6654 in popluar number systems.

HEX 6B 66 54
Decimal 107 102 84
Binary 1101011 1100110 1010100
Octal 153 146 124

Shades and tints

Shades of #6B6654

#6B6654
(107,102,84)
#625D4D
(98,93,77)
#595446
(89,84,70)
#504B3F
(80,75,63)
#474238
(71,66,56)
#3E3931
(62,57,49)
#35302A
(53,48,42)
#2C2723
(44,39,35)
#231E1C
(35,30,28)
#1A1515
(26,21,21)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B6654

#6B6654
(107,102,84)
#787363
(120,115,99)
#858072
(133,128,114)
#928D81
(146,141,129)
#9F9A90
(159,154,144)
#ACA79F
(172,167,159)
#B9B4AE
(185,180,174)
#C6C1BD
(198,193,189)
#D3CECC
(211,206,204)
#E0DBDB
(224,219,219)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6654; }

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

This text font color is #6B6654.

Background Color

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

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

This div background color is #6B6654.

Border color

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

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

This div border color is #6B6654.

Opacity

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

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

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

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

This text has shadow with #6B6654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6654.

Preview

Color preview on black background

This text has color #6B6654 on black background.


Color preview on white background

This text has color #6B6654 on white background.


Black color preview on #6B6654 background

This text has black color on #6B6654 background.


White color preview on #6B6654 background

This text has white color on #6B6654 background.


Related colors

Complementary color

Complementary color for #hex is #9499AB.


I love getcolorcode.com

Triadic colors

1 #546B66 and #66546B with #6B6654 are triadic colors.

2 #54666B and #666B54 with #6B6654 are triadic colors.