COLOR #6B6354

HEX: #6B6354
RGB: (107,99,84)

Color info

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

RGB color model

#6B6354 color RGB value is (107,99,84).

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

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 84 of 255 = 33%

107
99
84

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 84 = 290 (100%)
R 107 of 290 ~ 36.9%
G 99 of 290 ~ 34.14%
B 84 of 290 ~ 28.97%

%36.9
%34.14
%28.97

CMYK color model

#6B6354 color CMYK value is (0,7,21,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,7,21,58)
C0M7Y21K58 
(0%,7%,21%,58%)
(0.00/0.07/0.21/0.58)	

CMYK percentages

%0
%7.48
%21.5
%58.04

Codes

Color #6B6354 in popluar color models

6B6354
RGB1079984
HSL39°12.04%37.45%
HSB/HSV39°21.50%41.96%
CMYK0.00%7.48%21.50%
58.04%

Color #6B6354 in popluar number systems.

HEX6B6354
Decimal1079984
Binary110101111000111010100
Octal153143124

Shades and tints

Shades of #6B6354

#6B6354
(107,99,84)
#625A4D
(98,90,77)
#595146
(89,81,70)
#50483F
(80,72,63)
#473F38
(71,63,56)
#3E3631
(62,54,49)
#352D2A
(53,45,42)
#2C2423
(44,36,35)
#231B1C
(35,27,28)
#1A1215
(26,18,21)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B6354

#6B6354
(107,99,84)
#787163
(120,113,99)
#857F72
(133,127,114)
#928D81
(146,141,129)
#9F9B90
(159,155,144)
#ACA99F
(172,169,159)
#B9B7AE
(185,183,174)
#C6C5BD
(198,197,189)
#D3D3CC
(211,211,204)
#E0E1DB
(224,225,219)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6354; }

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

This text font color is #6B6354.


Background Color

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

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

This div background color is #6B6354.


Border color

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

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

This div border color is #6B6354.


Opacity

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

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

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

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

This text has shadow with #6B6354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6354 on black background.


Color preview on white background

This text has color #6B6354 on white background.



Black color preview on #6B6354 background

This text has black color on #6B6354 background.


White color preview on #6B6354 background

This text has white color on #6B6354 background.