Html Css Color HEX #958C93 Taupe Grey

📋 copy color: '#958C93'

red 149 ◦ green 140 ◦ blue 147

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

Shades of Taupe Grey #958C93

Tints of Taupe Grey #958C93

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

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

R = 34.17%
G = 32.11%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958C93 (or 0x958C93) is known color: Taupe Grey. HEX triplet: 95, 8C and 93. RGB value is (149,140,147). Sum of RGB (Red+Green+Blue) = 149+140+147=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 149 - color contains mainly: red. Hex color #958C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C93 is #6A736C. Grayscale: #8F8F8F. Windows color (decimal): -6976365 or 9669781. OLE color: 9669781.

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

Color convert

RGB 149 140 147 -
CMYK 0 0.06 0.01 0.42
HSL 313.33º 0.04% 0.57% -
HSV(B) 313.33º 0.06% 0.58% -
XYZ 27.04 27.25 31.44 -
YUV 143.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 149 140 147 0 0.06 0.01 0.42 313.33 0.04 0.57
Hex 95 8C 93 0 6 1 2A 139 4 39
Octal 225 214 223 0 6 1 52 471 4 71
Binary 10010101 10001100 10010011 0 110 1 101010 100111001 100 111001

Color Harmonies of #958C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C93

Black with #958C93

Text Example


Text Example

White with #958C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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