#958691

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

Shades of Taupe Grey #958691

Tints of Taupe Grey #958691

Color information

#958691 (or 0x958691) is unknown color: approx Taupe Grey. HEX triplet: 95, 86 and 91. RGB value is (149,134,145). Sum of RGB (Red+Green+Blue) = 149+134+145=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958691 is #6A796E. Grayscale: #8B8B8B. Windows color (decimal): -6977903 or 9537173. OLE color: 9537173.

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

Color convert

RGB149134145-
CMYK00.100.030.42
HSL316º6.61%55.49%-
HSV(B)316º10.07%58.43%-
XYZ26.0325.4830.34-
YUV139.74130.97134.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=34.81%
G=31.31%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913414500.100.030.423166.6155.49
Hex9586910A32A13c737
Octal225206221012352474767
Binary1001010110000110100100010101011101010100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958691; }

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

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

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

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

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

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

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

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