#959093

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

Shades of Taupe Grey #959093

Tints of Taupe Grey #959093

Color information

#959093 (or 0x959093) is unknown color: approx Taupe Grey. HEX triplet: 95, 90 and 93. RGB value is (149,144,147). Sum of RGB (Red+Green+Blue) = 149+144+147=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 149 - color contains mainly: red. Hex color #959093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959093 is #6A6F6C. Grayscale: #919191. Windows color (decimal): -6975341 or 9670805. OLE color: 9670805.

HSL color Cylindrical-coordinate representation of color #959093: hue angle of 324º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959093 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149144147-
CMYK00.030.010.42
HSL324º2.3%57.45%-
HSV(B)324º3.36%58.43%-
XYZ27.6328.4431.64-
YUV145.84128.66130.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=33.86%
G=32.73%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914414700.030.010.423242.357.45
Hex9590930312A144239
Octal22522022303152504271
Binary100101011001000010010011011110101010100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959093; }

 p { color: rgb(149,144,147); }

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

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

 a { background-color: rgb(149,144,147); }

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

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

 span { border-color: rgb(149,144,147); }

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