Html Css Color HEX #958E93 Taupe Grey

📋 copy color: '#958E93'

red 149 ◦ green 142 ◦ blue 147

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

Shades of Taupe Grey #958E93

Tints of Taupe Grey #958E93

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.42%

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

R = 34.02%
G = 32.42%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958E93 (or 0x958E93) is known color: Taupe Grey. HEX triplet: 95, 8E and 93. RGB value is (149,142,147). Sum of RGB (Red+Green+Blue) = 149+142+147=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 149 - color contains mainly: red. Hex color #958E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E93 is #6A716C. Grayscale: #909090. Windows color (decimal): -6975853 or 9670293. OLE color: 9670293.

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

Color convert

RGB 149 142 147 -
CMYK 0 0.05 0.01 0.42
HSL 317.14º 0.03% 0.57% -
HSV(B) 317.14º 0.05% 0.58% -
XYZ 27.33 27.84 31.54 -
YUV 144.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 149 142 147 0 0.05 0.01 0.42 317.14 0.03 0.57
Hex 95 8E 93 0 5 1 2A 13D 3 39
Octal 225 216 223 0 5 1 52 475 3 71
Binary 10010101 10001110 10010011 0 101 1 101010 100111101 11 111001

Color Harmonies of #958E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E93

Black with #958E93

Text Example


Text Example

White with #958E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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