#948E92

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

Shades of Taupe Grey #948E92

Tints of Taupe Grey #948E92

Color information

#948E92 (or 0x948E92) is unknown color: approx Taupe Grey. HEX triplet: 94, 8E and 92. RGB value is (148,142,146). Sum of RGB (Red+Green+Blue) = 148+142+146=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 148 - color contains mainly: red. Hex color #948E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E92 is #6B716D. Grayscale: #909090. Windows color (decimal): -7041390 or 9604756. OLE color: 9604756.

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

Color convert

RGB148142146-
CMYK00.040.010.42
HSL320º2.73%56.86%-
HSV(B)320º4.05%58.04%-
XYZ27.0727.7231.12-
YUV144.25128.99130.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=33.94%
G=32.57%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814214600.040.010.423202.7356.86
Hex948E920412A140339
Octal22421622204152500371
Binary1001010010001110100100100100110101010100000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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