Html Css Color HEX #958290 Taupe Grey

📋 copy color: '#958290'

red 149 ◦ green 130 ◦ blue 144

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

Shades of Taupe Grey #958290

Tints of Taupe Grey #958290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 35.22%
G = 30.73%
B = 34.04%

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

#958290 (or 0x958290) is known color: Taupe Grey. HEX triplet: 95, 82 and 90. RGB value is (149,130,144). Sum of RGB (Red+Green+Blue) = 149+130+144=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958290 is #6A7D6F. Grayscale: #898989. Windows color (decimal): -6978928 or 9470613. OLE color: 9470613.

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

Color convert

RGB 149 130 144 -
CMYK 0 0.13 0.03 0.42
HSL 315.79º 0.08% 0.55% -
HSV(B) 315.79º 0.13% 0.58% -
XYZ 25.41 24.37 29.75 -
YUV 137.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 149 130 144 0 0.13 0.03 0.42 315.79 0.08 0.55
Hex 95 82 90 0 D 3 2A 13C 8 37
Octal 225 202 220 0 15 3 52 474 10 67
Binary 10010101 10000010 10010000 0 1101 11 101010 100111100 1000 110111

Color Harmonies of #958290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958290

Black with #958290

Text Example


Text Example

White with #958290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958290; }

 p { color: rgb(149,130,144); }

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

background-color css

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

 a { background-color: rgb(149,130,144); }

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

border-color css

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

 span { border-color: rgb(149,130,144); }

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