#948693

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

Shades of Taupe Grey #948693

Tints of Taupe Grey #948693

Color information

#948693 (or 0x948693) is unknown color: approx Taupe Grey. HEX triplet: 94, 86 and 93. RGB value is (148,134,147). Sum of RGB (Red+Green+Blue) = 148+134+147=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #948693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948693 is #6B796C. Grayscale: #8B8B8B. Windows color (decimal): -7043437 or 9668244. OLE color: 9668244.

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

Color convert

RGB148134147-
CMYK00.090.010.42
HSL304.29º6.14%55.29%-
HSV(B)304.29º9.46%58.04%-
XYZ2625.4531.15-
YUV139.67132.14133.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=34.50%
G=31.24%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813414700.090.010.42304.296.1455.29
Hex9486930912A130637
Octal224206223011152460667
Binary100101001000011010010011010011101010100110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948693; }

 p { color: rgb(148,134,147); }

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

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

 a { background-color: rgb(148,134,147); }

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

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

 span { border-color: rgb(148,134,147); }

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