COLOR #906B5D

HEX: #906B5D
RGB: (144,107,93)

Color info

#906B5D contains red, green and blue colors in about the same proportion. Web safe color of #906B5D is #996666 (or #966).

RGB color model

#906B5D color RGB value is (144,107,93).

  • red value is 144;
  • green value is 107;
  • blue value is 93.
RGB:
(144,107,93)
(56%,42%,36%)

RGB channels and saturation

R 144 of 255 = 56%
G 107 of 255 = 42%
B 93 of 255 = 36%

144
107
93

R + G + B ~ 45%. #906B5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 107 + 93 = 344 (100%)
R 144 of 344 ~ 41.86%
G 107 of 344 ~ 31.1%
B 93 of 344 ~ 27.03%

%41.86
%31.1
%27.03

CMYK color model

#906B5D color CMYK value is (0,26,35,44).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 35.42%
  • key color value is 43.53%
CMYK:
(0,26,35,44)
C0M26Y35K44 
(0%,26%,35%,44%)
(0.00/0.26/0.35/0.44)	

CMYK percentages

%0
%25.69
%35.42
%43.53

Codes

Color #906B5D in popluar color models

906B5D
RGB14410793
HSL16°21.52%46.47%
HSB/HSV16°35.42%56.47%
CMYK0.00%25.69%35.42%
43.53%

Color #906B5D in popluar number systems.

HEX906B5D
Decimal14410793
Binary1001000011010111011101
Octal220153135

Shades and tints

Shades of #906B5D

#906B5D
(144,107,93)
#836255
(131,98,85)
#76594D
(118,89,77)
#695045
(105,80,69)
#5C473D
(92,71,61)
#4F3E35
(79,62,53)
#42352D
(66,53,45)
#352C25
(53,44,37)
#28231D
(40,35,29)
#1B1A15
(27,26,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #906B5D

#906B5D
(144,107,93)
#9A786B
(154,120,107)
#A48579
(164,133,121)
#AE9287
(174,146,135)
#B89F95
(184,159,149)
#C2ACA3
(194,172,163)
#CCB9B1
(204,185,177)
#D6C6BF
(214,198,191)
#E0D3CD
(224,211,205)
#EAE0DB
(234,224,219)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906B5D color. Also use rgb(144,107,93) instead hex code.

Text Font Color

.myTextColor { color: #906B5D; }

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

This text font color is #906B5D.


Background Color

.myBgColor { background-color: #906B5D; }

<div style="background-color:#906B5D">Inner text</div>

This div background color is #906B5D.


Border color

.myBorderColor { border: 1px solid #906B5D; }

<div style="border:3px solid #906B5D">Div</div>

This div border color is #906B5D.


Opacity

.myOpacity80 { color: #906B5D; opacity: 0.8; }

<p style="color:#906B5D;opacity:0.8;">80%</p>

Text with #906B5D 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 #906B5D;}

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

This text has shadow with #906B5D color.

.textShadow {text-shadow: 3px 3px 1px #906B5D, 3px 3px 1px red;}

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

This text has shadow with #906B5D primary color and red secondary color.


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

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

This text has shadow with #906B5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906B5D on black background.


Color preview on white background

This text has color #906B5D on white background.



Black color preview on #906B5D background

This text has black color on #906B5D background.


White color preview on #906B5D background

This text has white color on #906B5D background.