COLOR #926E6D

HEX: #926E6D RGB: (146,110,109)

Color info

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

RGB color model

#926E6D color RGB value is (146,110,109).

RGB: (146,110,109) (57%, 43%, 43%)

RGB channels and saturation

R 146 of 255 = 57%
G 110 of 255 = 43%
B 109 of 255 = 43%

146
110
109

R + G + B ~ 48%. #926E6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 110 + 109 = 365 (100%)
R 146 of 365 ~ 40%
G 110 of 365 ~ 30.14%
B 109 of 365 ~ 29.86'%

%40
%30.14
%29.86

CMYK color model

#926E6D color CMYK value is (0,25,25,43).

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 25.34%
  • key color value is 42.75%

CMYK: (0,25,25,43)
C0M25Y25K43 (0%, 25%, 25%, 43%)
(0.00 / 0.25 / 0.25 / 0.43)

CMYK percentages

%0
%24.66
%25.34
%42.75

Codes

Color #926E6D in popluar color models

92 6E 6D
RGB 146 110 109
HSL 14.51% 50.00%
HSB/HSV 25.34% 57.25%
CMYK 0.00% 24.66% 25.34%
42.75%

Color #926E6D in popluar number systems.

HEX 92 6E 6D
Decimal 146 110 109
Binary 10010010 1101110 1101101
Octal 222 156 155

Shades and tints

Shades of #926E6D

#926E6D
(146,110,109)
#856464
(133,100,100)
#785A5B
(120,90,91)
#6B5052
(107,80,82)
#5E4649
(94,70,73)
#513C40
(81,60,64)
#443237
(68,50,55)
#37282E
(55,40,46)
#2A1E25
(42,30,37)
#1D141C
(29,20,28)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #926E6D

#926E6D
(146,110,109)
#9B7B7A
(155,123,122)
#A48887
(164,136,135)
#AD9594
(173,149,148)
#B6A2A1
(182,162,161)
#BFAFAE
(191,175,174)
#C8BCBB
(200,188,187)
#D1C9C8
(209,201,200)
#DAD6D5
(218,214,213)
#E3E3E2
(227,227,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #926E6D color. Also use rgb(146,110,109) instead hex code.

Text Font Color

.myTextColor { color: #926E6D; }

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

This text font color is #926E6D.

Background Color

.myBgColor { background-color: #926E6D; }

<div style="background-color:#926E6D">Inner text</div>

This div background color is #926E6D.

Border color

.myBorderColor { border: 1px solid #926E6D; }

<div style="border:3px solid #926E6D">Div</div>

This div border color is #926E6D.

Opacity

.myOpacity80 { color: #926E6D; opacity: 0.8; }

<p style="color:#926E6D;opacity:0.8;">80%</p>

Text with #926E6D 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 #926E6D;}

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

This text has shadow with #926E6D color.


.textShadow {text-shadow: 3px 3px 1px #926E6D', 3px 3px 1px red;}

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

This text has shadow with #926E6D primary color and red secondary color.


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

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

This text has shadow with #926E6D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #926E6D; -webkit-box-shadow: 1px 1px 3px 2px #926E6D; box-shadow:1px 1px 3px 2px #926E6D;">
Div content here
</div>

This div box has shadow with color #926E6D.

Preview

Color preview on black background

This text has color #926E6D on black background.


Color preview on white background

This text has color #926E6D on white background.


Black color preview on #926E6D background

This text has black color on #926E6D background.


White color preview on #926E6D background

This text has white color on #926E6D background.


Related colors

Complementary color

Complementary color for #hex is #6D9192.


I love getcolorcode.com

Triadic colors

1 #6D926E and #6E6D92 with #926E6D are triadic colors.

2 #6D6E92 and #6E926D with #926E6D are triadic colors.