#958291

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

Shades of Taupe Grey #958291

Tints of Taupe Grey #958291

Color information

#958291 (or 0x958291) is unknown color: approx Taupe Grey. HEX triplet: 95, 82 and 91. RGB value is (149,130,145). Sum of RGB (Red+Green+Blue) = 149+130+145=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958291 is #6A7D6E. Grayscale: #898989. Windows color (decimal): -6978927 or 9536149. OLE color: 9536149.

HSL color Cylindrical-coordinate representation of color #958291: hue angle of 312.63º 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 #958291 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149130145-
CMYK00.130.030.42
HSL312.63º8.23%54.71%-
HSV(B)312.63º12.75%58.43%-
XYZ25.4924.430.15-
YUV137.39132.29136.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=35.14%
G=30.66%
B=34.20%

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
Decimal14913014500.130.030.42312.638.2354.71
Hex9582910D32A139837
Octal2252022210153524711067
Binary10010101100000101001000101101111010101001110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958291; }

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

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

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

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

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

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

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

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