#948692

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

Shades of Taupe Grey #948692

Tints of Taupe Grey #948692

Color information

#948692 (or 0x948692) is unknown color: approx Taupe Grey. HEX triplet: 94, 86 and 92. RGB value is (148,134,146). Sum of RGB (Red+Green+Blue) = 148+134+146=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948692 is #6B796D. Grayscale: #8B8B8B. Windows color (decimal): -7043438 or 9602708. OLE color: 9602708.

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

Color convert

RGB148134146-
CMYK00.090.010.42
HSL308.57º6.14%55.29%-
HSV(B)308.57º9.46%58.04%-
XYZ25.9325.4230.73-
YUV139.55131.64134.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=34.58%
G=31.31%
B=34.11%

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
Decimal14813414600.090.010.42308.576.1455.29
Hex9486920912A135637
Octal224206222011152465667
Binary100101001000011010010010010011101010100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948692; }

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

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

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

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

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

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

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

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