COLOR #6B6658

HEX: #6B6658
RGB: (107,102,88)

Color info

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

RGB color model

#6B6658 color RGB value is (107,102,88).

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

RGB channels and saturation

R 107 of 255 = 42%
G 102 of 255 = 40%
B 88 of 255 = 35%

107
102
88

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

Portions of RGB colors in percentages

R + G + B =
107 + 102 + 88 = 297 (100%)
R 107 of 297 ~ 36.03%
G 102 of 297 ~ 34.34%
B 88 of 297 ~ 29.63%

%36.03
%34.34
%29.63

CMYK color model

#6B6658 color CMYK value is (0,5,18,58).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(0,5,18,58)
C0M5Y18K58 
(0%,5%,18%,58%)
(0.00/0.05/0.18/0.58)	

CMYK percentages

%0
%4.67
%17.76
%58.04

Codes

Color #6B6658 in popluar color models

6B6658
RGB10710288
HSL44°9.74%38.24%
HSB/HSV44°17.76%41.96%
CMYK0.00%4.67%17.76%
58.04%

Color #6B6658 in popluar number systems.

HEX6B6658
Decimal10710288
Binary110101111001101011000
Octal153146130

Shades and tints

Shades of #6B6658

#6B6658
(107,102,88)
#625D50
(98,93,80)
#595448
(89,84,72)
#504B40
(80,75,64)
#474238
(71,66,56)
#3E3930
(62,57,48)
#353028
(53,48,40)
#2C2720
(44,39,32)
#231E18
(35,30,24)
#1A1510
(26,21,16)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #6B6658

#6B6658
(107,102,88)
#787367
(120,115,103)
#858076
(133,128,118)
#928D85
(146,141,133)
#9F9A94
(159,154,148)
#ACA7A3
(172,167,163)
#B9B4B2
(185,180,178)
#C6C1C1
(198,193,193)
#D3CED0
(211,206,208)
#E0DBDF
(224,219,223)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6658; }

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

This text font color is #6B6658.


Background Color

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

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

This div background color is #6B6658.


Border color

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

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

This div border color is #6B6658.


Opacity

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

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

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

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

This text has shadow with #6B6658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6658 on black background.


Color preview on white background

This text has color #6B6658 on white background.



Black color preview on #6B6658 background

This text has black color on #6B6658 background.


White color preview on #6B6658 background

This text has white color on #6B6658 background.