Html Css Color HEX #958493 Taupe Grey

📋 copy color: '#958493'

red 149 ◦ green 132 ◦ blue 147

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

Shades of Taupe Grey #958493

Tints of Taupe Grey #958493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

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

R = 34.81%
G = 30.84%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958493 (or 0x958493) is known color: Taupe Grey. HEX triplet: 95, 84 and 93. RGB value is (149,132,147). Sum of RGB (Red+Green+Blue) = 149+132+147=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958493 is #6A7B6C. Grayscale: #8A8A8A. Windows color (decimal): -6978413 or 9667733. OLE color: 9667733.

HSL color Cylindrical-coordinate representation of color #958493: hue angle of 307.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958493 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 147 -
CMYK 0 0.11 0.01 0.42
HSL 307.06º 0.07% 0.55% -
HSV(B) 307.06º 0.11% 0.58% -
XYZ 25.91 25 31.06 -
YUV 138.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 149 132 147 0 0.11 0.01 0.42 307.06 0.07 0.55
Hex 95 84 93 0 B 1 2A 133 7 37
Octal 225 204 223 0 13 1 52 463 7 67
Binary 10010101 10000100 10010011 0 1011 1 101010 100110011 111 110111

Color Harmonies of #958493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958493

Black with #958493

Text Example


Text Example

White with #958493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958493; }

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

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

background-color css

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

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

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

border-color css

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

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

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