Html Css Color HEX #958391 Taupe Grey

📋 copy color: '#958391'

red 149 ◦ green 131 ◦ blue 145

#958391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #958391

Tints of Taupe Grey #958391

RGB

 RED value IS 149 (58.59% from 255) = 35.06%

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 35.06%
G = 30.82%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958391 (or 0x958391) is known color: Taupe Grey. HEX triplet: 95, 83 and 91. RGB value is (149,131,145). Sum of RGB (Red+Green+Blue) = 149+131+145=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #958391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958391 is #6A7C6E. Grayscale: #898989. Windows color (decimal): -6978671 or 9536405. OLE color: 9536405.

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

Color convert

RGB 149 131 145 -
CMYK 0 0.12 0.03 0.42
HSL 313.33º 0.08% 0.55% -
HSV(B) 313.33º 0.12% 0.58% -
XYZ 25.62 24.67 30.2 -
YUV 137.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 149 131 145 0 0.12 0.03 0.42 313.33 0.08 0.55
Hex 95 83 91 0 C 3 2A 139 8 37
Octal 225 203 221 0 14 3 52 471 10 67
Binary 10010101 10000011 10010001 0 1100 11 101010 100111001 1000 110111

Color Harmonies of #958391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958391

Black with #958391

Text Example


Text Example

White with #958391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958391; }

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

 H1.HeaderClassName
 {
   color: #958391;
 }
 .AnyTagClassName
 {
   color: #958391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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