Html Css Color HEX #958291 Taupe Grey

📋 copy color: '#958291'

red 149 ◦ green 130 ◦ blue 145

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

Shades of Taupe Grey #958291

Tints of Taupe Grey #958291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 35.14%
G = 30.66%
B = 34.2%

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

#958291 (or 0x958291) is known color: Taupe Grey. HEX triplet: 95, 82 and 91. RGB value is (149,130,145). Sum of RGB (Red+Green+Blue) = 149+130+145=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958291 is #6A7D6E. Grayscale: #898989. Windows color (decimal): -6978927 or 9536149. OLE color: 9536149.

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

Color convert

RGB 149 130 145 -
CMYK 0 0.13 0.03 0.42
HSL 312.63º 0.08% 0.55% -
HSV(B) 312.63º 0.13% 0.58% -
XYZ 25.49 24.4 30.15 -
YUV 137.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 149 130 145 0 0.13 0.03 0.42 312.63 0.08 0.55
Hex 95 82 91 0 D 3 2A 139 8 37
Octal 225 202 221 0 15 3 52 471 10 67
Binary 10010101 10000010 10010001 0 1101 11 101010 100111001 1000 110111

Color Harmonies of #958291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958291

Black with #958291

Text Example


Text Example

White with #958291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958291; }

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

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

background-color css

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

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

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

border-color css

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

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

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