Html Css Color HEX #958191 Taupe Grey

📋 copy color: '#958191'

red 149 ◦ green 129 ◦ blue 145

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

Shades of Taupe Grey #958191

Tints of Taupe Grey #958191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 35.22%
G = 30.5%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958191 (or 0x958191) is known color: Taupe Grey. HEX triplet: 95, 81 and 91. RGB value is (149,129,145). Sum of RGB (Red+Green+Blue) = 149+129+145=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958191 is #6A7E6E. Grayscale: #888888. Windows color (decimal): -6979183 or 9535893. OLE color: 9535893.

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

Color convert

RGB 149 129 145 -
CMYK 0 0.13 0.03 0.42
HSL 312º 0.09% 0.55% -
HSV(B) 312º 0.13% 0.58% -
XYZ 25.36 24.13 30.11 -
YUV 136.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 149 129 145 0 0.13 0.03 0.42 312 0.09 0.55
Hex 95 81 91 0 D 3 2A 138 9 37
Octal 225 201 221 0 15 3 52 470 11 67
Binary 10010101 10000001 10010001 0 1101 11 101010 100111000 1001 110111

Color Harmonies of #958191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958191

Black with #958191

Text Example


Text Example

White with #958191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958191; }

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

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

background-color css

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

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

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

border-color css

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

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

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