#948590

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

Shades of Taupe Grey #948590

Tints of Taupe Grey #948590

Color information

#948590 (or 0x948590) is unknown color: approx Taupe Grey. HEX triplet: 94, 85 and 90. RGB value is (148,133,144). Sum of RGB (Red+Green+Blue) = 148+133+144=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948590 is #6B7A6F. Grayscale: #8A8A8A. Windows color (decimal): -7043696 or 9471380. OLE color: 9471380.

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

Color convert

RGB148133144-
CMYK00.100.030.42
HSL316º6.55%55.1%-
HSV(B)316º10.14%58.04%-
XYZ25.6325.0829.88-
YUV138.74130.97134.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=34.82%
G=31.29%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813314400.100.030.423166.5555.1
Hex9485900A32A13c737
Octal224205220012352474767
Binary1001010010000101100100000101011101010100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948590; }

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

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

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

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

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

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

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

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