COLOR #6B6255

HEX: #6B6255
RGB: (107,98,85)

Color info

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

RGB color model

#6B6255 color RGB value is (107,98,85).

  • red value is 107;
  • green value is 98;
  • blue value is 85.
RGB:
(107,98,85)
(42%,38%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 85 of 255 = 33%

107
98
85

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 85 = 290 (100%)
R 107 of 290 ~ 36.9%
G 98 of 290 ~ 33.79%
B 85 of 290 ~ 29.31%

%36.9
%33.79
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 20.56%
  • key color value is 58.04%
CMYK:
(0,8,21,58)
C0M8Y21K58 
(0%,8%,21%,58%)
(0.00/0.08/0.21/0.58)	

CMYK percentages

%0
%8.41
%20.56
%58.04

Codes

Color #6B6255 in popluar color models

6B6255
RGB1079885
HSL35°11.46%37.65%
HSB/HSV35°20.56%41.96%
CMYK0.00%8.41%20.56%
58.04%

Color #6B6255 in popluar number systems.

HEX6B6255
Decimal1079885
Binary110101111000101010101
Octal153142125

Shades and tints

Shades of #6B6255

#6B6255
(107,98,85)
#625A4E
(98,90,78)
#595247
(89,82,71)
#504A40
(80,74,64)
#474239
(71,66,57)
#3E3A32
(62,58,50)
#35322B
(53,50,43)
#2C2A24
(44,42,36)
#23221D
(35,34,29)
#1A1A16
(26,26,22)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B6255

#6B6255
(107,98,85)
#787064
(120,112,100)
#857E73
(133,126,115)
#928C82
(146,140,130)
#9F9A91
(159,154,145)
#ACA8A0
(172,168,160)
#B9B6AF
(185,182,175)
#C6C4BE
(198,196,190)
#D3D2CD
(211,210,205)
#E0E0DC
(224,224,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6255 color. Also use rgb(107,98,85) instead hex code.

Text Font Color

.myTextColor { color: #6B6255; }

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

This text font color is #6B6255.


Background Color

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

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

This div background color is #6B6255.


Border color

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

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

This div border color is #6B6255.


Opacity

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

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

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

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

This text has shadow with #6B6255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6255 on black background.


Color preview on white background

This text has color #6B6255 on white background.



Black color preview on #6B6255 background

This text has black color on #6B6255 background.


White color preview on #6B6255 background

This text has white color on #6B6255 background.