#958D92

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

Shades of Taupe Grey #958D92

Tints of Taupe Grey #958D92

Color information

#958D92 (or 0x958D92) is unknown color: approx Taupe Grey. HEX triplet: 95, 8D and 92. RGB value is (149,141,146). Sum of RGB (Red+Green+Blue) = 149+141+146=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 149 - color contains mainly: red. Hex color #958D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D92 is #6A726D. Grayscale: #8F8F8F. Windows color (decimal): -6976110 or 9604501. OLE color: 9604501.

HSL color Cylindrical-coordinate representation of color #958D92: hue angle of 322.5º degrees, saturation: 0.04, 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 #958D92 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB149141146-
CMYK00.050.020.42
HSL322.5º3.64%56.86%-
HSV(B)322.5º5.37%58.43%-
XYZ27.1127.5131.08-
YUV143.96129.15131.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=34.17%
G=32.34%
B=33.49%

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
Decimal14914114600.050.020.42322.53.6456.86
Hex958D920522A143439
Octal22521522205252503471
Binary100101011000110110010010010110101010101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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