#958594

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

Shades of Taupe Grey #958594

Tints of Taupe Grey #958594

Color information

#958594 (or 0x958594) is unknown color: approx Taupe Grey. HEX triplet: 95, 85 and 94. RGB value is (149,133,148). Sum of RGB (Red+Green+Blue) = 149+133+148=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958594 is #6A7A6B. Grayscale: #8B8B8B. Windows color (decimal): -6978156 or 9733525. OLE color: 9733525.

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

Color convert

RGB149133148-
CMYK00.110.010.42
HSL303.75º7.02%55.29%-
HSV(B)303.75º10.74%58.43%-
XYZ26.1325.331.52-
YUV139.49132.8134.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=34.65%
G=30.93%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913314800.110.010.42303.757.0255.29
Hex9585940B12A130737
Octal225205224013152460767
Binary100101011000010110010100010111101010100110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958594; }

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

 H1.HeaderClassName
 {
   color: #958594;
 }
 .AnyTagClassName
 {
   color: #958594;
 }
</style>
background-color css

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

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

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

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

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

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