COLOR #6B6554

HEX: #6B6554
RGB: (107,101,84)

Color info

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

RGB color model

#6B6554 color RGB value is (107,101,84).

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

RGB channels and saturation

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

107
101
84

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 84 = 292 (100%)
R 107 of 292 ~ 36.64%
G 101 of 292 ~ 34.59%
B 84 of 292 ~ 28.77%

%36.64
%34.59
%28.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,6,21,58)
C0M6Y21K58 
(0%,6%,21%,58%)
(0.00/0.06/0.21/0.58)	

CMYK percentages

%0
%5.61
%21.5
%58.04

Codes

Color #6B6554 in popluar color models

6B6554
RGB10710184
HSL44°12.04%37.45%
HSB/HSV44°21.50%41.96%
CMYK0.00%5.61%21.50%
58.04%

Color #6B6554 in popluar number systems.

HEX6B6554
Decimal10710184
Binary110101111001011010100
Octal153145124

Shades and tints

Shades of #6B6554

#6B6554
(107,101,84)
#625C4D
(98,92,77)
#595346
(89,83,70)
#504A3F
(80,74,63)
#474138
(71,65,56)
#3E3831
(62,56,49)
#352F2A
(53,47,42)
#2C2623
(44,38,35)
#231D1C
(35,29,28)
#1A1415
(26,20,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #6B6554

#6B6554
(107,101,84)
#787363
(120,115,99)
#858172
(133,129,114)
#928F81
(146,143,129)
#9F9D90
(159,157,144)
#ACAB9F
(172,171,159)
#B9B9AE
(185,185,174)
#C6C7BD
(198,199,189)
#D3D5CC
(211,213,204)
#E0E3DB
(224,227,219)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6554; }

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

This text font color is #6B6554.


Background Color

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

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

This div background color is #6B6554.


Border color

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

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

This div border color is #6B6554.


Opacity

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

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

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

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

This text has shadow with #6B6554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6554 on black background.


Color preview on white background

This text has color #6B6554 on white background.



Black color preview on #6B6554 background

This text has black color on #6B6554 background.


White color preview on #6B6554 background

This text has white color on #6B6554 background.