#958194

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

Shades of Taupe Grey #958194

Tints of Taupe Grey #958194

Color information

#958194 (or 0x958194) is unknown color: approx Taupe Grey. HEX triplet: 95, 81 and 94. RGB value is (149,129,148). Sum of RGB (Red+Green+Blue) = 149+129+148=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958194 is #6A7E6B. Grayscale: #898989. Windows color (decimal): -6979180 or 9732501. OLE color: 9732501.

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

Color convert

RGB149129148-
CMYK00.130.010.42
HSL303º8.62%54.51%-
HSV(B)303º13.42%58.43%-
XYZ25.5924.2331.34-
YUV137.15134.13136.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=34.98%
G=30.28%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912914800.130.010.423038.6254.51
Hex9581940D12A12f937
Octal2252012240151524571167
Binary1001010110000001100101000110111010101001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958194; }

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

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

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

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

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

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

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

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