#958290

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

Shades of Taupe Grey #958290

Tints of Taupe Grey #958290

Color information

#958290 (or 0x958290) is unknown color: approx Taupe Grey. HEX triplet: 95, 82 and 90. RGB value is (149,130,144). Sum of RGB (Red+Green+Blue) = 149+130+144=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958290 is #6A7D6F. Grayscale: #898989. Windows color (decimal): -6978928 or 9470613. OLE color: 9470613.

HSL color Cylindrical-coordinate representation of color #958290: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958290 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149130144-
CMYK00.130.030.42
HSL315.79º8.23%54.71%-
HSV(B)315.79º12.75%58.43%-
XYZ25.4124.3729.75-
YUV137.28131.79136.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=35.22%
G=30.73%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913014400.130.030.42315.798.2354.71
Hex9582900D32A13c837
Octal2252022200153524741067
Binary10010101100000101001000001101111010101001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958290; }

 p { color: rgb(149,130,144); }

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

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

 a { background-color: rgb(149,130,144); }

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

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

 span { border-color: rgb(149,130,144); }

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