#948892

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

Shades of Taupe Grey #948892

Tints of Taupe Grey #948892

Color information

#948892 (or 0x948892) is unknown color: approx Taupe Grey. HEX triplet: 94, 88 and 92. RGB value is (148,136,146). Sum of RGB (Red+Green+Blue) = 148+136+146=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #948892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948892 is #6B776D. Grayscale: #8C8C8C. Windows color (decimal): -7042926 or 9603220. OLE color: 9603220.

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

Color convert

RGB148136146-
CMYK00.080.010.42
HSL310º5.31%55.69%-
HSV(B)310º8.11%58.04%-
XYZ26.2125.9830.83-
YUV140.73130.98133.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=34.42%
G=31.63%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813614600.080.010.423105.3155.69
Hex9488920812A136538
Octal224210222010152466570
Binary100101001000100010010010010001101010100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948892; }

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

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

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

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

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

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

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

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