COLOR #908C6C

HEX: #908C6C RGB: (144,140,108)

Color info

#908C6C contains red, green and blue colors in about the same proportion. Web safe color of #908C6C is #999966 (or #996).

RGB color model

#908C6C color RGB value is (144,140,108).

RGB: (144,140,108) (56%, 55%, 42%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 108 of 255 = 42%

144
140
108

R + G + B ~ 51%. #908C6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 140 + 108 = 392 (100%)
R 144 of 392 ~ 36.73%
G 140 of 392 ~ 35.71%
B 108 of 392 ~ 27.55'%

%36.73
%35.71
%27.55

CMYK color model

#908C6C color CMYK value is (0,3,25,44).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 25.00%
  • key color value is 43.53%

CMYK: (0,3,25,44)
C0M3Y25K44 (0%, 3%, 25%, 44%)
(0.00 / 0.03 / 0.25 / 0.44)

CMYK percentages

%0
%2.78
%25
%43.53

Codes

Color #908C6C in popluar color models

90 8C 6C
RGB 144 140 108
HSL 53° 14.29% 49.41%
HSB/HSV 53° 25.00% 56.47%
CMYK 0.00% 2.78% 25.00%
43.53%

Color #908C6C in popluar number systems.

HEX 90 8C 6C
Decimal 144 140 108
Binary 10010000 10001100 1101100
Octal 220 214 154

Shades and tints

Shades of #908C6C

#908C6C
(144,140,108)
#838063
(131,128,99)
#76745A
(118,116,90)
#696851
(105,104,81)
#5C5C48
(92,92,72)
#4F503F
(79,80,63)
#424436
(66,68,54)
#35382D
(53,56,45)
#282C24
(40,44,36)
#1B201B
(27,32,27)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #908C6C

#908C6C
(144,140,108)
#9A9679
(154,150,121)
#A4A086
(164,160,134)
#AEAA93
(174,170,147)
#B8B4A0
(184,180,160)
#C2BEAD
(194,190,173)
#CCC8BA
(204,200,186)
#D6D2C7
(214,210,199)
#E0DCD4
(224,220,212)
#EAE6E1
(234,230,225)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908C6C color. Also use rgb(144,140,108) instead hex code.

Text Font Color

.myTextColor { color: #908C6C; }

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

This text font color is #908C6C.

Background Color

.myBgColor { background-color: #908C6C; }

<div style="background-color:#908C6C">Inner text</div>

This div background color is #908C6C.

Border color

.myBorderColor { border: 1px solid #908C6C; }

<div style="border:3px solid #908C6C">Div</div>

This div border color is #908C6C.

Opacity

.myOpacity80 { color: #908C6C; opacity: 0.8; }

<p style="color:#908C6C;opacity:0.8;">80%</p>

Text with #908C6C 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 #908C6C;}

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

This text has shadow with #908C6C color.


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

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

This text has shadow with #908C6C primary color and red secondary color.


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

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

This text has shadow with #908C6C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #908C6C.

Preview

Color preview on black background

This text has color #908C6C on black background.


Color preview on white background

This text has color #908C6C on white background.


Black color preview on #908C6C background

This text has black color on #908C6C background.


White color preview on #908C6C background

This text has white color on #908C6C background.


Related colors

Complementary color

Complementary color for #hex is #6F7393.


I love getcolorcode.com

Triadic colors

1 #6C908C and #8C6C90 with #908C6C are triadic colors.

2 #6C8C90 and #8C906C with #908C6C are triadic colors.