#958E92

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

Shades of Taupe Grey #958E92

Tints of Taupe Grey #958E92

Color information

#958E92 (or 0x958E92) is unknown color: approx Taupe Grey. HEX triplet: 95, 8E and 92. RGB value is (149,142,146). Sum of RGB (Red+Green+Blue) = 149+142+146=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 149 - color contains mainly: red. Hex color #958E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E92 is #6A716D. Grayscale: #909090. Windows color (decimal): -6975854 or 9604757. OLE color: 9604757.

HSL color Cylindrical-coordinate representation of color #958E92: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958E92 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB149142146-
CMYK00.050.020.42
HSL325.71º3.2%57.06%-
HSV(B)325.71º4.7%58.43%-
XYZ27.2627.8131.13-
YUV144.55128.82131.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=34.10%
G=32.49%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914214600.050.020.42325.713.257.06
Hex958E920522A146339
Octal22521622205252506371
Binary10010101100011101001001001011010101010100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E92; }

 p { color: rgb(149,142,146); }

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

<style>
 a { background-color: #958E92; }

 a { background-color: rgb(149,142,146); }

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

<style>
 span { border-color: #958E92; }

 span { border-color: rgb(149,142,146); }

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