COLOR #6B6459

HEX: #6B6459
RGB: (107,100,89)

Color info

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

RGB color model

#6B6459 color RGB value is (107,100,89).

  • red value is 107;
  • green value is 100;
  • blue value is 89.
RGB:
(107,100,89)
(42%,39%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 89 of 255 = 35%

107
100
89

R + G + B ~ 39%. #6B6459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 89 = 296 (100%)
R 107 of 296 ~ 36.15%
G 100 of 296 ~ 33.78%
B 89 of 296 ~ 30.07%

%36.15
%33.78
%30.07

CMYK color model

#6B6459 color CMYK value is (0,7,17,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 16.82%
  • key color value is 58.04%
CMYK:
(0,7,17,58)
C0M7Y17K58 
(0%,7%,17%,58%)
(0.00/0.07/0.17/0.58)	

CMYK percentages

%0
%6.54
%16.82
%58.04

Codes

Color #6B6459 in popluar color models

6B6459
RGB10710089
HSL37°9.18%38.43%
HSB/HSV37°16.82%41.96%
CMYK0.00%6.54%16.82%
58.04%

Color #6B6459 in popluar number systems.

HEX6B6459
Decimal10710089
Binary110101111001001011001
Octal153144131

Shades and tints

Shades of #6B6459

#6B6459
(107,100,89)
#625B51
(98,91,81)
#595249
(89,82,73)
#504941
(80,73,65)
#474039
(71,64,57)
#3E3731
(62,55,49)
#352E29
(53,46,41)
#2C2521
(44,37,33)
#231C19
(35,28,25)
#1A1311
(26,19,17)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B6459

#6B6459
(107,100,89)
#787268
(120,114,104)
#858077
(133,128,119)
#928E86
(146,142,134)
#9F9C95
(159,156,149)
#ACAAA4
(172,170,164)
#B9B8B3
(185,184,179)
#C6C6C2
(198,198,194)
#D3D4D1
(211,212,209)
#E0E2E0
(224,226,224)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6459 color. Also use rgb(107,100,89) instead hex code.

Text Font Color

.myTextColor { color: #6B6459; }

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

This text font color is #6B6459.


Background Color

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

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

This div background color is #6B6459.


Border color

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

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

This div border color is #6B6459.


Opacity

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

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

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

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

This text has shadow with #6B6459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6459 on black background.


Color preview on white background

This text has color #6B6459 on white background.



Black color preview on #6B6459 background

This text has black color on #6B6459 background.


White color preview on #6B6459 background

This text has white color on #6B6459 background.