#948092

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

Shades of Taupe Grey #948092

Tints of Taupe Grey #948092

Color information

#948092 (or 0x948092) is unknown color: approx Taupe Grey. HEX triplet: 94, 80 and 92. RGB value is (148,128,146). Sum of RGB (Red+Green+Blue) = 148+128+146=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #948092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948092 is #6B7F6D. Grayscale: #878787. Windows color (decimal): -7044974 or 9601172. OLE color: 9601172.

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

Color convert

RGB148128146-
CMYK00.140.010.42
HSL306º8.55%54.12%-
HSV(B)306º13.51%58.04%-
XYZ25.1223.8130.47-
YUV136.03133.63136.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=35.07%
G=30.33%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812814600.140.010.423068.5554.12
Hex9480920E12A132936
Octal2242002220161524621166
Binary1001010010000000100100100111011010101001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948092; }

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

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

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

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

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

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

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

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