Html Css Color HEX #958694 Taupe Grey

📋 copy color: '#958694'

red 149 ◦ green 134 ◦ blue 148

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

Shades of Taupe Grey #958694

Tints of Taupe Grey #958694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 34.57%
G = 31.09%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#958694 (or 0x958694) is known color: Taupe Grey. HEX triplet: 95, 86 and 94. RGB value is (149,134,148). Sum of RGB (Red+Green+Blue) = 149+134+148=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958694 is #6A796B. Grayscale: #8C8C8C. Windows color (decimal): -6977900 or 9733781. OLE color: 9733781.

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

Color convert

RGB 149 134 148 -
CMYK 0 0.10 0.01 0.42
HSL 304º 0.07% 0.55% -
HSV(B) 304º 0.1% 0.58% -
XYZ 26.26 25.58 31.57 -
YUV 140.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 149 134 148 0 0.10 0.01 0.42 304 0.07 0.55
Hex 95 86 94 0 A 1 2A 130 7 37
Octal 225 206 224 0 12 1 52 460 7 67
Binary 10010101 10000110 10010100 0 1010 1 101010 100110000 111 110111

Color Harmonies of #958694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958694

Black with #958694

Text Example


Text Example

White with #958694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958694; }

 p { color: rgb(149,134,148); }

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

background-color css

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

 a { background-color: rgb(149,134,148); }

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

border-color css

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

 span { border-color: rgb(149,134,148); }

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