#958092

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

Shades of Taupe Grey #958092

Tints of Taupe Grey #958092

Color information

#958092 (or 0x958092) is unknown color: approx Taupe Grey. HEX triplet: 95, 80 and 92. RGB value is (149,128,146). Sum of RGB (Red+Green+Blue) = 149+128+146=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958092 is #6A7F6D. Grayscale: #888888. Windows color (decimal): -6979438 or 9601173. OLE color: 9601173.

HSL color Cylindrical-coordinate representation of color #958092: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958092 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB149128146-
CMYK00.140.020.42
HSL308.57º9.01%54.31%-
HSV(B)308.57º14.09%58.43%-
XYZ25.323.930.47-
YUV136.33133.46137.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=35.22%
G=30.26%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912814600.140.020.42308.579.0154.31
Hex9580920E22A135936
Octal2252002220162524651166
Binary10010101100000001001001001110101010101001101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958092; }

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

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

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

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

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

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

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

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