#958694

Color #958694 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #958694

Tints of Taupe Grey #958694

Color information

#958694 (or 0x958694) is unknown color: approx 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

RGB149134148-
CMYK00.100.010.42
HSL304º6.61%55.49%-
HSV(B)304º10.07%58.43%-
XYZ26.2625.5831.57-
YUV140.08132.47134.36-

RGB Variations

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

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.20% from 255) = 34.34%
R=34.57%
G=31.09%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913414800.100.010.423046.6155.49
Hex9586940A12A130737
Octal225206224012152460767
Binary100101011000011010010100010101101010100110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>