Html Css Color HEX #958991 Taupe Grey

📋 copy color: '#958991'

red 149 ◦ green 137 ◦ blue 145

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

Shades of Taupe Grey #958991

Tints of Taupe Grey #958991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 34.57%
G = 31.79%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958991 (or 0x958991) is known color: Taupe Grey. HEX triplet: 95, 89 and 91. RGB value is (149,137,145). Sum of RGB (Red+Green+Blue) = 149+137+145=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958991 is #6A766E. Grayscale: #8D8D8D. Windows color (decimal): -6977135 or 9537941. OLE color: 9537941.

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

Color convert

RGB 149 137 145 -
CMYK 0 0.08 0.03 0.42
HSL 320º 0.05% 0.56% -
HSV(B) 320º 0.08% 0.58% -
XYZ 26.45 26.33 30.48 -
YUV 141.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 149 137 145 0 0.08 0.03 0.42 320 0.05 0.56
Hex 95 89 91 0 8 3 2A 140 5 38
Octal 225 211 221 0 10 3 52 500 5 70
Binary 10010101 10001001 10010001 0 1000 11 101010 101000000 101 111000

Color Harmonies of #958991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958991

Black with #958991

Text Example


Text Example

White with #958991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958991; }

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

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

background-color css

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

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

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

border-color css

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

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

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