#908C8E

Color #908C8E Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #908C8E

Tints of Taupe Grey #908C8E

Color information

#908C8E (or 0x908C8E) is unknown color: approx Taupe Grey. HEX triplet: 90, 8C and 8E. RGB value is (144,140,142). Sum of RGB (Red+Green+Blue) = 144+140+142=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 144 - color contains mainly: red. Hex color #908C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C8E is #6F7371. Grayscale: #8D8D8D. Windows color (decimal): -7304050 or 9342096. OLE color: 9342096.

HSL color Cylindrical-coordinate representation of color #908C8E: hue angle of 330º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908C8E is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144140142-
CMYK00.030.010.44
HSL330º1.77%55.69%-
HSV(B)330º2.78%56.47%-
XYZ25.7626.6429.38-
YUV141.42128.33129.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=33.80%
G=32.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414014200.030.010.443301.7755.69
Hex908C8E0312C14a238
Octal22021421603154512270
Binary100100001000110010001110011110110010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908C8E; }

 p { color: rgb(144,140,142); }

 H1.HeaderClassName
 {
   color: #908C8E;
 }
 .AnyTagClassName
 {
   color: #908C8E;
 }
</style>
background-color css

<style>
 a { background-color: #908C8E; }

 a { background-color: rgb(144,140,142); }

 div.DivClassName
 {
   background-color: #908C8E;
 }
 .BgClassName
 {
   background-color: #908C8E;
 }
</style>
border-color css

<style>
 span { border-color: #908C8E; }

 span { border-color: rgb(144,140,142); }

 td.TdClassName
 {
   border-color: #908C8E;
 }
 .TagClassName
 {
   border-color: #908C8E;
 }
</style>