#948A92

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

Shades of Taupe Grey #948A92

Tints of Taupe Grey #948A92

Color information

#948A92 (or 0x948A92) is unknown color: approx Taupe Grey. HEX triplet: 94, 8A and 92. RGB value is (148,138,146). Sum of RGB (Red+Green+Blue) = 148+138+146=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 148 - color contains mainly: red. Hex color #948A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A92 is #6B756D. Grayscale: #8D8D8D. Windows color (decimal): -7042414 or 9603732. OLE color: 9603732.

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

Color convert

RGB148138146-
CMYK00.070.010.42
HSL312º4.46%56.08%-
HSV(B)312º6.76%58.04%-
XYZ26.4926.5530.92-
YUV141.9130.31132.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=34.26%
G=31.94%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813814600.070.010.423124.4656.08
Hex948A920712A138438
Octal22421222207152470470
Binary10010100100010101001001001111101010100111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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