#948E91

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

Shades of Taupe Grey #948E91

Tints of Taupe Grey #948E91

Color information

#948E91 (or 0x948E91) is unknown color: approx Taupe Grey. HEX triplet: 94, 8E and 91. RGB value is (148,142,145). Sum of RGB (Red+Green+Blue) = 148+142+145=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 148 - color contains mainly: red. Hex color #948E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E91 is #6B716E. Grayscale: #909090. Windows color (decimal): -7041391 or 9539220. OLE color: 9539220.

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

Color convert

RGB148142145-
CMYK00.040.020.42
HSL330º2.73%56.86%-
HSV(B)330º4.05%58.04%-
XYZ2727.6930.71-
YUV144.14128.49130.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=34.02%
G=32.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814214500.040.020.423302.7356.86
Hex948E910422A14a339
Octal22421622104252512371
Binary10010100100011101001000101001010101010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E91; }

 p { color: rgb(148,142,145); }

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

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

 a { background-color: rgb(148,142,145); }

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

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

 span { border-color: rgb(148,142,145); }

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