Html Css Color HEX #958193 Taupe Grey

📋 copy color: '#958193'

red 149 ◦ green 129 ◦ blue 147

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

Shades of Taupe Grey #958193

Tints of Taupe Grey #958193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 35.06%
G = 30.35%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958193 (or 0x958193) is known color: Taupe Grey. HEX triplet: 95, 81 and 93. RGB value is (149,129,147). Sum of RGB (Red+Green+Blue) = 149+129+147=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #958193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958193 is #6A7E6C. Grayscale: #888888. Windows color (decimal): -6979181 or 9666965. OLE color: 9666965.

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

Color convert

RGB 149 129 147 -
CMYK 0 0.13 0.01 0.42
HSL 306º 0.09% 0.55% -
HSV(B) 306º 0.13% 0.58% -
XYZ 25.51 24.2 30.93 -
YUV 137.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 149 129 147 0 0.13 0.01 0.42 306 0.09 0.55
Hex 95 81 93 0 D 1 2A 132 9 37
Octal 225 201 223 0 15 1 52 462 11 67
Binary 10010101 10000001 10010011 0 1101 1 101010 100110010 1001 110111

Color Harmonies of #958193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958193

Black with #958193

Text Example


Text Example

White with #958193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958193; }

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

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

background-color css

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

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

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

border-color css

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

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

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