Html Css Color HEX #958891 Taupe Grey

📋 copy color: '#958891'

red 149 ◦ green 136 ◦ blue 145

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

Shades of Taupe Grey #958891

Tints of Taupe Grey #958891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

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

R = 34.65%
G = 31.63%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958891 (or 0x958891) is known color: Taupe Grey. HEX triplet: 95, 88 and 91. RGB value is (149,136,145). Sum of RGB (Red+Green+Blue) = 149+136+145=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958891 is #6A776E. Grayscale: #8C8C8C. Windows color (decimal): -6977391 or 9537685. OLE color: 9537685.

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

Color convert

RGB 149 136 145 -
CMYK 0 0.09 0.03 0.42
HSL 318.46º 0.06% 0.56% -
HSV(B) 318.46º 0.09% 0.58% -
XYZ 26.31 26.04 30.43 -
YUV 140.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 149 136 145 0 0.09 0.03 0.42 318.46 0.06 0.56
Hex 95 88 91 0 9 3 2A 13E 6 38
Octal 225 210 221 0 11 3 52 476 6 70
Binary 10010101 10001000 10010001 0 1001 11 101010 100111110 110 111000

Color Harmonies of #958891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958891

Black with #958891

Text Example


Text Example

White with #958891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958891; }

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

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

background-color css

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

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

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

border-color css

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

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

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